forked from pool/python-bugzilla
- Novell Bugzilla is the default when using bugzilla command line tool OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bugzilla?expand=0&rev=19
14 lines
457 B
Diff
14 lines
457 B
Diff
Index: python-bugzilla-0.6.2/bin/bugzilla
|
|
===================================================================
|
|
--- python-bugzilla-0.6.2.orig/bin/bugzilla
|
|
+++ python-bugzilla-0.6.2/bin/bugzilla
|
|
@@ -22,7 +22,7 @@ import xmlrpclib
|
|
from tempfile import NamedTemporaryFile
|
|
|
|
version = '0.6.2'
|
|
-default_bz = 'https://bugzilla.redhat.com/xmlrpc.cgi'
|
|
+default_bz = 'https://bugzilla.novell.com/xmlrpc.cgi'
|
|
|
|
# Initial simple logging stuff
|
|
logging.basicConfig()
|