Blame mock/c7.1611.00.a64-aarch64.cfg

c6dfdb
config_opts['root'] = 'c7.1611.00.a64-aarch64'
c6dfdb
config_opts['basedir'] = 'MOCKROOT'
c6dfdb
config_opts['target_arch'] = 'aarch64'
c6dfdb
config_opts['legal_host_arches'] = ('aarch64',)
c6dfdb
config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils centos-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']['%centos'] = "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'] = "aarch64-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=
37012c
c6dfdb
# repos
c6dfdb
[c7.1511.00.a64]
c6dfdb
name=c7.1511.00.a64
c6dfdb
baseurl=http://repohost/tmp/repo/c7.1511.00.a64/
c6dfdb
gpgcheck=0
c6dfdb
cost=2050
c6dfdb
c6dfdb
[c7.1511.u.a64]
c6dfdb
name=c7.1511.u.a64
c6dfdb
baseurl=http://repohost/tmp/repo/c7.1511.u.a64/
c6dfdb
gpgcheck=0
c6dfdb
cost=2025
c6dfdb
c6dfdb
[c7.1611.00.a64]
c6dfdb
name=c7.1611.00.a64
c6dfdb
baseurl=http://repohost/tmp/repo/c7.1611.00.a64/
c6dfdb
gpgcheck=0
c6dfdb
cost=2000
c6dfdb
c6dfdb
c6dfdb
"""