bodhi-backend: switch mirror to check for sync to the generic, rdu3 ones instead of hard coding iad2 external
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
df86e98c4d
commit
28da1d6cf7
1 changed files with 14 additions and 14 deletions
|
@ -236,19 +236,19 @@ container.source_registry = candidate-registry.stg.fedoraproject.org
|
|||
# fedora_epel_stable_master_repomd = http://dl-iad05.fedoraproject.org/pub/epel/%%s/%%s/repodata/repomd.xml
|
||||
# fedora_epel_testing_master_repomd = http://dl-iad05.fedoraproject.org/pub/epel/testing/%%s/%%s/repodata/repomd.xml
|
||||
{% if env == 'production' %}
|
||||
fedora_stable_master_repomd = http://dl-iad05.fedoraproject.org/pub/fedora/linux/updates/%%s/Everything/%%s/repodata/repomd.xml
|
||||
fedora_testing_master_repomd = http://dl-iad05.fedoraproject.org/pub/fedora/linux/updates/testing/%%s/Everything/%%s/repodata/repomd.xml
|
||||
fedora_epel_stable_master_repomd = http://dl-iad05.fedoraproject.org/pub/epel/%%s/Everything/%%s/repodata/repomd.xml
|
||||
fedora_epel_testing_master_repomd = http://dl-iad05.fedoraproject.org/pub/epel/testing/%%s/Everything/%%s/repodata/repomd.xml
|
||||
fedora_epel_modular_stable_master_repomd = http://dl-iad05.fedoraproject.org/pub/epel/%%s/Modular/%%s/repodata/repomd.xml
|
||||
fedora_epel_modular_testing_master_repomd = http://dl-iad05.fedoraproject.org/pub/epel/testing/%%s/Modular/%%s/repodata/repomd.xml
|
||||
fedora_epel_next_stable_master_repomd = http://dl-iad05.fedoraproject.org/pub/epel/next/%%s/Everything/%%s/repodata/repomd.xml
|
||||
fedora_epel_next_testing_master_repomd = http://dl-iad05.fedoraproject.org/pub/epel/testing/next/%%s/Everything/%%s/repodata/repomd.xml
|
||||
fedora_stable_master_repomd = http://dl05.fedoraproject.org/pub/fedora/linux/updates/%%s/Everything/%%s/repodata/repomd.xml
|
||||
fedora_testing_master_repomd = http://dl05.fedoraproject.org/pub/fedora/linux/updates/testing/%%s/Everything/%%s/repodata/repomd.xml
|
||||
fedora_epel_stable_master_repomd = http://dl05.fedoraproject.org/pub/epel/%%s/Everything/%%s/repodata/repomd.xml
|
||||
fedora_epel_testing_master_repomd = http://dl05.fedoraproject.org/pub/epel/testing/%%s/Everything/%%s/repodata/repomd.xml
|
||||
fedora_epel_modular_stable_master_repomd = http://dl05.fedoraproject.org/pub/epel/%%s/Modular/%%s/repodata/repomd.xml
|
||||
fedora_epel_modular_testing_master_repomd = http://dl05.fedoraproject.org/pub/epel/testing/%%s/Modular/%%s/repodata/repomd.xml
|
||||
fedora_epel_next_stable_master_repomd = http://dl05.fedoraproject.org/pub/epel/next/%%s/Everything/%%s/repodata/repomd.xml
|
||||
fedora_epel_next_testing_master_repomd = http://dl05.fedoraproject.org/pub/epel/testing/next/%%s/Everything/%%s/repodata/repomd.xml
|
||||
{% elif env == 'staging' %}
|
||||
fedora_stable_master_repomd = https://kojipkgs.stg.fedoraproject.org/compose/updates/f%%s-updates/compose/Everything/%%s/os/repodata/repomd.xml
|
||||
fedora_testing_master_repomd = https://kojipkgs.stg.fedoraproject.org/compose/updates/f%%s-updates-testing/compose/Everything/%%s/os/repodata/repomd.xml
|
||||
fedora_epel_stable_master_repomd = http://dl-iad05.fedoraproject.org/pub/epel/%%s/%%s/repodata/repomd.xml
|
||||
fedora_epel_testing_master_repomd = http://dl-iad05.fedoraproject.org/pub/epel/testing/%%s/%%s/repodata/repomd.xml
|
||||
fedora_epel_stable_master_repomd = http://dl05.fedoraproject.org/pub/epel/%%s/%%s/repodata/repomd.xml
|
||||
fedora_epel_testing_master_repomd = http://dl05.fedoraproject.org/pub/epel/testing/%%s/%%s/repodata/repomd.xml
|
||||
fedora_modular_stable_master_repomd = https://kojipkgs.stg.fedoraproject.org/compose/updates/f%%s-modular-updates/compose/Everything/%%s/os/repodata/repomd.xml
|
||||
fedora_modular_testing_master_repomd = https://kojipkgs.stg.fedoraproject.org/compose/updates/f%%s-modular-updates-testing/compose/Everything/%%s/os/repodata/repomd.xml
|
||||
{% endif %}
|
||||
|
@ -263,11 +263,11 @@ fedora_modular_testing_master_repomd = https://kojipkgs.stg.fedoraproject.org/co
|
|||
# be replaced with the architecture.
|
||||
# If a version of the option exists with a matching version, it has priority over one without.
|
||||
# examples (these settings do not have defaults):
|
||||
# fedora_stable_alt_master_repomd = http://dl-iad05.fedoraproject.org/pub/fedora-secondary/updates/%%s/%%s/repodata/repomd.xml
|
||||
# fedora_testing_alt_master_repomd = http://dl-iad05.fedoraproject.org/pub/fedora-secondary/updates/testing/%%s/%%s/repodata/repomd.xml
|
||||
# fedora_stable_alt_master_repomd = http://dl05.fedoraproject.org/pub/fedora-secondary/updates/%%s/%%s/repodata/repomd.xml
|
||||
# fedora_testing_alt_master_repomd = http://dl05.fedoraproject.org/pub/fedora-secondary/updates/testing/%%s/%%s/repodata/repomd.xml
|
||||
{% if env == 'production' %}
|
||||
fedora_stable_alt_master_repomd = http://dl-iad05.fedoraproject.org/pub/fedora-secondary/updates/%%s/Everything/%%s/repodata/repomd.xml
|
||||
fedora_testing_alt_master_repomd = http://dl-iad05.fedoraproject.org/pub/fedora-secondary/updates/testing/%%s/Everything/%%s/repodata/repomd.xml
|
||||
fedora_stable_alt_master_repomd = http://dl05.fedoraproject.org/pub/fedora-secondary/updates/%%s/Everything/%%s/repodata/repomd.xml
|
||||
fedora_testing_alt_master_repomd = http://dl05.fedoraproject.org/pub/fedora-secondary/updates/testing/%%s/Everything/%%s/repodata/repomd.xml
|
||||
{% elif env == 'staging' %}
|
||||
fedora_stable_alt_master_repomd = https://kojipkgs.stg.fedoraproject.org/compose/updates/f%%s-updates/compose/Everything/%%s/os/repodata/repomd.xml
|
||||
fedora_testing_alt_master_repomd = https://kojipkgs.stg.fedoraproject.org/compose/updates/f%%s-updates-testing/compose/Everything/%%s/os/repodata/repomd.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue