From 2565b003d4a80ebf4afaf663af12f4e6a2b79f23 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Jul 21 2017 15:08:33 +0000 Subject: atomic: use prod url, not compose url We were previously using the compose url where pungi created the ostree. We now need to use the prod url (the one that clients use) since we aren't currently building ostrees and qcows in the same pungi run. Bodhi is currently building the ostrees outside of pungi. --- diff --git a/fedora-atomic.ks b/fedora-atomic.ks index 1578827..91ddc5f 100644 --- a/fedora-atomic.ks +++ b/fedora-atomic.ks @@ -31,7 +31,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://kojipkgs.fedoraproject.org/compose/atomic/26/ --ref=fedora/26/x86_64/updates/atomic-host +ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=https://kojipkgs.fedoraproject.org/atomic/26/ --ref=fedora/26/x86_64/updates/atomic-host reboot