add script to create tarball from tag

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-07-04 15:48:58 +02:00
parent 512241d945
commit 37c099191c

3
create_tar.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
git archive --format=tar --prefix=OpenELEC-source-$1/ tags/$1 | bzip2 > OpenELEC-source-$1.tar.bz2