mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-04-09 19:56:02 +02:00
Added tarball script
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
5c9a2875cb
commit
9bb02132b9
12
G
Executable file
12
G
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -o nounset
|
||||||
|
set -o errexit
|
||||||
|
set -o pipefail
|
||||||
|
|
||||||
|
read -r version < VERSION
|
||||||
|
|
||||||
|
tarball="piler-${version}.tar.gz"
|
||||||
|
|
||||||
|
git archive --prefix="piler-${version}/" HEAD | gzip -c > "$tarball"
|
||||||
|
sha256sum "$tarball"
|
Loading…
x
Reference in New Issue
Block a user