Blame mock/6-extras.i386.cfg

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