mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:25:56 +00:00
add script to build release tarball
This commit is contained in:
6
utils/create-release-tarball.sh
Executable file
6
utils/create-release-tarball.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
if [ -z $1 ]; then
|
||||
echo usage: $0 VERSION
|
||||
exit 1
|
||||
fi
|
||||
|
||||
git archive --format=tar --prefix=tt-rss-$1/ $1 | gzip >tt-rss-$1.tar.gz
|
||||
Reference in New Issue
Block a user