From 8db0325385945d01117544c02e7b93fce5edc8dd Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Wed, 24 Feb 2016 15:06:18 +0000 Subject: [PATCH] updating taskotron's yum config for f24 branch --- .../taskotron-client/files/yumrepoinfo.conf | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf index e6694d3c58..9f84f0a404 100644 --- a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf +++ b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf @@ -33,9 +33,25 @@ release_status = [rawhide] url = %(rawhideurl)s path = development/rawhide -tag = f24 +tag = f25 release_status = rawhide +# Fedora 24 +[f24] +url = %(rawhideurl)s +path = development/24 +release_status = branched + +[f24-updates] +url = %(updatesurl)s +path = 24 +parent = f24 + +[f24-updates-testing] +url = %(updatesurl)s +path = testing/24 +parent = f24-updates + # Fedora 23 [f23] url = %(goldurl)s