summaryrefslogtreecommitdiffstats
path: root/fc33i.tpl
blob: 9b510830b340de470e18647d6c722fb42b728377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
config_opts['root'] = 'fc33i'
config_opts['target_arch'] = 'i686'
config_opts['chroot_setup_cmd'] = 'install @build ccache gcc'
config_opts['dist'] = 'fc33'  # only useful for --resultdir variable subst
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['releasever'] = '33'
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.fc33i/"

config_opts['basedir'] = '/dev/shm/'
config_opts['resultdir'] = "/var/lib/mock/fc33i"
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 <https://rpms.remirepo.net/>"
config_opts['macros']['%packager']="Remi Collet"
config_opts['macros']['%vendeur']="remi"
config_opts['macros']['%bugurl']="https://forum.remirepo.net/"
config_opts['macros']['%dist']=".fc33.remi"
config_opts['macros']['%fedora']="33"
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/f33-build/latest/i386/
cost=2000
enabled=1
skip_if_unavailable=False

[result-fc33i]
name=result-fc33i
baseurl=file:/var/lib/mock/fc33i/
metadata_expire=10
enabled=1

"""