From 52e7cb5ad17e1884d6f88417685fcb5844c4183e Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 5 Aug 2014 12:41:33 +0000 Subject: [PATCH] This makes a lot of sense. --- roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini b/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini index 3943980528..83d8309e8e 100644 --- a/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini +++ b/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini @@ -10,7 +10,11 @@ bugzilla.products = Fedora, Fedora EPEL bugzilla.num_workers = 2 # These are credentials used to log in to bugzilla +{% if env == 'staging' %} +bugzilla.url = https://partner-bugzilla.redhat.com +{% else %} bugzilla.url = https://bugzilla.redhat.com +{% endif %} bugzilla.username = {{ bugzilla_user }} bugzilla.password = {{ bugzilla_password }}