Adjust the dl.fp.o url for mdapi
This commit is contained in:
parent
a1ab86a2c0
commit
a87b6fe4ba
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
KOJI_REPO = 'http://koji.stg.fedoraproject.org/repos/'
|
KOJI_REPO = 'http://koji.stg.fedoraproject.org/repos/'
|
||||||
PKGDB2_URL = 'https://admin.stg.fedoraproject.org/pkgdb/'
|
PKGDB2_URL = 'https://admin.stg.fedoraproject.org/pkgdb/'
|
||||||
DL_SERVER = 'http://dl.fedoraproject.org'
|
DL_SERVER = 'http://dl.phx2.fedoraproject.org'
|
||||||
{% else %}
|
{% else %}
|
||||||
KOJI_REPO = 'https://kojipkgs.fedoraproject.org/repos/'
|
KOJI_REPO = 'https://kojipkgs.fedoraproject.org/repos/'
|
||||||
PKGDB2_URL = 'https://admin.fedoraproject.org/pkgdb/'
|
PKGDB2_URL = 'https://admin.fedoraproject.org/pkgdb/'
|
||||||
DL_SERVER = 'http://dl.fedoraproject.org'
|
DL_SERVER = 'http://dl.phx2.fedoraproject.org'
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue