mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
add script to create tarball from tag
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user