From 39b719cee1eb86a72884457cfd4e29f7452b114c Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Wed, 26 Jul 2017 17:35:52 +0200 Subject: [PATCH] Now that we are *done* with f25 it has been requested [1] that we update the daily bodhi push to update the release ref so that anyone choosing to stay on f25 for now will get updated content. [1] https://pagure.io/atomic-wg/issue/303 Signed-off-by: Dusty Mabe --- 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 b998bdef3e..d75269cf21 100644 --- a/roles/bodhi2/backend/templates/atomic-config.py.j2 +++ b/roles/bodhi2/backend/templates/atomic-config.py.j2 @@ -71,7 +71,7 @@ config = dict( 'tree': 'docker-host', 'treefile': { 'include': 'fedora-atomic-docker-host.json', - 'ref': 'fedora-atomic/25/x86_64/updates/docker-host', + 'ref': 'fedora-atomic/25/x86_64/docker-host', 'repos': ['fedora-25', 'fedora-25-updates', 'updates'], 'packages': [], },