summaryrefslogtreecommitdiffstats
path: root/roles/taskotron/taskotron-client
diff options
context:
space:
mode:
authorKamil Páral <kparal@redhat.com>2017-08-21 14:40:27 +0200
committerKamil Páral <kparal@redhat.com>2017-08-21 14:40:27 +0200
commit51bd7f6e7651417228b2ed376f3028afc3bcbe7f (patch)
treeee37c48aae554c0a31e3fd3f81c02b88979007ae /roles/taskotron/taskotron-client
parentec5a63f20ad26bc3d09bd49876a086f3438b8945 (diff)
downloadansible-51bd7f6e7651417228b2ed376f3028afc3bcbe7f.tar.gz
ansible-51bd7f6e7651417228b2ed376f3028afc3bcbe7f.tar.xz
ansible-51bd7f6e7651417228b2ed376f3028afc3bcbe7f.zip
taskotron: push latest yumrepoinfo to prod
Diffstat (limited to 'roles/taskotron/taskotron-client')
-rw-r--r--roles/taskotron/taskotron-client/files/yumrepoinfo.conf18
-rw-r--r--roles/taskotron/taskotron-client/files/yumrepoinfo.conf.dev95
2 files changed, 17 insertions, 96 deletions
diff --git a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf
index 7fe55a465..3631ca985 100644
--- a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf
+++ b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf
@@ -36,9 +36,25 @@ release_status =
[rawhide]
url = %(rawhideurl)s
path = development/rawhide
-tag = f27
+tag = f28
release_status = rawhide
+# Fedora 27
+[f27]
+url = %(rawhideurl)s
+path = development/27
+release_status = branched
+
+[f27-updates]
+url = %(updatesurl)s
+path = 27
+parent = f27
+
+[f27-updates-testing]
+url = %(updatesurl)s
+path = testing/27
+parent = f27-updates
+
# Fedora 26
[f26]
url = %(goldurl)s
diff --git a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf.dev b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf.dev
deleted file mode 100644
index 3631ca985..000000000
--- a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf.dev
+++ /dev/null
@@ -1,95 +0,0 @@
-## A Taskotron configuration file representing available YUM repositories inside
-## Fedora infrastructure.
-## This file is in a ConfigParser syntax, very similar to INI syntax known from
-## Windows.
-## There is a guide describing how to update this file after important Fedora
-## release events, please see:
-## https://fedoraproject.org/wiki/How_to_update_yumrepoinfo.conf_in_Taskotron
-
-[DEFAULT]
-# URLs to yum repos
-# Please note: 'download.fedoraproject.org' is a redirect that points you to a
-# random mirror every time. For faster and more reliable operation, pick a close
-# mirror from https://mirrors.fedoraproject.org and use it in 'baseurl' and 'baseurl_altarch'.
-baseurl = http://download.fedoraproject.org/pub/fedora/linux
-baseurl_altarch = http://download.fedoraproject.org/pub/fedora-secondary
-goldurl = %(baseurl)s/releases/%(path)s/Everything/%(arch)s/os
-updatesurl = %(baseurl)s/updates/%(path)s/%(arch)s
-rawhideurl = %(baseurl)s/%(path)s/Everything/%(arch)s/os
-
-# list of primary and alternate architectures. That decides whether baseurl or baseurl_altarch
-# is used when determining path.
-primary_arches = armhfp, x86_64
-alternate_arches = aarch64, i386, ppc64, ppc64le, s390x
-
-# a direct parent of this repo, essential for operations (dependencies)
-parent =
-
-# koji tag defaults to section name
-tag = %(__name__)s
-
-# release_status can be one of: obsolete, stable, branched or rawhide
-# for non-top-parent repos this is an empty string
-release_status =
-
-# Rawhide
-[rawhide]
-url = %(rawhideurl)s
-path = development/rawhide
-tag = f28
-release_status = rawhide
-
-# Fedora 27
-[f27]
-url = %(rawhideurl)s
-path = development/27
-release_status = branched
-
-[f27-updates]
-url = %(updatesurl)s
-path = 27
-parent = f27
-
-[f27-updates-testing]
-url = %(updatesurl)s
-path = testing/27
-parent = f27-updates
-
-# Fedora 26
-[f26]
-url = %(goldurl)s
-path = 26
-release_status = stable
-
-[f26-updates]
-url = %(updatesurl)s
-path = 26
-parent = f26
-
-[f26-updates-testing]
-url = %(updatesurl)s
-path = testing/26
-parent = f26-updates
-
-# Fedora 25
-[f25]
-url = %(goldurl)s
-path = 25
-release_status = stable
-primary_arches = armhfp, i386, x86_64
-alternate_arches = aarch64, ppc64, ppc64le, s390x
-
-[f25-updates]
-url = %(updatesurl)s
-path = 25
-parent = f25
-primary_arches = armhfp, i386, x86_64
-alternate_arches = aarch64, ppc64, ppc64le, s390x
-
-[f25-updates-testing]
-url = %(updatesurl)s
-path = testing/25
-parent = f25-updates
-primary_arches = armhfp, i386, x86_64
-alternate_arches = aarch64, ppc64, ppc64le, s390x
-