diff options
author | Jan Gelety <jgelety@cisco.com> | 2016-06-02 15:29:08 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2016-06-02 15:29:08 +0200 |
commit | 022cc77a6848eca746b20408856897a4e7cb5947 (patch) | |
tree | 326ae9c8146cec5edd7417419b0ad5a994c301b7 | |
parent | f5d642c744148481e835226fd27077ccdb342378 (diff) |
Update of vpp build in bootstrap-vpp-verify-weekly.sh
- correction of REPO path
Change-Id: Iff6012046c3d749692dcd63d30d9797f45fc64bc
Signed-off-by: Jan Gelety <jgelety@cisco.com>
-rw-r--r-- | bootstrap-vpp-verify-weekly.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-vpp-verify-weekly.sh b/bootstrap-vpp-verify-weekly.sh index 380dd03f90..5c94e89e05 100644 --- a/bootstrap-vpp-verify-weekly.sh +++ b/bootstrap-vpp-verify-weekly.sh @@ -70,7 +70,7 @@ if [ "${#}" -ne "0" ]; then echo ${arr[0]} else VPP_STABLE_VER="16.09-rc0~33-g4b46c84~b200_amd64" - VPP_REPO_URL="https://nexus.fd.io/service/local/repositories/fd.io.master.ubuntu.trusty.main/content/io/fd/vppp" + 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 wget -q "${VPP_REPO_URL}/vpp-dev/${VPP_STABLE_VER}/vpp-dev-${VPP_STABLE_VER}.deb" || exit |