X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap.sh;h=c75f527735fae9973c1e2c32dc5e59d97cf96a1a;hp=ee80247e014a094eea429659587ab9ad52127f8e;hb=8f328d362ff6572ed0cb9692abf5d02c4d4d62fb;hpb=5eb99d868051556dce3d509545d130971d74e1fa diff --git a/bootstrap.sh b/bootstrap.sh index ee80247e01..c75f527735 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -110,7 +110,7 @@ if [ "${#}" -ne "0" ]; then echo ${arr[0]} else rm -f *.deb - VPP_STABLE_VER="16.09-rc0~33-g4b46c84~b200_amd64" + VPP_STABLE_VER="16.09-rc0~47-g3419d0b~b214_amd64" VPP_REPO_URL="https://nexus.fd.io/service/local/repositories/fd.io.master.ubuntu.trusty.main/content/io/fd/vpp" wget -q "${VPP_REPO_URL}/vpp/${VPP_STABLE_VER}/vpp-${VPP_STABLE_VER}.deb" || exit wget -q "${VPP_REPO_URL}/vpp-dbg/${VPP_STABLE_VER}/vpp-dbg-${VPP_STABLE_VER}.deb" || exit