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 -