From b1edb7dfedbcb430f807d5e980e2055db52c4348 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Fri, 15 Jan 2016 18:34:33 +0000 Subject: [PATCH] bodhi: Change the repo names to match the fedora-atomic.git configuration --- roles/bodhi2/backend/templates/atomic-config.py.j2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/templates/atomic-config.py.j2 b/roles/bodhi2/backend/templates/atomic-config.py.j2 index 4420ac68e9..12f2ff842f 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', 'updates'], + 'repos': ['fedora-23', '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', 'updates', 'updates-testing'], + 'repos': ['fedora-23', 'fedora-23-updates', 'updates-testing'], 'packages': [], }, @@ -164,6 +164,7 @@ config = dict( repos={ {% if env == 'production' %} 'fedora-{version}': 'file:///pub/fedora/linux/releases/{version}/Everything/{arch}/os', + 'fedora-{version}-updates': 'file:///pub/fedora/linux/updates/{version}/{arch}/', 'updates': 'file:///pub/fedora/linux/updates/{version}/{arch}/', 'updates-testing': 'file:///pub/fedora/linux/updates/testing/{version}/{arch}/', 'f22-temprepo': 'file:///mnt/koji/mash/updates/f22-temprepo/',