Commit fdb6e9b7 authored by Michal Čihař's avatar Michal Čihař

Fix compressing xz archive

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent b1958e41
......@@ -10,6 +10,7 @@ fi
# Grab version
version=`DJANGO_SETTINGS_MODULE=weblate.settings_example python -c 'import weblate; print weblate.VERSION' | sed 's/-dev//'`
namever=weblate-$version
tarver=Weblate-$version
# What are we going to build?
if [ "x$1" = "x--tag" ] ; then
......@@ -24,4 +25,4 @@ fi
./setup.py sdist --formats bztar,gztar,zip
# Build tarballs
zcat dist/$namever.tar.gz | xz > dist/$namever.tar.xz
zcat dist/$tarver.tar.gz | xz > dist/$tarver.tar.xz
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment