From 8c247e0b1abbc9d2af2cd54e32261cc4b42a42a6 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Aug 01 2017 16:22:06 +0000 Subject: Try the buildinstall phase for modular rawhide. After #6868, it should work. Signed-off-by: Ralph Bean --- diff --git a/fedora-modular.conf b/fedora-modular.conf index f9566f1..c738e9f 100644 --- a/fedora-modular.conf +++ b/fedora-modular.conf @@ -18,7 +18,7 @@ hashed_directories = True # RUNROOT settings runroot = True runroot_channel = 'compose' -runroot_tag = 'f27-build' +runroot_tag = 'f27-modularity' # PDC settings pdc_url = 'https://pdc.fedoraproject.org/rest_api/v1' @@ -60,9 +60,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'