From 27853cefeea640fd9b094fd544e5cb4d29efc166 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Fri, 17 Jul 2015 13:35:34 +0000 Subject: [PATCH] adding f23 repos to taskotron clients --- .../taskotron-client/files/yumrepoinfo.conf | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf index b3d6f746ef..1a3ad2ae09 100644 --- a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf +++ b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf @@ -33,8 +33,24 @@ release_status = [rawhide] url = %(rawhideurl)s path = development/rawhide -tag = f23 -release_status = rawhide +tag = f24 +release_status = rawhida + +# Fedora 23 +[f23] +url = %(rawhideurl)s +path = development/23 +release_status = stable + +[f23-updates] +url = %(updatesurl)s +path = 23 +parent = f23 + +[f23-updates-testing] +url = %(updatesurl)s +path = testing/23 +parent = f23-updates # Fedora 22 [f22]