From c5e43ec1f9a5a79ddeaefe654b0f223bb6c0bb7b Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 13 Aug 2018 13:36:18 -0400 Subject: [PATCH] Branching F29 from rawhide Signed-off-by: Mohan Boddu --- fedora-atomic.ks | 2 +- fedora-repo.ks | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fedora-atomic.ks b/fedora-atomic.ks index 854fcca..3440aed 100644 --- a/fedora-atomic.ks +++ b/fedora-atomic.ks @@ -58,7 +58,7 @@ logvol / --size=3000 --grow --fstype="xfs" --name=root --vgname=atomicos # Equivalent of %include fedora-repo.ks # Pull from the ostree repo that was created during the compose -ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=https://kojipkgs.fedoraproject.org/compose/atomic/repo/ --ref=fedora/rawhide/${basearch}/atomic-host +ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=https://kojipkgs.fedoraproject.org/compose/atomic/repo/ --ref=fedora/29/${basearch}/atomic-host reboot diff --git a/fedora-repo.ks b/fedora-repo.ks index 9c7dfff..a0232f0 100644 --- a/fedora-repo.ks +++ b/fedora-repo.ks @@ -3,7 +3,7 @@ # Exactly one of the following should be uncommented # For the master branch the following should be uncommented -%include fedora-repo-rawhide.ks +#%include fedora-repo-rawhide.ks # For non-master branches the following should be uncommented -# %include fedora-repo-not-rawhide.ks +%include fedora-repo-not-rawhide.ks