Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a35586
)
RM-620 build: New tag lipe-2.33
author
Andreas Dilger
<adilger@whamcloud.com>
Fri, 6 Oct 2023 23:30:35 +0000
(17:30 -0600)
committer
Andreas Dilger
<adilger@whamcloud.com>
Fri, 6 Oct 2023 23:30:35 +0000
(17:30 -0600)
New tag lipe-2.33
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I638f4b593856e9e8c15b180328be9cc23ec3365e
lipe/version-gen.sh
patch
|
blob
|
history
diff --git
a/lipe/version-gen.sh
b/lipe/version-gen.sh
index
6cfa973
..
ab0d9dd
100755
(executable)
--- a/
lipe/version-gen.sh
+++ b/
lipe/version-gen.sh
@@
-2,7
+2,7
@@
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
-VERSION=2.3
2
+VERSION=2.3
3
if [[ -d ${GIT_DIR:-$SCRIPT_DIR/../.git} ]]; then
VERSION=$(git describe --match="lipe-[0-9]*" --abbrev=7 | sed -e 's/^lipe-//' -e 's/-/_/g')