X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-vpp-verify-weekly.sh;h=1860429956a870051cfe2f7d1b0a573000b12f78;hp=6142cb2a5b551f2979616da0a2cfb36e690dc6fa;hb=8f328d362ff6572ed0cb9692abf5d02c4d4d62fb;hpb=f244731483d7a52cf73c5bcaa4fbefce1297191b;ds=sidebyside diff --git a/bootstrap-vpp-verify-weekly.sh b/bootstrap-vpp-verify-weekly.sh index 6142cb2a5b..1860429956 100644 --- a/bootstrap-vpp-verify-weekly.sh +++ b/bootstrap-vpp-verify-weekly.sh @@ -69,7 +69,7 @@ if [ "${#}" -ne "0" ]; then arr=(${@}) echo ${arr[0]} else - 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