status-report-scripts parseBZbugList,1.59,1.60

Christian Iseli (c4chris) fedora-extras-commits at redhat.com
Mon Dec 11 09:45:40 UTC 2006


Author: c4chris

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

Modified Files:
	parseBZbugList 
Log Message:
FE-APPROVE -> FE-ACCEPT.


Index: parseBZbugList
===================================================================
RCS file: /cvs/fedora/status-report-scripts/parseBZbugList,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- parseBZbugList	6 Dec 2006 01:32:05 -0000	1.59
+++ parseBZbugList	11 Dec 2006 09:45:40 -0000	1.60
@@ -542,7 +542,7 @@
   if ($COUNT_LIST{"openInOwners"} > 0) {
     print "\n\n=== Packages that have not yet completed review ===\n";
     print "\nWe have $COUNT_LIST{'openInOwners'} packages ",
-      "which have not yet been FE-APPROVE'd...\n";
+      "which have not yet been FE-ACCEPT'd...\n";
     &displayBLWiki($BUG_LIST{"openInOwnersFE-REVIEW"}, \%BZR, 5);
     &displayBLWiki($BUG_LIST{"openInOwnersFE-NEW"}, \%BZN, 5);
   }
@@ -713,7 +713,7 @@
   }
   if ($COUNT_LIST{"openInOwners"} > 0) {
     print STDERR " - $COUNT_LIST{'openInOwners'} packages ",
-      "which have not yet been FE-APPROVE'd...\n";
+      "which have not yet been FE-ACCEPT'd...\n";
     &displayBL($BUG_LIST{"openInOwnersFE-REVIEW"}, \%BZR, 5);
     &displayBL($BUG_LIST{"openInOwnersFE-NEW"}, \%BZN, 5);
   }




More information about the scm-commits mailing list