weblate/scripts/upload-release
Michal Čihař e2a3215ec8 Fix commands order
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-05-12 09:21:29 +02:00

12 lines
317 B
Bash
Executable file
Vendored

#!/bin/sh
set -e
version=`DJANGO_SETTINGS_MODULE=weblate.settings_example python -c 'import weblate; print weblate.VERSION' | sed 's/-dev//'`
# Download server
scp dist/weblate-$version.tar.* web:/srv/http/dl.cihar.com/weblate/
# PyPi archive
./setup.py register
./setup.py sdist --formats bztar,gztar,zip upload