X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fdownload_install_vpp_pkgs.sh;h=67c8362b7e7e8cbbc6b42febaa8c27dce0572a0f;hp=6da3f86736eaddce10d57cf438878d57bd0b302a;hb=46227f82fd1ea0c3532d4338fd6dbb8f7cb5de77;hpb=195c8c11ee11f4016f66490724af0e2c418b02a6 diff --git a/resources/tools/download_install_vpp_pkgs.sh b/resources/tools/download_install_vpp_pkgs.sh index 6da3f86736..67c8362b7e 100755 --- a/resources/tools/download_install_vpp_pkgs.sh +++ b/resources/tools/download_install_vpp_pkgs.sh @@ -27,7 +27,7 @@ if [ -e "$VPP_REPO_URL_PATH" ]; then REPO=$(echo ${VPP_REPO_URL#https://nexus.fd.io/content/repositories/}) REPO=$(echo ${REPO%/io/fd/vpp/}) else - REPO='fd.io.master.ubuntu.trusty.main' + REPO='fd.io.master.ubuntu.xenial.main' fi GROUP="io.fd.vpp"