From f55c6f20bc5676f62a50535dbe5c1d1eb74aae4b Mon Sep 17 00:00:00 2001
From: Kevin Fenzi <kevin(a)scrye.com>
Date: Mon, 21 Nov 2016 16:42:19 +0000
Subject: [PATCH] fix fedora-25-updates-testing to have correct f25 references
for bodhi atomic updates composing
---
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 7a10d92..99e3977 100644
--- a/roles/bodhi2/backend/templates/atomic-config.py.j2
+++ b/roles/bodhi2/backend/templates/atomic-config.py.j2
@@ -45,7 +45,7 @@ config = dict(
'treefile': {
'include': 'fedora-atomic-docker-host.json',
'ref': 'fedora-atomic/25/x86_64/testing/docker-host',
- 'repos': ['fedora-24', 'fedora-24-updates', 'updates-testing'],
+ 'repos': ['fedora-25', 'fedora-25-updates', 'updates-testing'],
'packages': [],
},
--
1.8.3.1