adding f23 repos to taskotron clients
This commit is contained in:
parent
fb76bcf3ac
commit
27853cefee
1 changed files with 18 additions and 2 deletions
|
@ -33,8 +33,24 @@ release_status =
|
||||||
[rawhide]
|
[rawhide]
|
||||||
url = %(rawhideurl)s
|
url = %(rawhideurl)s
|
||||||
path = development/rawhide
|
path = development/rawhide
|
||||||
tag = f23
|
tag = f24
|
||||||
release_status = rawhide
|
release_status = rawhida
|
||||||
|
|
||||||
|
# Fedora 23
|
||||||
|
[f23]
|
||||||
|
url = %(rawhideurl)s
|
||||||
|
path = development/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
|
||||||
|
|
||||||
# Fedora 22
|
# Fedora 22
|
||||||
[f22]
|
[f22]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue