From 58c8e172e0f029bf8366011936c42a3cbdd59d80 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sat, 14 Jan 2017 04:34:49 +0000 Subject: [PATCH] Enable the 'updates' repo for atomic composes, which contains the current mash 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 99e3977042..8778f01ed1 100644 --- a/roles/bodhi2/backend/templates/atomic-config.py.j2 +++ b/roles/bodhi2/backend/templates/atomic-config.py.j2 @@ -18,7 +18,7 @@ config = dict( 'treefile': { 'include': 'fedora-atomic-docker-host.json', 'ref': 'fedora-atomic/25/x86_64/docker-host', - 'repos': ['fedora-25', 'fedora-25-updates'], + 'repos': ['fedora-25', 'fedora-25-updates', 'updates'], 'packages': [], }, @@ -73,7 +73,7 @@ config = dict( 'treefile': { 'include': 'fedora-atomic-docker-host.json', 'ref': 'fedora-atomic/24/x86_64/docker-host', - 'repos': ['fedora-24', 'fedora-24-updates'], + 'repos': ['fedora-24', 'fedora-24-updates', 'updates'], 'packages': [], },