diff --git a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf.stg similarity index 89% rename from roles/taskotron/taskotron-client/files/yumrepoinfo.conf rename to roles/taskotron/taskotron-client/files/yumrepoinfo.conf.stg index c81542aecd..04db67af0f 100644 --- a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf +++ b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf.stg @@ -36,9 +36,25 @@ release_status = [rawhide] url = %(rawhideurl)s path = development/rawhide -tag = f28 +tag = f29 release_status = rawhide +# Fedora 28 +[f28] +url = %(rawhideurl)s +path = development/28 +release_status = branched + +[f28-updates] +url = %(updatesurl)s +path = 28 +parent = f28 + +[f28-updates-testing] +url = %(updatesurl)s +path = testing/28 +parent = f28-updates + # Fedora 27 [f27] url = %(goldurl)s