Add repo for finding older python packages
python2.7.5-58, valgrind, and roughly 120 other rpms were not being downloaded by the download_mirror.sh script. Those older rpms are available in the centos 7.3 cr repo. Story: 2003072 Task: 23219 Change-Id: I685c1a549d712ac3d4f6d09602c4a3b1cfc505a9 Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
This commit is contained in:
parent
b65fa0a0ec
commit
b5cb0e26ee
@ -147,7 +147,14 @@ gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
|
||||
enabled=1
|
||||
|
||||
|
||||
# 7.3.1611-cr contains older versions of python and valgrind
|
||||
#
|
||||
[Starlingx-C7.3.1611-cr]
|
||||
name=Starlingx-CentOS-7.3.1611 - cr
|
||||
baseurl=http://vault.centos.org/centos/7.3.1611/cr/x86_64
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
|
||||
enabled=1
|
||||
|
||||
[Starlingx-C7.3.1611-updates]
|
||||
name=Starlingx-CentOS-7.3.1611 - updates
|
||||
|
Loading…
Reference in New Issue
Block a user