From 7b819c74cadf5c94e1373630c0fa1b5671c9c8fc Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 11 Jul 2016 15:18:33 +0000 Subject: [PATCH] Revert "re-add f22 tmprepo so we can compose, then remove again" This reverts commit 608a64093d2ac1de3fb67dca481f35ac3a970fec. --- roles/bodhi2/backend/templates/atomic-config.py.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/templates/atomic-config.py.j2 b/roles/bodhi2/backend/templates/atomic-config.py.j2 index e1f27808dc..ba192fa2a9 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', 'f22-temprepo'], + 'repos': ['fedora-22', 'updates', 'updates-testing'], 'packages': [], }, @@ -222,7 +222,6 @@ 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}/',