summaryrefslogtreecommitdiffstats
path: root/fc35i.tpl
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-02-10 09:44:52 +0100
committerRemi Collet <remi@php.net>2025-02-10 09:44:52 +0100
commit48107e7d71c775b5be13bec2aa32fc9d978b9453 (patch)
tree9554c4fe1d9dbf13b3fe472e05a22239aa3e70c8 /fc35i.tpl
parent11d5e24169ffe3e416bb1e091ab60b9a50f5b37d (diff)
cleanup config for old distroHEADmaster
Diffstat (limited to 'fc35i.tpl')
-rw-r--r--fc35i.tpl62
1 files changed, 0 insertions, 62 deletions
diff --git a/fc35i.tpl b/fc35i.tpl
deleted file mode 100644
index 239ae6b..0000000
--- a/fc35i.tpl
+++ /dev/null
@@ -1,62 +0,0 @@
-include('vendor.tpl')
-
-config_opts['root'] = 'fc35i'
-config_opts['target_arch'] = 'i686'
-config_opts['chroot_setup_cmd'] = 'install @build ccache gcc'
-config_opts['dist'] = 'fc35' # only useful for --resultdir variable subst
-config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
-config_opts['releasever'] = '35'
-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.fc35i/"
-
-config_opts['basedir'] = '/dev/shm/'
-config_opts['resultdir'] = "/var/lib/mock/fc35i"
-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']['%dist']=".fc35.remi"
-config_opts['macros']['%fedora']="35"
-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/f35-build/latest/i386/
-cost=2000
-enabled=1
-skip_if_unavailable=False
-
-[result-fc35i]
-name=result-fc35i
-baseurl=file:/var/lib/mock/fc35i/
-metadata_expire=10
-enabled=1
-
-"""