From 4987fc7c590387517b6a4a97bc377cf437934b49 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 30 Apr 2024 14:55:25 -0700 Subject: [PATCH] bodhi: set primary arches for current stable releases bodhi is failing to finish a f40-updates-testing push because it's looking for the ppc64le repomd on the primary location instead of the secondary one. This should fix it, but I don't understand how it worked before. Did we just get lucky and always check aarch64 before anything else? I can't see anything that changed in config around this off hand. ;( Will try this and see if it fixes it for now... Signed-off-by: Kevin Fenzi --- roles/bodhi2/base/templates/production.ini.j2 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index bc9fa2344f..80c2c6b4a7 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -291,12 +291,9 @@ base_address = https://bodhi{{env_suffix}}.fedoraproject.org/ ## Bodhi looks for primary arches with the {release}_{request}_master_repomd setting above, and ## for alternative arches at the {release}_{request}_alt_master_repomd setting above. If this ## is not set, Bodhi will assume the release only has primary arches. -# fedora_26_primary_arches = armhfp x86_64 -fedora_26_primary_arches = armhfp x86_64 -fedora_27_primary_arches = armhfp x86_64 -fedora_28_primary_arches = aarch64 armhfp x86_64 -fedora_29_primary_arches = aarch64 armhfp x86_64 -fedora_30_primary_arches = aarch64 armhfp x86_64 +fedora_38_primary_arches = aarch64 x86_64 +fedora_39_primary_arches = aarch64 x86_64 +fedora_40_primary_arches = aarch64 x86_64 ## ## Email setting