Blame mock/6-plus.i386.cfg

408512
config_opts['root'] = 'TARGETNAME'
408512
config_opts['target_arch'] = 'i686'
408512
config_opts['legal_host_arches'] = ('i386', 'i486', 'i586', 'i686', 'x86_64',)
408512
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'
408512
config_opts['dist'] = 'el6'  # only useful for --resultdir variable subst
408512
config_opts['macros']['%dist'] = ".el6"
408512
config_opts['%centos_ver'] = "6"
408512
config_opts['macros']['%centos_ver'] = "6"
408512
config_opts['macros']['%rhel'] = "6"
408512
config_opts['macros']['%el6'] = "1"
408512
config_opts['macros']['%redhat'] = "6"
408512
config_opts['macros']['%_vendor'] = "redhat"
408512
config_opts['macros']['%_vendor_host'] = "redhat"
408512
config_opts['macros']['%_host'] = "i386-redhat-linux-gnu"
408512
config_opts['macros']['%vendor'] = "CentOS"
408512
config_opts['macros']['%packager'] = "CentOS BuildSystem <http://bugs.centos.org>"
408512
408512
# no ccache in base repo
408512
config_opts['plugin_conf']['ccache_enable'] = False
408512
config_opts['plugin_conf']['yum_cache_enable'] = False
408512
408512
config_opts['yum.conf'] = """
408512
[main]
408512
cachedir=/var/cache/yum
408512
keepcache=1
408512
debuglevel=2
408512
reposdir=/dev/null
408512
logfile=/var/log/yum.log
408512
retries=20
408512
obsoletes=1
408512
gpgcheck=0
408512
assumeyes=1
408512
syslog_ident=mock
408512
syslog_device=
408512
408512
exclude=*.x86_64  
408512
408512
# repos
408512
408512
[all]
408512
name=centos 6 i386 - all
408512
baseurl=http://repohost/repo/6.all.i386/
408512
enabled=1
408512
gpgcheck=0
408512
cost=2000
408512
338245
[6.10-updates]
338245
name=6.10-updates
338245
baseurl=http://repohost/repo/6.10-updates.i386/
408512
enabled=1
408512
gpgcheck=0
408512
cost=1900
408512
408512
[6-plus]
408512
name=6-plus
408512
baseurl=http://repohost/repo/6-plus.x86_64/
408512
enabled=1
408512
gpgcheck=0
408512
cost=1900
408512
408512
408512
"""
408512