From d35e18e8a55d775a0e46277af1e2826a1a56465d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Dec 02 2019 15:43:40 +0000 Subject: Drop some config options that are no longer used. WARNING: Config option release_is_layered was removed and has no effect; remove it. It's layered if there's configuration for base product. WARNING: Config option runroot was removed and has no effect; remove it. Please specify 'runroot_method' if you want to enable runroot, otherwise run things locally. WARNING: Config option bootable was removed and has no effect; remove it. Setting buildinstall_method option if you want a bootable installer. Signed-off-by: Kevin Fenzi --- diff --git a/fedora.conf b/fedora.conf index 0f1e781..669a08f 100644 --- a/fedora.conf +++ b/fedora.conf @@ -2,10 +2,8 @@ release_name = 'Fedora' release_short = 'Fedora' release_version = 'Rawhide' -release_is_layered = False # GENERAL SETTINGS -bootable = True comps_file = { 'scm': 'git', 'repo': 'https://pagure.io/fedora-comps.git', @@ -34,7 +32,7 @@ tree_arches = ['aarch64', 'armhfp', 'ppc64le', 's390x', 'x86_64'] hashed_directories = True # RUNROOT settings -runroot = True +runroot_method = 'koji' runroot_channel = 'compose' runroot_tag = 'f32-build'