From 858c210d1d53665470b5785f3bd589a7dbb709d7 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 7 Feb 2017 16:22:39 +0000 Subject: [PATCH] Move atomic ref to /updates Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/templates/atomic-config.py.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/templates/atomic-config.py.j2 b/roles/bodhi2/backend/templates/atomic-config.py.j2 index 8778f01ed1..d544dabbb8 100644 --- a/roles/bodhi2/backend/templates/atomic-config.py.j2 +++ b/roles/bodhi2/backend/templates/atomic-config.py.j2 @@ -17,7 +17,7 @@ config = dict( 'tree': 'docker-host', 'treefile': { 'include': 'fedora-atomic-docker-host.json', - 'ref': 'fedora-atomic/25/x86_64/docker-host', + 'ref': 'fedora-atomic/25/x86_64/updates/docker-host', 'repos': ['fedora-25', 'fedora-25-updates', 'updates'], 'packages': [], }, @@ -44,7 +44,7 @@ config = dict( 'tree': 'docker-host', 'treefile': { 'include': 'fedora-atomic-docker-host.json', - 'ref': 'fedora-atomic/25/x86_64/testing/docker-host', + 'ref': 'fedora-atomic/25/x86_64/updates-testing/docker-host', 'repos': ['fedora-25', 'fedora-25-updates', 'updates-testing'], 'packages': [], },