File 0008-change-bugzilla-URL.patch of Package tito
From 58faf310d1e5b4d0b633598dd05e811efacafb40 Mon Sep 17 00:00:00 2001
From: Michael Calmer <mc@suse.de>
Date: Sat, 5 Mar 2016 17:52:53 +0100
Subject: [PATCH 8/9] change bugzilla URL
---
src/tito/common.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/tito/common.py b/src/tito/common.py
index 284e6da..f608d38 100644
--- a/src/tito/common.py
+++ b/src/tito/common.py
@@ -203,7 +203,7 @@ def _filter_bzs_with_flags(self):
return filtered_bzs
def _load_bug(self, bug_id):
- bugzilla = RHBugzilla(url='https://bugzilla.redhat.com/xmlrpc.cgi')
+ bugzilla = RHBugzilla(url='https://bugzilla.suse.com/xmlrpc.cgi')
return bugzilla.getbug(bug_id, include_fields=['id', 'flags'])
--
2.13.5