diff options
| author | Martin Krizek <mkrizek@redhat.com> | 2017-01-02 12:05:09 +0000 |
|---|---|---|
| committer | Martin Krizek <mkrizek@redhat.com> | 2017-01-02 12:05:09 +0000 |
| commit | 7ad27e00160a6deceed50b1f5f0982a133a86533 (patch) | |
| tree | 44986f335c40e3768778392042ec9ccf586ea29b /roles/taskotron/taskotron-client | |
| parent | 56817971b4edbd78aeabb30165af3e3fe1dc6df1 (diff) | |
| download | ansible-7ad27e00160a6deceed50b1f5f0982a133a86533.tar.gz ansible-7ad27e00160a6deceed50b1f5f0982a133a86533.tar.xz ansible-7ad27e00160a6deceed50b1f5f0982a133a86533.zip | |
taskotron-client: update yumrepoinfo.conf
Diffstat (limited to 'roles/taskotron/taskotron-client')
| -rw-r--r-- | roles/taskotron/taskotron-client/files/yumrepoinfo.conf | 23 |
1 files changed, 3 insertions, 20 deletions
diff --git a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf index 02e6fd7d1..fd53796dd 100644 --- a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf +++ b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf @@ -38,9 +38,9 @@ release_status = rawhide # Fedora 25 [f25] -url = %(rawhideurl)s -path = development/25 -release_status = branched +url = %(goldurl)s +path = 25 +release_status = stable [f25-updates] url = %(updatesurl)s @@ -67,20 +67,3 @@ parent = f24 url = %(updatesurl)s path = testing/24 parent = f24-updates - -# Fedora 23 -[f23] -url = %(goldurl)s -path = 23 -release_status = stable - -[f23-updates] -url = %(updatesurl)s -path = 23 -parent = f23 - -[f23-updates-testing] -url = %(updatesurl)s -path = testing/23 -parent = f23-updates - |
