Point fedora-packages at the bodhi2 url.

This commit is contained in:
Ralph Bean 2015-10-20 18:48:17 +00:00
parent f795087b00
commit 8248914854

View file

@ -24,11 +24,11 @@ fedoracommunity.connector.bugzilla.baseurl = https://bugzilla.redhat.com/xmlrpc.
fedoracommunity.connector.bugzilla.cookiefile = /var/cache/fedoracommunity/bugzillacookies
{% if env == "staging" %}
fedoracommunity.connector.fas.baseurl = https://admin.stg.fedoraproject.org/accounts/
fedoracommunity.connector.bodhi.baseurl = https://admin.stg.fedoraproject.org/updates
fedoracommunity.connector.bodhi.baseurl = https://bodhi.stg.fedoraproject.org/
fedoracommunity.connector.pkgdb.baseurl = https://admin.stg.fedoraproject.org/pkgdb
{% else %}
fedoracommunity.connector.fas.baseurl = https://admin.fedoraproject.org/accounts/
fedoracommunity.connector.bodhi.baseurl = https://admin.fedoraproject.org/updates
fedoracommunity.connector.bodhi.baseurl = https://bodhi.fedoraproject.org/
fedoracommunity.connector.pkgdb.baseurl = https://admin.fedoraproject.org/pkgdb
{% endif %}