Blame mock/c7.1611.u-i686.cfg

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