From 56bd681394eca316b888be8344a825c3fa89ee51 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Sat, 22 Aug 2015 00:07:43 +0000 Subject: [PATCH] bodhi: re-enable the f22-temprepo for rpm-ostree --- roles/bodhi2/backend/templates/atomic-config.py.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/bodhi2/backend/templates/atomic-config.py.j2 b/roles/bodhi2/backend/templates/atomic-config.py.j2 index de72599ea1..87824459fe 100644 --- a/roles/bodhi2/backend/templates/atomic-config.py.j2 +++ b/roles/bodhi2/backend/templates/atomic-config.py.j2 @@ -166,6 +166,7 @@ config = dict( '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}/', + '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}/',