From 8c6aad82405d57e9664e4496eba4bba8836c2cc4 Mon Sep 17 00:00:00 2001 From: Marcela Rosales Date: Mon, 1 Oct 2018 12:54:48 -0500 Subject: [PATCH] Changing lshell from centos to centos3rdparty list Right now lshell is looked for in StarlingX_3rd_epel_blizoo_mk.repo, and it should be in centos3rdparties instead of centos list. As it is now, there's a bug because right before centos list is downloaded, the downwload_mirror.sh script removes yum 3rd parties config files, and later the yumdownloader doesn't find the lshell package. Closes-Bug: 1793615 Change-Id: I1eab20226fb92b4b2e05f50958112092bb643bc1 Signed-off-by: Marcela Rosales --- centos-mirror-tools/rpms_centos.lst | 1 - centos-mirror-tools/rpms_centos3rdparties.lst | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/centos-mirror-tools/rpms_centos.lst b/centos-mirror-tools/rpms_centos.lst index c99aeaad..fa1c19e3 100644 --- a/centos-mirror-tools/rpms_centos.lst +++ b/centos-mirror-tools/rpms_centos.lst @@ -785,7 +785,6 @@ lm_sensors-devel-3.4.0-4.20160601gitf9185e5.el7.x86_64.rpm lm_sensors-libs-3.4.0-4.20160601gitf9185e5.el7.x86_64.rpm log4j-1.2.17-16.el7_4.noarch.rpm logrotate-3.8.6-15.el7.src.rpm -lshell-0.9.16-5.el7.src.rpm lsof-4.87-5.el7.x86_64.rpm lsscsi-0.27-6.el7.x86_64.rpm lua-5.1.4-15.el7.x86_64.rpm diff --git a/centos-mirror-tools/rpms_centos3rdparties.lst b/centos-mirror-tools/rpms_centos3rdparties.lst index 0d611470..2c64e5bc 100644 --- a/centos-mirror-tools/rpms_centos3rdparties.lst +++ b/centos-mirror-tools/rpms_centos3rdparties.lst @@ -144,3 +144,4 @@ tuned-profiles-realtime-2.8.0-5.el7.noarch.rpm util-linux-2.23.2-52.el7.x86_64.rpm valgrind-3.13.0-10.el7.x86_64.rpm valgrind-devel-3.13.0-10.el7.x86_64.rpm +lshell-0.9.16-5.el7.src.rpm