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

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