Greetings. Currently bodhi polls the master mirror when it's at the end of a push to confirm updates have landed there. Unfortunately it checks the first arch in the list, and currently thats aarch64, but the aarc64 updates are under fedora-secondary so it doesn't ever find them. This should fix this issue. +1s? kevin -- From db3fcf24250bc7cb56543659593260857db06569 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi <kevin@xxxxxxxxx> Date: Fri, 7 Jul 2017 18:15:06 +0000 Subject: [PATCH] change arch order in f26 updates so the polling checks armv7 first Signed-off-by: Kevin Fenzi <kevin@xxxxxxxxx> --- roles/bodhi2/backend/files/f26-updates.mash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/files/f26-updates.mash b/roles/bodhi2/backend/files/f26-updates.mash index 79e54ed..fa96f48 100644 --- a/roles/bodhi2/backend/files/f26-updates.mash +++ b/roles/bodhi2/backend/files/f26-updates.mash @@ -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/ -- 1.8.3.1
Attachment:
signature.asc
Description: OpenPGP digital signature
_______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx