stable build uses s3h.sh version no
This commit is contained in:
parent
aad26d3fdd
commit
8b10b4b709
@ -2,10 +2,15 @@
|
||||
|
||||
|
||||
NAME=s3h
|
||||
VERSION=1.2
|
||||
VERSION=`../../s3h.sh -v`
|
||||
REVISION=1
|
||||
ARCH=all
|
||||
|
||||
if ! git tag -l |fgrep $VERSION; then
|
||||
git tag $VERSION
|
||||
git push origin $VERSION
|
||||
fi
|
||||
|
||||
curdir=`dirname $0`
|
||||
workdir="$curdir/${NAME}_${VERSION}-${REVISION}_${ARCH}"
|
||||
mkdir -p "$workdir"
|
||||
|
Loading…
x
Reference in New Issue
Block a user