X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fdownload_install_vpp_pkgs.sh;h=67c8362b7e7e8cbbc6b42febaa8c27dce0572a0f;hb=4c7c2be2054c023037ec451a9d040e2b10fe8f0d;hp=6da3f86736eaddce10d57cf438878d57bd0b302a;hpb=2cc12f02a38483ea88303f2682ae5d0535fdd576;p=csit.git 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"