added suffix to buildbot scripts.

This commit is contained in:
2019-10-09 15:14:51 +02:00
parent e223525f97
commit 1493c02b6e
6 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
python setup.py sdist --dist-dir . --formats gztar
if test -n "$DIST_FILE" ; then
dist_name=`python setup.py --name`
dist_version=`python setup.py --version`
dist_file="${dist_name}-${dist_version}.tar.gz"
mv "$dist_file" "$DIST_FILE"
fi