From bf4e45adfba5968762b144012eb889abd987c300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Zatloukal?= Date: Wed, 21 Feb 2018 10:29:17 +0100 Subject: [PATCH] Taskotron: Update yumrepoinfo on stg --- .../{yumrepoinfo.conf => yumrepoinfo.conf.stg} | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) rename roles/taskotron/taskotron-client/files/{yumrepoinfo.conf => yumrepoinfo.conf.stg} (89%) 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