adding bits for better secarch support in stg
This commit is contained in:
parent
19bd3aa2e3
commit
ffa2c1f519
1 changed files with 6 additions and 1 deletions
|
@ -12,12 +12,17 @@
|
|||
# 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://infrastructure.fedoraproject.org/pub/fedora/linux
|
||||
baseurl_altarch = http://download.fedoraproject.org/pub/fedora-secondary
|
||||
goldurl = %(baseurl)s/releases/%(path)s/Everything/%(arch)s/os
|
||||
updatesurl = %(baseurl)s/updates/%(path)s/%(arch)s
|
||||
rawhideurl = %(baseurl)s/%(path)s/Everything/%(arch)s/os
|
||||
|
||||
# list of supported architectures
|
||||
arches = i386, x86_64
|
||||
primary_arches = i386, x86_64
|
||||
|
||||
# we need to know which of them are alternate architectures. For those, baseurl_altarch is used
|
||||
# instead of baseurl.
|
||||
alternate_arches = aarch64, i386, ppc64, ppc64le, s290x
|
||||
|
||||
# a direct parent of this repo, essential for operations (dependencies)
|
||||
parent =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue