updating yumrepoinfo on taskotron clients for f22 branch
This commit is contained in:
parent
5610db5e5a
commit
7c07be5997
1 changed files with 23 additions and 23 deletions
|
@ -25,18 +25,34 @@ tag = %(__name__)s
|
|||
# true for "top" repos corresponding to currently supported Fedora releases
|
||||
supported = no
|
||||
|
||||
|
||||
# Rawhide
|
||||
[rawhide]
|
||||
path = development/rawhide
|
||||
url = %(rawhideurl)s
|
||||
tag = f21
|
||||
path = development/rawhide
|
||||
tag = f23
|
||||
release_status = rawhide
|
||||
|
||||
# Fedora 22
|
||||
[f22]
|
||||
url = %(rawhideurl)s
|
||||
path = development/22
|
||||
release_status = branched
|
||||
|
||||
[f22-updates]
|
||||
url = %(updatesurl)s
|
||||
path = 22
|
||||
parent = f22
|
||||
|
||||
[f22-updates-testing]
|
||||
url = %(updatesurl)s
|
||||
path = testing/22
|
||||
parent = f22-updates
|
||||
|
||||
# Fedora 21
|
||||
[f21]
|
||||
url = %(rawhideurl)s
|
||||
path = development/21
|
||||
release_status = branched
|
||||
url = %(goldurl)s
|
||||
path = 21
|
||||
release_status = stable
|
||||
|
||||
[f21-updates]
|
||||
url = %(updatesurl)s
|
||||
|
@ -52,7 +68,7 @@ parent = f21-updates
|
|||
[f20]
|
||||
url = %(goldurl)s
|
||||
path = 20
|
||||
supported = yes
|
||||
release_status = stable
|
||||
|
||||
[f20-updates]
|
||||
url = %(updatesurl)s
|
||||
|
@ -64,19 +80,3 @@ url = %(updatesurl)s
|
|||
path = testing/20
|
||||
parent = f20-updates
|
||||
|
||||
# Fedora 19
|
||||
[f19]
|
||||
url = %(goldurl)s
|
||||
path = 19
|
||||
supported = yes
|
||||
|
||||
[f19-updates]
|
||||
url = %(updatesurl)s
|
||||
path = 19
|
||||
parent = f19
|
||||
|
||||
[f19-updates-testing]
|
||||
url = %(updatesurl)s
|
||||
path = testing/19
|
||||
parent = f19-updates
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue