From 5b937852297c044d84dc9c4ffb915b5aef7a11ae Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Tue, 11 Apr 2017 13:09:26 +0000 Subject: [PATCH] fixing secarch url for internal use on taskotron client hosts --- roles/taskotron/taskotron-client/files/yumrepoinfo.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf index 70af89ed0c..4dcdd70642 100644 --- a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf +++ b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf @@ -12,7 +12,7 @@ # 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 +baseurl_altarch = http://infrastructure.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