Blame mock/c6-devtoolset-8.i386.cfg

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