From 8a92e12a81f78bc335de1818c93d9fdec591b6a3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Mar 2022 15:27:21 +0100 Subject: cleanup --- fc32i.tpl | 64 --------------------------------------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 fc32i.tpl (limited to 'fc32i.tpl') diff --git a/fc32i.tpl b/fc32i.tpl deleted file mode 100644 index aa9a168..0000000 --- a/fc32i.tpl +++ /dev/null @@ -1,64 +0,0 @@ -config_opts['root'] = 'fc32i' -config_opts['target_arch'] = 'i686' -config_opts['chroot_setup_cmd'] = 'install @build ccache gcc' -config_opts['dist'] = 'fc32' # only useful for --resultdir variable subst -config_opts['extra_chroot_dirs'] = [ '/run/lock', ] -config_opts['releasever'] = '32' -config_opts['package_manager'] = 'dnf' - -config_opts['plugin_conf']['ccache_enable'] = True -config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' -config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc32i/" - -config_opts['basedir'] = '/dev/shm/' -config_opts['resultdir'] = "/var/lib/mock/fc32i" -config_opts['cleanup_on_success'] = True -config_opts['cleanup_on_failure'] = False - -config_opts['createrepo_on_rpms'] = True -config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' - -config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j10" -config_opts['macros']['%vendor']="Remi's RPM repository " -config_opts['macros']['%packager']="Remi Collet" -config_opts['macros']['%vendeur']="remi" -config_opts['macros']['%bugurl']="https://forum.remirepo.net/" -config_opts['macros']['%dist']=".fc32.remi" -config_opts['macros']['%fedora']="32" -config_opts['macros']['%_with_ibase']="1" -config_opts['macros']['%_with_oci8']="1" -config_opts['macros']['%runselftest']="1" - -config_opts['environment']['ACCEPT_EULA'] = 'Y' - -config_opts['yum.conf'] = """ -[main] -keepcache=1 -debuglevel=2 -reposdir=/dev/null -logfile=/var/log/yum.log -retries=20 -obsoletes=1 -gpgcheck=0 -assumeyes=1 -metadata_expire=80000 -fastestmirror=1 -max_parallel_downloads=6 - -# repos - -[koji] -name=local -baseurl=https://kojipkgs.fedoraproject.org/repos/f32-build/latest/i386/ -cost=2000 -enabled=1 -skip_if_unavailable=False - -[result-fc32i] -name=result-fc32i -baseurl=file:/var/lib/mock/fc32i/ -metadata_expire=10 -enabled=1 - -""" -- cgit