diff --git a/centos-mirror-tools/dl_tarball.sh b/centos-mirror-tools/dl_tarball.sh index 7992b8de..74c8bcfa 100755 --- a/centos-mirror-tools/dl_tarball.sh +++ b/centos-mirror-tools/dl_tarball.sh @@ -315,7 +315,7 @@ for line in $(cat $tarball_file); do # rm -f "$tarball_name" rm -rf "$directory_name" - elif [[ "${tarball_name}" = '800-Series-DDP-Comms-Package-1.3.31.0.zip' ]]; then + elif [[ "${tarball_name}" = 'ice_comms-1.3.35.0.zip' ]]; then download_file --quiet "${tarball_url}" "${tarball_name}" if [ $? -ne 0 ]; then echo "Warning: failed to download '${tarball_url}'" @@ -324,12 +324,6 @@ for line in $(cat $tarball_file); do continue fi - # Just extract exactly what we want, leaving no garbage behind to cleanup - unzip "${tarball_name}" ice_comms-1.3.31.0.zip - # Don't delete the original zip archive we just extracted from. - # We don't use it, but it will prevent re-downloading this file. - # rm -f "${tarball_name}" - elif [[ "$tarball_name" = 'MLNX_OFED_SRC-5.5-1.0.3.2.tgz' ]]; then srpm_path="${directory_name}/SRPMS/" download_package "$tarball_name" "$tarball_url"