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 889e01e260
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 <scott.little@windriver.com>
This commit is contained in:
Scott Little 2018-11-26 09:18:38 -05:00
parent d5824cbe1c
commit 323d2a10b6
1 changed files with 1 additions and 1 deletions

View File

@ -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..."