Blame mock/c6.99.00.el7-i686.cfg

Andreas Thienemann dbbf1f
config_opts['root'] = 'c6.99.00-i686'
Andreas Thienemann dbbf1f
config_opts['basedir'] = 'MOCKROOT'
Andreas Thienemann dbbf1f
config_opts['target_arch'] = 'i686'
Andreas Thienemann dbbf1f
config_opts['legal_host_arches'] = ('i386', 'i486', 'i586', 'i686', 'x86_64',)
Andreas Thienemann dbbf1f
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'
Andreas Thienemann dbbf1f
config_opts['dist'] = 'el7'  # only useful for --resultdir variable subst
Andreas Thienemann dbbf1f
Andreas Thienemann dbbf1f
config_opts['yum.conf'] = """
Andreas Thienemann dbbf1f
[main]
Andreas Thienemann dbbf1f
cachedir=/var/cache/yum
Andreas Thienemann dbbf1f
debuglevel=1
Andreas Thienemann dbbf1f
reposdir=/dev/null
Andreas Thienemann dbbf1f
logfile=/var/log/yum.log
Andreas Thienemann dbbf1f
retries=20
Andreas Thienemann dbbf1f
obsoletes=1
Andreas Thienemann dbbf1f
gpgcheck=0
Andreas Thienemann dbbf1f
assumeyes=1
Andreas Thienemann dbbf1f
syslog_ident=mock
Andreas Thienemann dbbf1f
syslog_device=
Andreas Thienemann dbbf1f
Andreas Thienemann dbbf1f
exclude=*.x86_64
Andreas Thienemann dbbf1f
Andreas Thienemann dbbf1f
# repos
Andreas Thienemann dbbf1f
[base]
Andreas Thienemann dbbf1f
name=BaseOS
Andreas Thienemann dbbf1f
enabled=1
Andreas Thienemann dbbf1f
baseurl=http://repohost/repo/mirror/f19-i686/
Andreas Thienemann dbbf1f
"""