diff options
author | Jan Gelety <jgelety@cisco.com> | 2016-05-05 18:41:35 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2016-05-05 21:02:41 +0200 |
commit | 22baf5eb174d1aeb22b050609deafbfaeaa700b2 (patch) | |
tree | 2eb41b84467ea340ee63ab95b178dbd16286b145 /bootstrap.sh | |
parent | 5eddf0d2dad050e9b03f6f41e1dfdcff0e3a21f6 (diff) |
VPP build update for lisp tests
- vpp build 437
Change-Id: I75cd51aaa721ada40e7e206a3d4637d238849ae6
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index bbee308ee8..de6cd3722a 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -70,7 +70,7 @@ if [ "${#}" -ne "0" ]; then echo ${arr[0]} else rm -f *.deb - VPP_STABLE_VER="1.0.0-377~g0666dc4_amd64" + VPP_STABLE_VER="1.0.0-437~g8f15e92_amd64" VPP_REPO_URL="https://nexus.fd.io/service/local/repositories/fd.io.dev/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 |