updating taskotron-client's yumrepoinfo.conf to use the proper baseurl and include f21 repos
This commit is contained in:
parent
f79703925d
commit
5be630b330
1 changed files with 17 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
# Please note: 'download.fedoraproject.org' is a redirect that points you to a
|
||||
# random mirror every time. For faster and more reliable operation, pick a close
|
||||
# mirror from http://mirrors.fedoraproject.org and use it in 'baseurl'.
|
||||
baseurl = http://download.fedoraproject.org/pub/fedora/linux
|
||||
baseurl = http://infrastructure.fedoraproject.org/pub/fedora/linux
|
||||
goldurl = %(baseurl)s/releases/%(path)s/Everything/%(arch)s/os
|
||||
updatesurl = %(baseurl)s/updates/%(path)s/%(arch)s
|
||||
rawhideurl = %(baseurl)s/%(path)s/%(arch)s/os
|
||||
|
@ -32,6 +32,22 @@ path = development/rawhide
|
|||
url = %(rawhideurl)s
|
||||
tag = f21
|
||||
|
||||
# Fedora 21
|
||||
[f21]
|
||||
url = %(rawhideurl)s
|
||||
path = development/21
|
||||
release_status = branched
|
||||
|
||||
[f21-updates]
|
||||
url = %(updatesurl)s
|
||||
path = 21
|
||||
parent = f21
|
||||
|
||||
[f21-updates-testing]
|
||||
url = %(updatesurl)s
|
||||
path = testing/21
|
||||
parent = f21-updates
|
||||
|
||||
# Fedora 20
|
||||
[f20]
|
||||
url = %(goldurl)s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue