ansible/roles/koji_builder/files/builders/fedora-branched-pungi-armhfp.cfg
2015-08-28 18:28:21 +00:00

32 lines
829 B
INI

config_opts['root'] = 'fedora-branched-pungi-armhfp'
config_opts['target_arch'] = 'armv7hl'
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
config_opts['dist'] = 'fc9'
config_opts['plugin_conf']['root_cache_enable'] = False
config_opts['internal_dev_setup'] = True
config_opts['plugin_conf']['root_cache_enable'] = False
config_opts['plugin_conf']['yum_cache_enable'] = False
config_opts['plugin_conf']['ccache_enable'] = False
config_opts['yum.conf'] = """
[main]
cachedir=/var/cache/yum
debuglevel=1
reposdir=/dev/null
logfile=/var/log/yum.log
retries=20
obsoletes=1
gpgcheck=0
assumeyes=1
http_caching=none
# repos
[fedora]
name=fedora
baseurl=http://kojipkgs.fedoraproject.org/mash/branched/armhfp/os
[buildroot]
name=buildroot
baseurl=http://kojipkgs.fedoraproject.org/repos/f23-build/latest/armhfp/
"""