Blame mock/c7-rh-python36.aarch64.cfg

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