aboutsummaryrefslogtreecommitdiffstats
path: root/dist/pack.sh
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-04-18 15:19:54 +0000
committers-ol <s-ol@users.noreply.github.com>2020-04-18 16:09:20 +0000
commitdd02ee93133766a4ea68b62318db1f643d53a563 (patch)
treef08a3cf941de791efce2808fd822513858c5206b /dist/pack.sh
parentrelease v0.1-rc3 (diff)
downloadalive-dd02ee93133766a4ea68b62318db1f643d53a563.tar.gz
alive-dd02ee93133766a4ea68b62318db1f643d53a563.zip
merge dist/pack and dist/release
Diffstat (limited to 'dist/pack.sh')
-rwxr-xr-xdist/pack.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/dist/pack.sh b/dist/pack.sh
deleted file mode 100755
index 81a873e..0000000
--- a/dist/pack.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-set -e
-
-TAG="$1"
-REVISION="${2:-1}"
-
-VERSION="${TAG#v}"
-VERSION=$(echo "$VERSION" | tr -d -)
-ROCKVER="$VERSION-$REVISION"
-
-luarocks build "dist/rocks/alive-$ROCKVER.rockspec" \
- --pack-binary-rock \
- --sign \
- --pin
-mv "alive-$ROCKVER.all.rock" "alive-$ROCKVER.all.rock.asc" dist/rocks
-
-dist/pack-win.sh "$TAG" "$ROCKVER"