Skip to content

Commit d3c3f92

Browse files
committed
Merge branch 'master' of github.com:rocky/python2-trepan
2 parents 0a4627a + 73cbccc commit d3c3f92

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

admin-tools/make-dist-older.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
PACKAGE=uncompyle6
2+
PACKAGE=trepan2
33

44
# FIXME put some of the below in a common routine
55
function finish {
@@ -17,8 +17,8 @@ if ! source ./setup-python-2.4.sh ; then
1717
fi
1818

1919
cd ..
20-
source $PACKAGE/version.py
21-
echo $VERSION
20+
source trepan/version.py
21+
echo $__version__
2222

2323
for pyversion in $PYVERSIONS; do
2424
if ! pyenv local $pyversion ; then
@@ -33,7 +33,7 @@ done
3333
# Tarballs can get created from the above setup, so make sure to remove them since we want
3434
# the tarball from master.
3535

36-
tarball=dist/${PACKAGE}-$VERSION-tar.gz
36+
tarball=dist/${PACKAGE}-$__version__-tar.gz
3737
if [[ -f $tarball ]]; then
38-
rm -v dist/${PACKAGE}-$VERSION-tar.gz
38+
rm -v dist/${PACKAGE}-$__version__-tar.gz
3939
fi

0 commit comments

Comments
 (0)