status-report-scripts parseBZbugList,1.53,1.54

Christian Iseli (c4chris) fedora-extras-commits at redhat.com
Wed Oct 25 20:11:24 UTC 2006


Author: c4chris

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

Modified Files:
	parseBZbugList 
Log Message:
Bump for FC6.


Index: parseBZbugList
===================================================================
RCS file: /cvs/fedora/status-report-scripts/parseBZbugList,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- parseBZbugList	18 Oct 2006 13:51:10 -0000	1.53
+++ parseBZbugList	25 Oct 2006 20:11:22 -0000	1.54
@@ -45,7 +45,7 @@
   "https://bugzilla.redhat.com/bugzilla/buglist.cgi?query_format=advanced&chfieldto=Now&field0-0-0=blocked&type0-0-0=equals&value0-0-0=163779&ctype=csv";
 # All open FE bug reports
 push @BZ_URLs,
-  "https://bugzilla.redhat.com/bugzilla/buglist.cgi?query_format=advanced&product=Fedora%20Extras&version=4&version=5&version=devel&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=MODIFIED&bug_severity=security&bug_severity=high&bug_severity=normal&bug_severity=low&bug_severity=translation&bug_severity=regression&chfieldto=Now&negate0=1&field0-0-0=component&type0-0-0=equals&value0-0-0=Package%20Review&ctype=csv";
+  "https://bugzilla.redhat.com/bugzilla/buglist.cgi?query_format=advanced&product=Fedora%20Extras&version=4&version=5&version=6&version=devel&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=MODIFIED&bug_severity=security&bug_severity=high&bug_severity=normal&bug_severity=low&bug_severity=translation&bug_severity=regression&chfieldto=Now&negate0=1&field0-0-0=component&type0-0-0=equals&value0-0-0=Package%20Review&ctype=csv";
 
 my %opt;
 my @options = ( "help", "repourl=s", "o=s", "d=s", "cvs=s",
@@ -55,7 +55,7 @@
 $main::members
   = "https://admin.fedora.redhat.com/accounts/dump-group.cgi?group=cvsextras&format=txt";
 $main::cvsDir = "/export/scratch/extras";
-$main::currel = 5;
+$main::currel = 6;
 $main::firstrel = 1;
 
 if( ! GetOptions( \%opt, @options ) ) { &usage(); }
@@ -1294,7 +1294,8 @@
   }
   print "\n== Duplicated packages in Core and Extras ==\n";
   if ($COUNT_LIST{"commonrelease"} > 0) {
-    print "\nWe have $COUNT_LIST{'commonrelease'} packages duplicated for FC5:\n";
+    my $FC = "FC" . $main::currel;
+    print "\nWe have $COUNT_LIST{'commonrelease'} packages duplicated for $FC:\n";
     &displayPkgListByOwnerWiki($PKG_LIST{"commonrelease"});
   }
   if ($COUNT_LIST{"commondevel"} > 0) {
@@ -1309,7 +1310,8 @@
   }
   print STDERR "\nPackages appearing both in Core and Extras:\n";
   if ($COUNT_LIST{"commonrelease"} > 0) {
-    print STDERR " - $COUNT_LIST{'commonrelease'} packages duplicated for FC5:\n";
+    my $FC = "FC" . $main::currel;
+    print STDERR " - $COUNT_LIST{'commonrelease'} packages duplicated for $FC:\n";
     &displayPkgListByOwnerMail($PKG_LIST{"commonrelease"});
   }
   if ($COUNT_LIST{"commondevel"} > 0) {




More information about the scm-commits mailing list