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