status-report-scripts pyGetReviewByFlags,1.5,1.6

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Thu Jul 26 14:06:41 UTC 2007


Author: toshio

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

Modified Files:
	pyGetReviewByFlags 
Log Message:
* Patch from tibbs to stop generating the ACCEPT.html page.  ACCEPT.html
  grows without bounds as more software is reviewed and is failing because of
  its large size.



Index: pyGetReviewByFlags
===================================================================
RCS file: /cvs/fedora/status-report-scripts/pyGetReviewByFlags,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pyGetReviewByFlags	24 May 2007 18:17:53 -0000	1.5
+++ pyGetReviewByFlags	26 Jul 2007 14:06:39 -0000	1.6
@@ -13,8 +13,10 @@
 
 flagData = {
     # 'FLAG' : (baseFlagFilename, openMsg, closeMsg),
-    '+': ('ACCEPT.html', "Accepted, but still open, tickets",
-        "Accepted tickets"),
+# Disable as ACCEPT is having problems regenerating due to its ever growing
+# size.
+#    '+': ('ACCEPT.html', "Accepted, but still open, tickets",
+#        "Accepted tickets"),
     '-': ('REJECT.html', "Rejected, but still open, tickets",
         "Rejected tickets"),
     '?': ('REVIEW.html', "Tickets being reviewed",




More information about the fedora-extras-commits mailing list