weblate/scripts/upload-release
Michal Čihař 72c41c5b6d Fix uploads to own server
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-09-20 18:39:56 +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