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 <kevin@scrye.com>
This commit is contained in:
parent
6982e0e083
commit
4987fc7c59
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue