commit 7c0b77bd9edbb51ba7abc8fdebe2ad15b60aad50
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Oct 27 10:25:40 2016 +0200
Fixup bugzilla URL
roles/fas_server/files/export-bugzilla | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/roles/fas_server/files/export-bugzilla
b/roles/fas_server/files/export-bugzilla
index 25c3e1c..1a4f6d3 100644
--- a/roles/fas_server/files/export-bugzilla
+++ b/roles/fas_server/files/export-bugzilla
@@ -28,7 +28,7 @@ turbogears.update_config(configfile=cfgfile)
from turbogears.database import session
from fas.model import BugzillaQueue
-BZSERVER = config.get('bugzilla.url',
'https://bugzilla.rpmfusion.org/bugzilla-cvs/xmlrpc.cgi')
+BZSERVER = config.get('bugzilla.url',
'https://bugzilla.rpmfusion.org/xmlrpc.cgi')
BZUSER = config.get('bugzilla.username')
BZPASS = config.get('bugzilla.password')
MAILSERVER = config.get('mail.server', 'localhost')
Show replies by date