Merge branch 'master' of /git/ansible
This commit is contained in:
commit
140fe55514
2 changed files with 6 additions and 3 deletions
|
@ -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]
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue