Add the release script.
This commit is contained in:
parent
f7446e8516
commit
9d4b03b38a
1 changed files with 6 additions and 0 deletions
6
release.sh
Normal file
6
release.sh
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
NAME=$1
|
||||||
|
|
||||||
|
tar cvfj ${NAME}.tar.bz2 \
|
||||||
|
--exclude=.git \
|
||||||
|
--exclude="conf/sources/*/destination/*" \
|
||||||
|
"$NAME"
|
Loading…
Reference in a new issue