aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2021-07-16 14:56:33 +0200
committerMauro Sardara <msardara@cisco.com>2021-07-20 10:19:58 +0200
commit80c7eb439f13275365c2d3fd2b6d01d0358d72e1 (patch)
treeb8e5af597d1561c04257bba272d4a1370585c332
parentf62e74657d802555db61345eaa46362b09b12e88 (diff)
HICN-715 Use vpp 21.01.1 when building release artifacts.v21.01-rc1
Signed-off-by: Mauro Sardara <msardara@cisco.com> Change-Id: I2fdb36e7f52e69984a0894a3684949a7e25d360a Signed-off-by: Mauro Sardara <msardara@cisco.com>
-rw-r--r--.gitreview1
-rw-r--r--scripts/functions.sh4
2 files changed, 2 insertions, 3 deletions
diff --git a/.gitreview b/.gitreview
index 2579a4aa2..f3841665b 100644
--- a/.gitreview
+++ b/.gitreview
@@ -2,3 +2,4 @@
host=gerrit.fd.io
port=29418
project=hicn
+defaultbranch=stable/2101
diff --git a/scripts/functions.sh b/scripts/functions.sh
index abb34fb7b..d6b3f8003 100644
--- a/scripts/functions.sh
+++ b/scripts/functions.sh
@@ -38,7 +38,7 @@ else
fi
VERSION_REGEX="s/v([0-9]+).([0-9]+)(.*)?-([0-9]+)-(g[0-9a-f]+)/\1.\2-release/g"
-VPP_VERSION_DEB=$(git describe --long --match "v*" | sed -E ${VERSION_REGEX})
+VPP_VERSION_DEB="21.01.1-release"
VPP_VERSION_RPM="${VPP_VERSION_DEB}.x86_64"
DEPS_UBUNTU=("build-essential"
@@ -118,7 +118,6 @@ function call_once() {
function setup() {
echo DISTRIBUTION: ${PRETTY_NAME}
# export variables depending on the platform we are running
-
call_once setup_fdio_repo
call_once install_deps
call_once install_pkgcloud_deps
@@ -128,7 +127,6 @@ function setup() {
function setup_extras() {
echo DISTRIBUTION: ${PRETTY_NAME}
# export variables depending on the platform we are running
-
call_once install_deps
call_once install_collectd_headers
}