Blame mock/6.10.i386.cfg

2c1919
config_opts['root'] = 'TARGETNAME'
2c1919
config_opts['target_arch'] = 'i686'
2c1919
config_opts['legal_host_arches'] = ('i386', 'i486', 'i586', 'i686', 'x86_64',)
2c1919
config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils system-release findutils gawk gcc gcc-c++ grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz'
2c1919
config_opts['dist'] = 'el6'  # only useful for --resultdir variable subst
2c1919
config_opts['macros']['%dist'] = ".el6"
2c1919
config_opts['%centos_ver'] = "6"
2c1919
config_opts['macros']['%centos_ver'] = "6"
2c1919
config_opts['macros']['%rhel'] = "6"
2c1919
config_opts['macros']['%el6'] = "1"
2c1919
config_opts['macros']['%redhat'] = "6"
2c1919
config_opts['macros']['%_vendor'] = "redhat"
2c1919
config_opts['macros']['%_vendor_host'] = "redhat"
2c1919
config_opts['macros']['%_host'] = "i386-redhat-linux-gnu"
2c1919
config_opts['macros']['%vendor'] = "CentOS"
2c1919
config_opts['macros']['%packager'] = "CentOS BuildSystem <http://bugs.centos.org>"
2c1919
2c1919
# no ccache in base repo
2c1919
config_opts['plugin_conf']['ccache_enable'] = False
2c1919
config_opts['plugin_conf']['yum_cache_enable'] = False
2c1919
2c1919
config_opts['yum.conf'] = """
2c1919
[main]
2c1919
cachedir=/var/cache/yum
2c1919
keepcache=1
2c1919
debuglevel=2
2c1919
reposdir=/dev/null
2c1919
logfile=/var/log/yum.log
2c1919
retries=20
2c1919
obsoletes=1
2c1919
gpgcheck=0
2c1919
assumeyes=1
2c1919
syslog_ident=mock
2c1919
syslog_device=
2c1919
2c1919
exclude=*.x86_64  
2c1919
2c1919
# repos
2c1919
2c1919
[all]
2c1919
name=centos 6 i386 - all
2c1919
baseurl=http://repohost/repo/6.all.i386/
2c1919
enabled=1
2c1919
gpgcheck=0
2c1919
cost=2000
2c1919
f70406
[6.10]
f70406
name=6.10
f70406
baseurl=http://repohost/repo/6.10.i386/
2c1919
enabled=1
2c1919
gpgcheck=0
2c1919
cost=1900
2c1919
2c1919
2c1919
"""
2c1919