From 7ad27e00160a6deceed50b1f5f0982a133a86533 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Mon, 2 Jan 2017 12:05:09 +0000 Subject: [PATCH] taskotron-client: update yumrepoinfo.conf --- .../taskotron-client/files/yumrepoinfo.conf | 23 +++---------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf index 02e6fd7d19..fd53796dd9 100644 --- a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf +++ b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf @@ -38,9 +38,9 @@ release_status = rawhide # Fedora 25 [f25] -url = %(rawhideurl)s -path = development/25 -release_status = branched +url = %(goldurl)s +path = 25 +release_status = stable [f25-updates] url = %(updatesurl)s @@ -67,20 +67,3 @@ parent = f24 url = %(updatesurl)s path = testing/24 parent = f24-updates - -# Fedora 23 -[f23] -url = %(goldurl)s -path = 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 -