Skip to content

Commit bd98bd6

Browse files
committed
Name release tarballs "python-gssapi-$VER"
This commit changes the name of release tarballs from "v${VER}" to "python-gssapi-${VER}".
1 parent 77a619d commit bd98bd6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.before-deploy.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ else
1515
PYTHON_GSSAPI_VERSION=${TRAVIS_TAG#v}
1616
fi
1717

18+
PKG_NAME_VER="python-gssapi-${PYTHON_GSSAPI_VERSION}"
1819

19-
tar -czvf ./tag_build/${TRAVIS_TAG}.tar.gz --exclude='tag_build' --exclude='.git' --transform "s,^\.,python-gssapi-${PYTHON_GSSAPI_VERSION}," .
20-
sha512sum --binary ./tag_build/${TRAVIS_TAG}.tar.gz > ./tag_build/${TRAVIS_TAG}.sha512sum
20+
tar -czvf ./tag_build/${PKG_NAME_VER}.tar.gz --exclude='tag_build' --exclude='.git' --transform "s,^\.,${PKG_NAME_VER}," .
21+
sha512sum --binary ./tag_build/${PKG_NAME_VER}.tar.gz > ./tag_build/${PKG_NAME_VER}.sha512sum

0 commit comments

Comments
 (0)