status-report-scripts parseBZbugList,1.13,1.14

Christian Iseli (c4chris) fedora-extras-commits at redhat.com
Wed Apr 19 10:05:03 UTC 2006


Author: c4chris

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

Modified Files:
	parseBZbugList 
Log Message:
Fix some output language.


Index: parseBZbugList
===================================================================
RCS file: /cvs/fedora/status-report-scripts/parseBZbugList,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- parseBZbugList	19 Apr 2006 09:59:33 -0000	1.13
+++ parseBZbugList	19 Apr 2006 10:05:01 -0000	1.14
@@ -337,7 +337,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-APPROVE'd...\n";
     &displayBLWiki($BUG_LIST{"openInOwnersFE-REVIEW"}, \%BZR);
     &displayBLWiki($BUG_LIST{"openInOwnersFE-NEW"}, \%BZN);
   }
@@ -416,7 +416,7 @@
   $a = $PKG_LIST{"NotDevelNotRel"};
   if ($#$a >= 0) {
     my $cnt = $#$a + 1;
-    print STDERR " - $cnt not available in extras devel or release\n";
+    print STDERR " - $cnt packages not available in extras devel or release\n";
   }
   $a = $PKG_LIST{"NotDevel"};
   if ($#$a >= 0) {
@@ -426,7 +426,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-APPROVE'd...\n";
   }
   if ($COUNT_LIST{"extrasNoOwner"} > 0) {
     print STDERR " - $COUNT_LIST{'extrasNoOwner'} packages present in the ",
@@ -544,11 +544,11 @@
     " - $COUNT_LIST{'acceptedClosed'} accepted, closed package reviews\n";
   if ($COUNT_LIST{"missing"} > 0) {
     print STDERR
-      " - $COUNT_LIST{'missing'} accepted, closed packages not in repo\n";
+      " - $COUNT_LIST{'missing'} accepted, closed package reviews not in repo\n";
   }
   if ($COUNT_LIST{"missingOwner"} > 0) {
     print STDERR
-      " - $COUNT_LIST{'missingOwner'} accepted, closed packages not in owners\n";
+      " - $COUNT_LIST{'missingOwner'} accepted, closed package reviews not in owners\n";
   }
   if ($COUNT_LIST{"acceptOpenInactive"} >= 0) {
     print STDERR




More information about the fedora-extras-commits mailing list