change arch order in f26 updates so the polling checks armv7 first
This commit is contained in:
parent
fa5fb4168e
commit
28adda8571
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ strict_keys = True
|
|||
keys = 64dab85d
|
||||
repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/updates/26/%(arch)s/
|
||||
repoviewtitle = "Fedora 26 Updates - %(arch)s"
|
||||
arches = aarch64 armhfp i386 ppc64 ppc64le x86_64
|
||||
arches = armhfp i386 ppc64 ppc64le x86_64 aarch64
|
||||
hash_packages = True
|
||||
delta = True
|
||||
#delta_dirs = /pub/fedora/linux/releases/26/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f26-updates/%(arch)s/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue