From e64013997649f14b6d9afaffd09a7eb37c98a3d9 Mon Sep 17 00:00:00 2001 From: Jason Brooks Date: Jul 27 2016 17:36:46 +0000 Subject: fix ostree repo location problem: fedora atomic host images are including an old ostree tree (24.39 from 2016-06-15 09:57:04) cause: The ostree repo specified in this file at: https://kojipkgs.fedoraproject.org/compose/atomic/24/ was last updated at 2016-06-15 09:57:04. Fedora Atomic 23 used the location: https://kojipkgs.fedoraproject.org/mash/atomic/23/. The ref at the similar https://kojipkgs.fedoraproject.org/mash/atomic/24/ was last modifed 2016-07-24. This seems to be the correct location. Or, if the switch from mash to compose is right, then we need to ensure that the compose location is updated / kept up to date. --- diff --git a/fedora-atomic.ks b/fedora-atomic.ks index adadbeb..c6f1033 100644 --- a/fedora-atomic.ks +++ b/fedora-atomic.ks @@ -33,7 +33,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/24/ --ref=fedora-atomic/24/x86_64/docker-host +ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=https://kojipkgs.fedoraproject.org/mash/atomic/24/ --ref=fedora-atomic/24/x86_64/docker-host reboot