Adjust the dl.fp.o url for mdapi

This commit is contained in:
Pierre-Yves Chibon 2015-11-10 11:23:34 +01:00
parent a1ab86a2c0
commit a87b6fe4ba

View file

@ -1,10 +1,10 @@
{% if env == 'staging' %}
KOJI_REPO = 'http://koji.stg.fedoraproject.org/repos/'
PKGDB2_URL = 'https://admin.stg.fedoraproject.org/pkgdb/'
DL_SERVER = 'http://dl.fedoraproject.org'
DL_SERVER = 'http://dl.phx2.fedoraproject.org'
{% else %}
KOJI_REPO = 'https://kojipkgs.fedoraproject.org/repos/'
PKGDB2_URL = 'https://admin.fedoraproject.org/pkgdb/'
DL_SERVER = 'http://dl.fedoraproject.org'
DL_SERVER = 'http://dl.phx2.fedoraproject.org'
{% endif %}