Merge "failed to pass extra_args"

This commit is contained in:
Zuul 2018-12-03 20:45:25 +00:00 committed by Gerrit Code Review
commit 34742aa51e
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ elif [ $retcode -eq 1 ]; then
if [ -e "$LOGSDIR/L1_rpms_missing_centos.log" ]; then
echo "start 2nd round of downloading Binary RPMs with K1 match criteria..."
$rpm_downloader $LOGSDIR/L1_rpms_missing_centos.log K1 centos |& tee $K1_logfile
$rpm_downloader ${rpm_downloader_extra_args} $LOGSDIR/L1_rpms_missing_centos.log K1 centos |& tee $K1_logfile
retcode=${PIPESTATUS[0]}
if [ $retcode -eq 0 ]; then
echo "finish 2nd round of RPM downloading successfully!"