Blame mock/c6-llvm-toolset-7.0.i386.cfg

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