From 323d2a10b639d6479ad3ca2058857cb46057986e Mon Sep 17 00:00:00 2001 From: Scott Little Date: Mon, 26 Nov 2018 09:18:38 -0500 Subject: [PATCH] download_mirror.sh broken by removal of mvn-artifacts.lst The 'need_file mvn-artifacts.lst' assertion in download_mirror.sh is failing since update 889e01e260500b5eee313c853f36df262d918fef removed that file. See also ... https://bugs.launchpad.net/starlingx/+bug/1805153 This update will remove the need_file assertion. Closes-Bug: 1805153 Change-Id: I59b61dfba11274e40fa5e76bf02106ebd6456845 Signed-off-by: Scott Little --- centos-mirror-tools/download_mirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos-mirror-tools/download_mirror.sh b/centos-mirror-tools/download_mirror.sh index 1780031a..6d92f864 100755 --- a/centos-mirror-tools/download_mirror.sh +++ b/centos-mirror-tools/download_mirror.sh @@ -172,7 +172,7 @@ need_file ${rpms_from_3rd_parties} need_file ${rpms_from_centos_3rd_parties} need_file ${rpms_from_centos_repo} need_file ${other_downloads} -need_file tarball-dl.lst mvn-artifacts.lst +need_file tarball-dl.lst #download RPMs/SRPMs from 3rd_party websites (not CentOS repos) by "wget" echo "step #1: start downloading RPMs/SRPMs from 3rd-party websites..."