fedora-accounts export-bugzilla.py, 1.12, 1.13 bz-make-components-pkgdb.py, 1.7, 1.8

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Mon Aug 27 20:56:09 UTC 2007


Author: toshio

Update of /cvs/fedora/fedora-accounts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9848

Modified Files:
	export-bugzilla.py bz-make-components-pkgdb.py 
Log Message:
* Add commented out address for bugzilla xmlrpc that's reachable from the
  phoenix colo in preparation for moving to a Fedora Infra. box.



Index: export-bugzilla.py
===================================================================
RCS file: /cvs/fedora/fedora-accounts/export-bugzilla.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- export-bugzilla.py	25 Aug 2007 22:48:52 -0000	1.12
+++ export-bugzilla.py	27 Aug 2007 20:56:07 -0000	1.13
@@ -7,6 +7,7 @@
 
 BZSERVER = 'https://bugdev.devel.redhat.com/bugzilla-cvs/xmlrpc.cgi'
 #BZSERVER = 'https://bugzilla.redhat.com/xmlrpc.cgi'
+#BZSERVER = 'https://bzprx.vip.phx.redhat.com/xmlrpc.cgi'
 BZUSER=''
 BZPASS=''
 


Index: bz-make-components-pkgdb.py
===================================================================
RCS file: /cvs/fedora/fedora-accounts/bz-make-components-pkgdb.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bz-make-components-pkgdb.py	25 Aug 2007 18:45:10 -0000	1.7
+++ bz-make-components-pkgdb.py	27 Aug 2007 20:56:07 -0000	1.8
@@ -14,6 +14,7 @@
 # Set this to the production bugzilla account when we're ready to go live
 BZSERVER = 'https://bugdev.devel.redhat.com/bugzilla-cvs/xmlrpc.cgi'
 #BZSERVER = 'https://bugzilla.redhat.com/xmlrpc.cgi'
+#BZSERVER = 'https://bzprx.vip.phx.redhat.com/xmlrpc.cgi'
 BZUSER=''
 BZPASS=''
 




More information about the fedora-extras-commits mailing list