Blame mock/c7.01.00-i686.cfg

9831f4
config_opts['root'] = 'c7.01.00-i686'
9831f4
config_opts['basedir'] = 'MOCKROOT'
9831f4
config_opts['target_arch'] = 'i686'
9831f4
config_opts['legal_host_arches'] = ('i386', 'i486', 'i586', 'i686', 'x86_64',)
9831f4
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'
9831f4
config_opts['dist'] = 'el7'  # only useful for --resultdir variable subst
9831f4
9831f4
config_opts['%centos_ver'] = "7"
9831f4
config_opts['macros']['%centos_ver'] = "7"
9831f4
config_opts['macros']['%rhel'] = "7"
9831f4
config_opts['macros']['%el7'] = "1"
9831f4
config_opts['macros']['%redhat'] = "7"
9831f4
config_opts['macros']['%vendor'] = "CentOS"
9831f4
config_opts['macros']['%packager'] = "CentOS BuildSystem <http://bugs.centos.org>"
9831f4
config_opts['macros']['%_vendor'] = "redhat"
9831f4
config_opts['macros']['%_vendor_host'] = "redhat"
9831f4
config_opts['macros']['%_host'] = "i386-redhat-linux-gnu"
9831f4
9831f4
config_opts['yum.conf'] = """
9831f4
[main]
9831f4
cachedir=/var/cache/yum
9831f4
debuglevel=1
9831f4
reposdir=/dev/null
9831f4
logfile=/var/log/yum.log
9831f4
retries=20
9831f4
obsoletes=1
9831f4
gpgcheck=0
9831f4
assumeyes=1
9831f4
syslog_ident=mock
9831f4
syslog_device=
9831f4
be3670
exclude=*.x86_64 redhat-logos redhat-release* *0.20.7-3.el7.* *2.40.0-4.el7* *3.8.8-10.el7* *1.1.0-17.el7* *1.6.12-11.el7* *3.16.2.3-5.el7* *3.16.2.3-9.el7* *208-20.el7* *4.10.6-3.el7* *4.2.46-12.el7* *9.1.0-68.el7* *2.23.2-21.el7* *2.4.1-5.el7* *2.23.52.0.1-30.el7* *7.6.1-64.el7* *2.23.2-21.el7* *1.42.9-7.el7* *2.23.2-21.el7* *3.16.2.3-2.el7.* *1:1.0.1e-42.el7* *0.6.31-14.el7* *1.6.6-3.el7* *1.6.3-17.el7* *1.02.93-3.el7* *2.30.1-19.el7* *14-10.el7* *2.4.56-2.el7* *10.2.7-5.20140910.el7* *6.6.1p1-11.el7* *3.3.10-3.el7*
9831f4
9831f4
# repos
9831f4
[c7.00.04]
9831f4
name=c7.00.04
9831f4
enabled=1
9831f4
cost=1500
9831f4
baseurl=http://repohost/tmp/repo/c7.00.04/
9831f4
9831f4
[c7.00.03]
9831f4
name=c7.00.03
9831f4
enabled=1
9831f4
cost=1750
9831f4
baseurl=http://repohost/tmp/repo/c7.00.03/
9831f4
9831f4
[c7.00.02]
9831f4
name=c7.00.02
9831f4
enabled=1
9831f4
cost=2000
9831f4
baseurl=http://repohost/tmp/repo/c7.00.02/
9831f4
9831f4
[c7.00.00]
9831f4
name=c7.00.00
9831f4
enabled=1
9831f4
cost=2500
9831f4
baseurl=http://repohost/tmp/repo/c7.00.00/
9831f4
9831f4
[c7-updates]
9831f4
name=c7-updates
9831f4
enabled=1
9831f4
cost=1250
9831f4
baseurl=http://repohost/tmp/repo/c7-updates/
9831f4
731b67
[c7.01.00]
731b67
name=c7.01.00
9831f4
enabled=1
9831f4
cost=1000
9831f4
baseurl=http://repohost/tmp/repo/c7.01.00/
9831f4
9831f4
"""