Compare commits
1 Commits
1.3
...
8b10b4b709
Author | SHA1 | Date | |
---|---|---|---|
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"
|
||||
|
Reference in New Issue
Block a user