Blame mock/c7-plus-i686.cfg

731b67
config_opts['root'] = 'c7-plus-i686'
6a1912
config_opts['basedir'] = 'MOCKROOT'
6a1912
config_opts['target_arch'] = 'i686'
6a1912
config_opts['legal_host_arches'] = ('i386', 'i486', 'i586', 'i686', 'x86_64',)
6a1912
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'
6a1912
config_opts['dist'] = 'el7'  # only useful for --resultdir variable subst
6a1912
6a1912
config_opts['%centos_ver'] = "7"
6a1912
config_opts['macros']['%centos_ver'] = "7"
6a1912
config_opts['macros']['%rhel'] = "7"
6a1912
config_opts['macros']['%el7'] = "1"
6a1912
config_opts['macros']['%redhat'] = "7"
6a1912
config_opts['macros']['%vendor'] = "CentOS"
6a1912
config_opts['macros']['%packager'] = "CentOS BuildSystem <http://bugs.centos.org>"
6a1912
config_opts['macros']['%_vendor'] = "redhat"
6a1912
config_opts['macros']['%_vendor_host'] = "redhat"
6a1912
config_opts['macros']['%_host'] = "i386-redhat-linux-gnu"
6a1912
6a1912
config_opts['yum.conf'] = """
6a1912
[main]
6a1912
cachedir=/var/cache/yum
6a1912
debuglevel=1
6a1912
reposdir=/dev/null
6a1912
logfile=/var/log/yum.log
6a1912
retries=20
6a1912
obsoletes=1
6a1912
gpgcheck=0
6a1912
assumeyes=1
6a1912
syslog_ident=mock
6a1912
syslog_device=
6a1912
6a1912
exclude=*.x86_64 redhat-logos redhat-release* fakesystemd
6a1912
6a1912
# repos
6a1912
[c7.00.04]
6a1912
name=c7.00.04
6a1912
enabled=1
731b67
cost=1500
6a1912
baseurl=http://repohost/tmp/repo/c7.00.04/
6a1912
6a1912
[c7.00.03]
6a1912
name=c7.00.03
6a1912
enabled=1
731b67
cost=1750
6a1912
baseurl=http://repohost/tmp/repo/c7.00.03/
6a1912
6a1912
[c7.00.02]
6a1912
name=c7.00.02
6a1912
enabled=1
731b67
cost=2000
6a1912
baseurl=http://repohost/tmp/repo/c7.00.02/
6a1912
6a1912
[c7.00.00]
6a1912
name=c7.00.00
6a1912
enabled=1
731b67
cost=2500
6a1912
baseurl=http://repohost/tmp/repo/c7.00.00/
6a1912
6a1912
[c7-plus]
6a1912
name=c7-plus
6a1912
enabled=1
6a1912
cost=500
1372b7
baseurl=http://repohost/tmp/repo/c7-plus/
6a1912
6a1912
[c7-updates]
6a1912
name=c7-updates
6a1912
enabled=1
731b67
cost=1500
6a1912
baseurl=http://repohost/tmp/repo/c7-updates/
6a1912
731b67
[c7.01.00]
731b67
name=c7.01.00
731b67
enabled=1
731b67
cost=1000
731b67
baseurl=http://repohost/tmp/repo/c7.01.00/
731b67
731b67
[c7.01.u]
731b67
name=c7.01.u
731b67
enabled=1
731b67
cost=750
731b67
baseurl=http://repohost/tmp/repo/c7.01.u/
731b67
6a1912
"""