From: pmikus Date: Tue, 21 Jun 2016 08:05:32 +0000 (+0100) Subject: Change VPP repo URL X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=2059511d5d9d6c89c3dea852ac77e470d7f49265;ds=sidebyside Change VPP repo URL - Change VPP repo URL Change-Id: Ibe59481b1a5d0aa615ad1fbe92009415979de016 Signed-off-by: pmikus --- diff --git a/VPP_REPO_URL b/VPP_REPO_URL index 792f92c7c0..b26b592986 100644 --- a/VPP_REPO_URL +++ b/VPP_REPO_URL @@ -1 +1 @@ -https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.trusty.main/io/vpp/ +https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.trusty.main/io/fd/vpp/ diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index 5ea4277236..c6619f9ea9 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -20,7 +20,7 @@ TOPOLOGIES="topologies/available/lf_testbed1-X710-X520.yaml \ topologies/available/lf_testbed3-X710-X520.yaml" VPP_STABLE_VER="16.09-rc0~85-gc71c426~b252_amd64" -VPP_REPO_URL="https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.trusty.main/io/vpp/" +VPP_REPO_URL="https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.trusty.main/io/fd/vpp/" # Reservation dir RESERVATION_DIR="/tmp/reservation_dir"