From b5cb0e26eebccf9b5560b36932e5e8fe988c2c7f Mon Sep 17 00:00:00 2001 From: Al Bailey Date: Thu, 26 Jul 2018 08:30:12 -0500 Subject: [PATCH] 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 --- centos-mirror-tools/StarlingX.repo | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/centos-mirror-tools/StarlingX.repo b/centos-mirror-tools/StarlingX.repo index 74daeedc..e14389f4 100644 --- a/centos-mirror-tools/StarlingX.repo +++ b/centos-mirror-tools/StarlingX.repo @@ -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