Blame mock/c7-llvm-toolset-13.0.aarch64.cfg

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