From a2f0c91d58a165cc32d5d2ac8b395dfbbd8c2ec8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 30 Nov 2018 15:33:32 +0100 Subject: improve el8 conf --- el8x72.cfg | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'el8x72.cfg') diff --git a/el8x72.cfg b/el8x72.cfg index af62cf9..1131fa3 100644 --- a/el8x72.cfg +++ b/el8x72.cfg @@ -1,4 +1,4 @@ -config_opts['root'] = 'el8x' +config_opts['root'] = 'el8x72' config_opts['target_arch'] = 'x86_64' #config_opts['chroot_setup_cmd'] = 'install @buildsys-build' config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils redhat-release findutils gawk grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz' @@ -12,7 +12,7 @@ config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.el8x/" config_opts['basedir'] = '/dev/shm/' -config_opts['resultdir'] = "/var/lib/mock/el8x" +config_opts['resultdir'] = "/var/lib/mock/el8x72" config_opts['cleanup_on_success'] = True config_opts['cleanup_on_failure'] = False @@ -109,6 +109,12 @@ baseurl=file:/var/lib/mock/el8x/ metadata_expire=15 enabled=1 +[result-el8x72] +name=result-el8x +baseurl=file:/var/lib/mock/el8x72/ +metadata_expire=15 +enabled=1 + [msprod] name=msprod baseurl=https://packages.microsoft.com/rhel/8/prod/ -- cgit