commit a738b26652973be676cc3e8e41c55e2347825136
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Nov 5 10:22:14 2016 +0100
Use internal url for bugzilla
roles/fas_server/templates/export-bugzilla.cfg.j2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/roles/fas_server/templates/export-bugzilla.cfg.j2
b/roles/fas_server/templates/export-bugzilla.cfg.j2
index a337b4c..7d39f79 100644
--- a/roles/fas_server/templates/export-bugzilla.cfg.j2
+++ b/roles/fas_server/templates/export-bugzilla.cfg.j2
@@ -1,7 +1,7 @@
[global]
# bugzilla.url =
https://bugdev.devel.redhat.com/bugzilla-cvs/xmlrpc.cgi
# Running from fas1 so we need the PHX available address.
-bugzilla.url = "https://bugzilla.rpmfusion.org/xmlrpc.cgi"
+bugzilla.url = "http://bugzilla02.online.rpmfusion.net/xmlrpc.cgi"
# bugzilla.url = "https://bugzilla.redhat.com/xmlrpc.cgi"
bugzilla.username = "{{ bugzilla_user }}"
bugzilla.password = "{{ bugzilla_password }}"