31 lines
809 B
INI
31 lines
809 B
INI
config_opts['root'] = 'fedora-branched-pungi-i386'
|
|
config_opts['target_arch'] = 'i386'
|
|
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'] = False
|
|
config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/dev', '/dev' ))
|
|
config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/dev/pts', '/dev/pts' ))
|
|
|
|
|
|
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
|
|
|
|
# repos
|
|
|
|
[fedora]
|
|
name=fedora
|
|
baseurl=http://kojipkgs.fedoraproject.org/mash/branched/i386/os
|
|
|
|
[buildroot]
|
|
name=buildroot
|
|
baseurl=http://kojipkgs.fedoraproject.org/repos/f20-build/latest/i386/
|
|
"""
|