Whamcloud - gitweb
Update lipe version to 2.20.
authorJohn L. Hammond <jhammond@whamcloud.com>
Thu, 16 Sep 2021 21:15:54 +0000 (16:15 -0500)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 15 Oct 2021 22:30:21 +0000 (22:30 +0000)
Update lipe version to 2.20. Tag to be created at a later date.

Test-Parameters: trivial
Signed-off-by: John L. Hammond <jhammond@whamcloud.com>
Change-Id: I7d4c4c07bb38aae809229087ee66b57c6c128dd6
Reviewed-on: https://review.whamcloud.com/45206
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lipe/version-gen.sh

index d1ef8e8..583fe05 100755 (executable)
@@ -1,8 +1,12 @@
-#!/bin/sh
+#!/bin/bash
 
-VERSION="1.19"
-# if [ -d .git ]; then
-#      VERSION=$(git describe|sed 's/-[0-9]*-/./')
+SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
+
+VERSION="2.20"
+
+# There are no lipe tags for b_es6_0 right now.
+# if [[ -d ${GIT_DIR:-$SCRIPT_DIR/../.git} ]]; then
+#      VERSION=$(git describe --match="lipe-[0-9]*" --abbrev=7 | sed -e 's/^lipe-//' -e 's/-/_/g')
 # fi
 
 printf "%s" "$VERSION"