Blame mock/netcf-0.2.3-8.el7-i686.cfg

17f0d6
config_opts['root'] = 'c7.00.03-i686'
17f0d6
config_opts['basedir'] = 'MOCKROOT'
17f0d6
config_opts['target_arch'] = 'i686'
17f0d6
config_opts['legal_host_arches'] = ('i386', 'i486', 'i586', 'i686', 'x86_64',)
17f0d6
config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils redhat-release-server findutils gawk gcc gcc-c++ grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz'
17f0d6
config_opts['dist'] = 'el7'  # only useful for --resultdir variable subst
17f0d6
17f0d6
config_opts['%centos_ver'] = "7"
17f0d6
config_opts['macros']['%centos_ver'] = "7"
17f0d6
config_opts['macros']['%rhel'] = "7"
17f0d6
config_opts['macros']['%el7'] = "1"
17f0d6
config_opts['macros']['%redhat'] = "7"
17f0d6
config_opts['macros']['%vendor'] = "CentOS"
17f0d6
config_opts['macros']['%packager'] = "CentOS BuildSystem <http://bugs.centos.org>"
17f0d6
config_opts['macros']['%_vendor'] = "redhat"
17f0d6
config_opts['macros']['%_vendor_host'] = "redhat"
17f0d6
config_opts['macros']['%_host'] = "i386-redhat-linux-gnu"
17f0d6
17f0d6
config_opts['yum.conf'] = """
17f0d6
[main]
17f0d6
cachedir=/var/cache/yum
17f0d6
debuglevel=1
17f0d6
reposdir=/dev/null
17f0d6
logfile=/var/log/yum.log
17f0d6
retries=20
17f0d6
obsoletes=1
17f0d6
gpgcheck=0
17f0d6
assumeyes=1
17f0d6
syslog_ident=mock
17f0d6
syslog_device=
17f0d6
17f0d6
exclude=*.x86_64 redhat-logos
17f0d6
17f0d6
# repos
17f0d6
[c7.00.03]
17f0d6
name=c7.00.03
17f0d6
enabled=1
17f0d6
cost=500
17f0d6
baseurl=http://repohost/tmp/repo/c7.00.03/
17f0d6
17f0d6
[c7.00.02]
17f0d6
name=c7.00.02
17f0d6
enabled=1
17f0d6
cost=1000
17f0d6
baseurl=http://repohost/tmp/repo/c7.00.02/
17f0d6
17f0d6
[c7.00.00]
17f0d6
name=c7.00.00
17f0d6
enabled=1
17f0d6
cost=1000
17f0d6
baseurl=http://repohost/tmp/repo/c7.00.00/
17f0d6
17f0d6
"""