Point mdapi01 to koji.fp.o instead of kojipkgs.fp.o

This in order to be consistent with the info present in the hosts file
This commit is contained in:
Pierre-Yves Chibon 2015-11-17 19:12:19 +01:00
parent 39723f7854
commit ef2f201256

View file

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