From 53f80a2c80cde3f47e6adf6ea1327e05c6cc043c Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Tue, 3 Nov 2015 12:44:22 +0000 Subject: [PATCH 1/2] yumrepoinfo.conf: Fedora 23 has been released --- roles/taskotron/taskotron-client/files/yumrepoinfo.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf index 1a3ad2ae09..ee1c3388d2 100644 --- a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf +++ b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf @@ -34,12 +34,12 @@ release_status = url = %(rawhideurl)s path = development/rawhide tag = f24 -release_status = rawhida +release_status = rawhide # Fedora 23 [f23] -url = %(rawhideurl)s -path = development/23 +url = %(goldurl)s +path = 23 release_status = stable [f23-updates] From 1db904c2b7b716ed3366fca60ec3fc086ba69af4 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Tue, 3 Nov 2015 12:46:33 +0000 Subject: [PATCH 2/2] Update taskotron.yaml --- roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 b/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 index 889cd5e862..820de9a8c7 100644 --- a/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 +++ b/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 @@ -139,6 +139,9 @@ artifacts_baseurl: {{ artifacts_base_url }} ## The location of cached files downloaded by Taskotron #cachedir: /var/cache/taskotron +## The location of images for disposable clients +#imagesdir: /var/lib/taskotron/images + ## ==== LOGGING section ==== ## This section contains configuration of logging.