From: John L. Hammond Date: Thu, 16 Sep 2021 21:15:54 +0000 (-0500) Subject: Update lipe version to 2.20. X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b153c6831bee0b922eaf9bd1385c7759606a88f0;p=fs%2Flustre-release.git Update lipe version to 2.20. Update lipe version to 2.20. Tag to be created at a later date. Test-Parameters: trivial Signed-off-by: John L. Hammond Change-Id: I7d4c4c07bb38aae809229087ee66b57c6c128dd6 Reviewed-on: https://review.whamcloud.com/45206 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger --- diff --git a/lipe/version-gen.sh b/lipe/version-gen.sh index d1ef8e8..583fe05 100755 --- a/lipe/version-gen.sh +++ b/lipe/version-gen.sh @@ -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"