From c22289cb6f4c419b615eb5303d28043a1d523e23 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 17 Nov 2016 08:16:05 -0600 Subject: [PATCH] cleanups for f25 implementation use f25-build as the runroot channel. whats most important is the packages that are installed into the install environments rather than the install environment. Disable macboot on Cloud tree as it does not target macs at all Signed-off-by: Dennis Gilmore --- fedora-atomic.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fedora-atomic.conf b/fedora-atomic.conf index 1ff9408..8ea1227 100644 --- a/fedora-atomic.conf +++ b/fedora-atomic.conf @@ -9,7 +9,7 @@ buildinstall_method = 'lorax' lorax_options = [ ('^.*$', { 'x86_64': { - 'nomacboot': False + 'nomacboot': True } '*': { 'noupgrade': True @@ -35,7 +35,7 @@ hashed_directories = True runroot = True #runroot_channel = 'fedora_compose' runroot_channel = 'compose' -runroot_tag = 'f25-build-with-newer-ostree' # TODO +runroot_tag = 'f25-build' # PKGSET pkgset_source = 'koji' # koji, repos pkgset_koji_tag = 'f25-atomic'