From 608a64093d2ac1de3fb67dca481f35ac3a970fec Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 11 Jul 2016 15:13:43 +0000 Subject: [PATCH] re-add f22 tmprepo so we can compose, then remove again --- roles/bodhi2/backend/templates/atomic-config.py.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/templates/atomic-config.py.j2 b/roles/bodhi2/backend/templates/atomic-config.py.j2 index ba192fa2a9..e1f27808dc 100644 --- a/roles/bodhi2/backend/templates/atomic-config.py.j2 +++ b/roles/bodhi2/backend/templates/atomic-config.py.j2 @@ -155,7 +155,7 @@ config = dict( 'treefile': { 'include': 'fedora-atomic-docker-host.json', 'ref': 'fedora-atomic/f22/x86_64/testing/docker-host', - 'repos': ['fedora-22', 'updates', 'updates-testing'], + 'repos': ['fedora-22', 'updates', 'updates-testing', 'f22-temprepo'], 'packages': [], }, @@ -222,6 +222,7 @@ config = dict( '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/', {% else %} 'fedora-{version}': 'http://download01.phx2.fedoraproject.org/pub/fedora/linux/releases/{version}/Everything/{arch}/os', 'updates': 'http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/{version}/{arch}/',