Fix tarball sha1sum.

When a tarball is created for a tag, the branch-tip tarball is
not updated, but the sha1sum/md5sum commands were expecting
branch-tip tarballs.

Change-Id: I85c943ca93fae30237d458adae04c54d344c4c8f
Reviewed-on: https://review.openstack.org/19638
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
James E. Blair 2013-01-14 09:24:22 -08:00 committed by Jenkins
parent 9c3c631573
commit 1a9fc543d7

View File

@ -63,7 +63,7 @@ if [ -f setup.py ] ; then
fi
fi
echo -n "SHA1sum: "
sha1sum "dist/${PROJECT}-${BRANCH_PATH}.tar.gz"
echo -n "MD5sum: "
md5sum "dist/${PROJECT}-${BRANCH_PATH}.tar.gz"
echo "SHA1sum: "
sha1sum dist/*
echo "MD5sum: "
md5sum dist/*