status-report-scripts review-stats.py,1.8,1.9

Jason ティビツ tibbs at fedoraproject.org
Fri Jan 8 00:45:07 UTC 2010


Author: tibbs

Update of /cvs/fedora/status-report-scripts
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21834

Modified Files:
	review-stats.py 
Log Message:
Change the bugzilla URL; it's not the same internally as externally.



Index: review-stats.py
===================================================================
RCS file: /cvs/fedora/status-report-scripts/review-stats.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- review-stats.py	8 Jan 2010 00:38:28 -0000	1.8
+++ review-stats.py	8 Jan 2010 00:45:06 -0000	1.9
@@ -1,5 +1,5 @@
 #!/usr/bin/python -t
-VERSION = "2.3"
+VERSION = "2.4"
 
 # $Id$
 # Note: This script presently lives in internal git and external cvs.  External
@@ -24,9 +24,7 @@
 from optparse import OptionParser
 
 # This URL will work publicly
-#url = 'https://bugzilla.redhat.com/xmlrpc.cgi'
-# This URL will work in the Phoenix colo
-url = 'https://bzprx.vip.phx.redhat.com/xmlrpc.cgi'
+url = 'https://bugzilla.redhat.com/xmlrpc.cgi'
 
 # Some magic bug numbers
 ACCEPT      = '163779'




More information about the fedora-extras-commits mailing list