X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fscripts%2Fdownload_hc_pkgs.sh;h=2bb2a08e1752bf3af8df247c9dafef7483f4cedf;hp=1bda02505c2ee81b2f5795d7ef030eccfae2874a;hb=fafd11b96232ab45b200e5f0f59a4bdc3ddee40a;hpb=a75ddafd4f342b6c7964f0c5b152d0674144e33a diff --git a/resources/tools/scripts/download_hc_pkgs.sh b/resources/tools/scripts/download_hc_pkgs.sh index 1bda02505c..2bb2a08e17 100755 --- a/resources/tools/scripts/download_hc_pkgs.sh +++ b/resources/tools/scripts/download_hc_pkgs.sh @@ -61,11 +61,12 @@ for ART in ${DPDK_ARTIFACTS}; do done done -for ART in ${NSH_ARTIFACTS}; do - for PAC in ${PACKAGE}; do - curl "${URL}?r=${REPO}&g=${NSH_GROUP}&a=${ART}&p=${PAC}&v=${VER}&c=${CLASS}" -O -J || exit - done -done +# NSHSFC-34: Having NSH plugin installed crashes VPP +#for ART in ${NSH_ARTIFACTS}; do +# for PAC in ${PACKAGE}; do +# curl "${URL}?r=${REPO}&g=${NSH_GROUP}&a=${ART}&p=${PAC}&v=${VER}&c=${CLASS}" -O -J || exit +# done +#done # determine VPP dependency if [ "${OS}" == "centos7" ]; then