status-report-scripts parseBZbugList,1.41,1.42

Christian Iseli (c4chris) fedora-extras-commits at redhat.com
Thu Jun 22 14:38:07 UTC 2006


Author: c4chris

Update of /cvs/fedora/status-report-scripts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13853

Modified Files:
	parseBZbugList 
Log Message:
Ignore CVS and README in the main extras CVS repo.


Index: parseBZbugList
===================================================================
RCS file: /cvs/fedora/status-report-scripts/parseBZbugList,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- parseBZbugList	22 Jun 2006 14:19:01 -0000	1.41
+++ parseBZbugList	22 Jun 2006 14:38:04 -0000	1.42
@@ -231,6 +231,7 @@
   my @G = glob "$main::cvsDir/*";
   foreach $_ (@G) {
     s/^$main::cvsDir\///;
+    next if /^(CVS|README)$/;
     if (-d "$main::cvsDir/$_/devel") {
       $COUNT_LIST{"CVS"} += 1;
     } else {




More information about the fedora-extras-commits mailing list