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

975622
config_opts['root'] = 'TARGETNAME'
975622
config_opts['target_arch'] = 'x86_64'
975622
config_opts['legal_host_arches'] = ('x86_64','noarch',)
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'] = "x86_64-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
# repos
975622
975622
[all]
975622
name=centos 6 x86_64 - all
975622
baseurl=http://repohost/repo/6.all.x86_64/
975622
enabled=1
975622
gpgcheck=0
975622
cost=2000
975622
includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 glibc-static.i686
975622
975622
[6.10-updates]
975622
name=6.10-updates
975622
baseurl=http://repohost/repo/6.10-updates.x86_64/
975622
enabled=1
975622
gpgcheck=0
975622
cost=1900
975622
includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 glibc-static.i686
975622
975622
[c6-devtoolset-8]
975622
name=c6-devtoolset-8
975622
enabled=1
975622
baseurl=http://repohost/repo/c6-devtoolset-8.x86_64/
975622
includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686
975622
975622
"""
975622