tools/centos-mirror-tools/yum.repos.d/StarlingX_CentOS-OpenStack-stein.repo
Scott Little 26db2859dd Replace basearch references in yum repos
Some of our yum repos are using $basearch, rather than explicitly
nameing x86_64, the only supported arch for StarlingX.  This means
yum downloads may fail if the download host not x86_64, or if
$basearch is left undefined.

This update replaces '$basearch' with 'x86_64' within the openstack
repo definitions, making it consistent with all other repo definitions.

Closes-Bug: 1923458
Signed-off-by: Scott Little <scott.little@windriver.com>
Change-Id: I071c674bf79d7a98f0cf2493b88fe54d2b9d6efa
2021-04-17 10:37:53 -04:00

42 lines
1.1 KiB
Plaintext

# CentOS-OpenStack-stein.repo
#
# Please see http://wiki.centos.org/SpecialInterestGroup/Cloud for more
# information
[centos-openstack-stein]
name=CentOS-7 - OpenStack stein
baseurl=http://mirror.centos.org/centos/7/cloud/x86_64/openstack-stein/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud
exclude=sip,PyQt4
[centos-openstack-stein-test]
name=CentOS-7 - OpenStack stein Testing
baseurl=https://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-stein/
gpgcheck=0
enabled=0
exclude=sip,PyQt4
[centos-openstack-stein-debuginfo]
name=CentOS-7 - OpenStack stein - Debug
baseurl=http://debuginfo.centos.org/centos/7/cloud/x86_64/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud
exclude=sip,PyQt4
[centos-openstack-Stein-source]
name=CentOS-7 - OpenStack Stein - Source
baseurl=https://vault.centos.org/centos/7.6.1810/cloud/Source/openstack-stein/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud
exclude=sip,PyQt4
[rdo-trunk-stein-tested]
name=OpenStack stein Trunk Tested
baseurl=https://trunk.rdoproject.org/centos7-stein/current-passed-ci/
gpgcheck=0
enabled=0