diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index 14f1adb1ff..827e8cfcd2 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -39,7 +39,7 @@ RELEASES = {'f28': {'topic': 'fedora', 'version': '28m', 'modules': ['fedora', 'fedora-secondary'], 'repos': {'updates-testing': { - 'from': 'f28m-updates-testing', + 'from': 'f28-modular-updates-testing', 'ostrees': [], 'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'], 'dest': os.path.join(FEDORADEST, 'testing', '28', 'Modular')}, diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index a49cfb3067..584b0d99a8 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -194,6 +194,7 @@ pungi.extracmdline = --notification-script=/usr/bin/pungi-fedmsg-notification -- master_repomd = http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/%s/%s/repodata/repomd.xml fedora_master_repomd = http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/%s/%s/repodata/repomd.xml fedora_28_stable_master_repomd = http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/%s/Everything/%s/repodata/repomd.xml +fedora_28_testing_master_repomd = http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/testing/%s/Everything/%s/repodata/repomd.xml fedora_epel_master_repomd = http://download01.phx2.fedoraproject.org/pub/epel/%s/%s/repodata/repomd.xml {% endif %} @@ -260,6 +261,7 @@ base_address = https://bodhi{{env_suffix}}.fedoraproject.org/ # fedora_26_primary_arches = armhfp x86_64 fedora_26_primary_arches = armhfp x86_64 fedora_27_primary_arches = armhfp x86_64 +fedora_28_primary_arches = aarch64 armhfp x86_64 ## ## Email setting