From 3a027a144390b4417f40f810989a1683449403b8 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Jul 07 2017 17:52:15 +0000 Subject: Try the buildinstall phase for the f26 compose. This is... really late in the game. But we were blocked on #6868. Maybe, try #278 first and then this one. Signed-off-by: Ralph Bean --- diff --git a/fedora-modular.conf b/fedora-modular.conf index ac0a849..6670bea 100644 --- a/fedora-modular.conf +++ b/fedora-modular.conf @@ -15,7 +15,7 @@ hashed_directories = True # RUNROOT settings runroot = True runroot_channel = 'compose' -runroot_tag = 'f26-build' +runroot_tag = 'f26-modularity' # PDC settings pdc_url = 'https://pdc.fedoraproject.org/rest_api/v1' @@ -57,9 +57,9 @@ media_checksum_base_filename = '%(release_short)s-%(variant)s-%(version)s-%(arch #jigdo create_jigdo = False -# We do not have anaconda module yet, so skip buildinstall for now and also -# all the phases which need buildinstall. -skip_phases= ["buildinstall", "live_media", "live_images", "ostree"] +# OK, we have the anaconda module now. Let's try buildinstall, but still skip +# the phases which depend on it. +skip_phases= ["live_media", "live_images", "ostree"] # BUILDINSTALL buildinstall_method = 'lorax'