[x48ng] rollback tag
This commit is contained in:
parent
5910f1f73a
commit
7591ca8e96
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ cp -R $REPOSITORY $TMP/$PRGNAM
|
|||
# Preparation
|
||||
cd $TMP/$PRGNAM
|
||||
|
||||
[ "x$VERSION" == "xlatest" ] && VERSION=$(git tag --sort=-taggerdate | head -n1)
|
||||
[ "x$VERSION" == "xlatest" ] && VERSION=$(git describe --tags --abbrev=0)
|
||||
[ "x$VERSION" == "x" ] && VERSION=trunk
|
||||
[ "x$VERSION" == "xtrunk" ] && VERSION="git_r$(git rev-list --count HEAD)_$(git log -1 --format=%h)" || git checkout $VERSION
|
||||
|
||||
|
|
Loading…
Reference in a new issue