diff options
author | Tim Flink <tflink@fedoraproject.org> | 2017-04-10 19:31:00 +0000 |
---|---|---|
committer | Tim Flink <tflink@fedoraproject.org> | 2017-04-10 19:31:00 +0000 |
commit | 4c6c10a1fdf7e70d7d43de9e72e87e90dc00cd95 (patch) | |
tree | b35ad8fccf6abd00cdb1aa9519e75c49ec951412 | |
parent | 7fdbfa2d4b35464341290872bac5322df128355a (diff) | |
download | ansible-4c6c10a1fdf7e70d7d43de9e72e87e90dc00cd95.tar.gz ansible-4c6c10a1fdf7e70d7d43de9e72e87e90dc00cd95.tar.xz ansible-4c6c10a1fdf7e70d7d43de9e72e87e90dc00cd95.zip |
updating yumrepoinfo for dev with primary and secondary arches
-rw-r--r-- | roles/taskotron/taskotron-client/files/yumrepoinfo-dev.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/taskotron/taskotron-client/files/yumrepoinfo-dev.conf b/roles/taskotron/taskotron-client/files/yumrepoinfo-dev.conf index 7b4eaf99e..3179185cb 100644 --- a/roles/taskotron/taskotron-client/files/yumrepoinfo-dev.conf +++ b/roles/taskotron/taskotron-client/files/yumrepoinfo-dev.conf @@ -18,11 +18,11 @@ 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 = i386 +alternate_arches = aarch64, i386, ppc64, ppc64le, s290x # a direct parent of this repo, essential for operations (dependencies) parent = |