Blame mock/c7-fasttrack.aarch64.cfg

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