From e77c44307916b4e550b6d86104c52c01402773e6 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Thu, 9 Feb 2017 10:20:09 -0500 Subject: [PATCH] atomic: use kojipkgs url everywhere We need to use the kojipkgs url on the builders because they don't have access to dl.fp.o. After some discussion we have just decided to use the kojipkgs url everywhere as the dl.fp.o url is just a redirect anyway. --- fedora-atomic.ks | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fedora-atomic.ks b/fedora-atomic.ks index 1fce6ec..8e8444b 100644 --- a/fedora-atomic.ks +++ b/fedora-atomic.ks @@ -32,7 +32,7 @@ volgroup atomicos pv.01 logvol / --size=3000 --fstype="xfs" --name=root --vgname=atomicos # Equivalent of %include fedora-repo.ks -ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=https://dl.fedoraproject.org/pub/fedora/linux/atomic/25/ --ref=fedora-atomic/25/x86_64/updates/docker-host +ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=https://kojipkgs.fedoraproject.org/atomic/25/ --ref=fedora-atomic/25/x86_64/updates/docker-host reboot @@ -40,7 +40,7 @@ reboot # Set the ref we are tracking to the be fedora-atomic/25/x86_64/docker-host # one, which is what we are using for the two week releases. We want consumers # of this image to track the two week releases -ostree admin set-origin --index 0 fedora-atomic https://dl.fedoraproject.org/pub/fedora/linux/atomic/25/ fedora-atomic/25/x86_64/docker-host +ostree admin set-origin --index 0 fedora-atomic https://kojipkgs.fedoraproject.org/atomic/25/ fedora-atomic/25/x86_64/docker-host # older versions of livecd-tools do not follow "rootpw --lock" line above # https://bugzilla.redhat.com/show_bug.cgi?id=964299