mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
add script to create tarball from tag
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
512241d945
commit
37c099191c
3
create_tar.sh
Executable file
3
create_tar.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
git archive --format=tar --prefix=OpenELEC-source-$1/ tags/$1 | bzip2 > OpenELEC-source-$1.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user