From ffa2c1f519b60e9ace739261565dd618476b8f38 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Mon, 10 Apr 2017 21:44:50 +0000 Subject: [PATCH] adding bits for better secarch support in stg --- roles/taskotron/taskotron-client/files/yumrepoinfo.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf index 396ac5fd42..70af89ed0c 100644 --- a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf +++ b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf @@ -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 =