From 9b7da12826a965c0ac6096b4d82e5a49016333db Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 7 Feb 2017 16:31:23 +0000 Subject: [PATCH] We agreed not to update testing yet Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/templates/atomic-config.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/templates/atomic-config.py.j2 b/roles/bodhi2/backend/templates/atomic-config.py.j2 index d544dabbb8..31d0b6e68c 100644 --- a/roles/bodhi2/backend/templates/atomic-config.py.j2 +++ b/roles/bodhi2/backend/templates/atomic-config.py.j2 @@ -44,7 +44,7 @@ config = dict( 'tree': 'docker-host', 'treefile': { 'include': 'fedora-atomic-docker-host.json', - 'ref': 'fedora-atomic/25/x86_64/updates-testing/docker-host', + 'ref': 'fedora-atomic/25/x86_64/testing/docker-host', 'repos': ['fedora-25', 'fedora-25-updates', 'updates-testing'], 'packages': [], },