aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2016-06-17 08:27:45 +0100
committerpmikus <pmikus@cisco.com>2016-06-17 08:45:50 +0100
commit5366e62fe11d587e67f7420ed86ceeb57ec4569e (patch)
tree1832eac98a7fa63c8a93d8af9dfba78a02be29ff
parent5ed29e1e1c5a76b3c64525e31aca3cf19e2cd5b0 (diff)
Change VPP repo URL
- Change VPP repo URL Change-Id: I1ee06a809f15475e7871ec2840d90495b0054cc5 Signed-off-by: pmikus <pmikus@cisco.com>
-rw-r--r--VPP_REPO_URL2
-rwxr-xr-xbootstrap-verify-perf.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/VPP_REPO_URL b/VPP_REPO_URL
index c6fb071964..792f92c7c0 100644
--- a/VPP_REPO_URL
+++ b/VPP_REPO_URL
@@ -1 +1 @@
-https://nexus.fd.io/service/local/repositories/fd.io.master.ubuntu.trusty.main/content/io/fd/vpp
+https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.trusty.main/io/vpp/
diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh
index b963bb7049..5ea4277236 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/service/local/repositories/fd.io.master.ubuntu.trusty.main/content/io/fd/vpp/"
+VPP_REPO_URL="https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.trusty.main/io/vpp/"
# Reservation dir
RESERVATION_DIR="/tmp/reservation_dir"