status-report-scripts pyGetReviewByFlags,1.8,1.9

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Mon Sep 3 18:07:35 UTC 2007


Author: toshio

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

Modified Files:
	pyGetReviewByFlags 
Log Message:
Update URL since bugzilla.r.c no longer works within the colo.



Index: pyGetReviewByFlags
===================================================================
RCS file: /cvs/fedora/status-report-scripts/pyGetReviewByFlags,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pyGetReviewByFlags	2 Sep 2007 17:00:23 -0000	1.8
+++ pyGetReviewByFlags	3 Sep 2007 18:07:33 -0000	1.9
@@ -17,7 +17,10 @@
 import tempfile
 import glob
 
-url = 'https://bugzilla.redhat.com/xmlrpc.cgi'
+# This URL will work publically
+#url = 'https://bugzilla.redhat.com/xmlrpc.cgi'
+# This URL will work in the Phoenix colo
+url = 'https://bzprx.vip.phx.redhat.com/xmlrpc.cgi'
 
 flagData = {
     # 'FLAG' : (baseFlagFilename, openMsg, closeMsg),




More information about the scm-commits mailing list