1 Commits

Author SHA1 Message Date
8b10b4b709 stable build uses s3h.sh version no 2023-09-16 22:01:07 +02:00

View File

@@ -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"