Blame mock/c7.1708.u.aarch64.cfg

45b79e
config_opts['root'] = 'TARGETNAME'
45b79e
config_opts['target_arch'] = 'aarch64'
45b79e
config_opts['legal_host_arches'] = ('aarch64',)
45b79e
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'
45b79e
config_opts['dist'] = 'el7'  # only useful for --resultdir variable subst
45b79e
45b79e
config_opts['%centos_ver'] = "7"
45b79e
config_opts['macros']['%centos_ver'] = "7"
45b79e
config_opts['macros']['%rhel'] = "7"
45b79e
config_opts['macros']['%centos'] = "7"
45b79e
config_opts['macros']['%el7'] = "1"
45b79e
config_opts['macros']['%redhat'] = "7"
45b79e
config_opts['macros']['%vendor'] = "CentOS"
45b79e
config_opts['macros']['%packager'] = "CentOS BuildSystem <http://bugs.centos.org>"
45b79e
config_opts['macros']['%_vendor'] = "redhat"
45b79e
config_opts['macros']['%_vendor_host'] = "redhat"
45b79e
config_opts['macros']['%_host'] = "aarch64-redhat-linux-gnu"
45b79e
45b79e
config_opts['yum.conf'] = """
45b79e
[main]
45b79e
cachedir=/var/cache/yum
45b79e
debuglevel=1
45b79e
reposdir=/dev/null
45b79e
logfile=/var/log/yum.log
45b79e
retries=20
45b79e
obsoletes=1
45b79e
gpgcheck=0
45b79e
assumeyes=1
45b79e
syslog_ident=mock
45b79e
syslog_device=
45b79e
45b79e
# repos
45b79e
45b79e
[c7.1708.u.aarch64]
45b79e
name=c7.1708.u.aarch64
45b79e
baseurl=http://repohost/repo/c7.1708.u.aarch64/
45b79e
gpgcheck=0
45b79e
cost=1900
45b79e
45b79e
[c7.1708.00.aarch64]
45b79e
name=c7.1708.00.aarch64
45b79e
baseurl=http://repohost/repo/c7.1708.00.aarch64/
45b79e
gpgcheck=0
45b79e
cost=1700
45b79e
45b79e
"""
45b79e