diff --git a/roles/bodhi2/backend/templates/atomic-config.py.j2 b/roles/bodhi2/backend/templates/atomic-config.py.j2 index 841e255f7b..4420ac68e9 100644 --- a/roles/bodhi2/backend/templates/atomic-config.py.j2 +++ b/roles/bodhi2/backend/templates/atomic-config.py.j2 @@ -18,7 +18,7 @@ config = dict( 'treefile': { 'include': 'fedora-atomic-docker-host.json', 'ref': 'fedora-atomic/f23/x86_64/docker-host', - 'repos': ['fedora-23-dev', 'updates'], + 'repos': ['fedora-23', 'updates'], 'packages': [], }, @@ -45,7 +45,7 @@ config = dict( 'treefile': { 'include': 'fedora-atomic-docker-host.json', 'ref': 'fedora-atomic/f23/x86_64/testing/docker-host', - 'repos': ['fedora-23-dev', 'updates', 'updates-testing'], + 'repos': ['fedora-23', 'updates', 'updates-testing'], 'packages': [], }, @@ -163,7 +163,6 @@ config = dict( # Package repositories to use in the mock container and ostree compose repos={ {% if env == 'production' %} - 'fedora-23-dev': 'file:///pub/fedora/linux/development/23/{arch}/os', 'fedora-{version}': 'file:///pub/fedora/linux/releases/{version}/Everything/{arch}/os', 'updates': 'file:///pub/fedora/linux/updates/{version}/{arch}/', 'updates-testing': 'file:///pub/fedora/linux/updates/testing/{version}/{arch}/',