sign release branch instead of release tree

This commit is contained in:
Daan Hoogland 2014-11-21 03:40:52 +01:00
parent 9f83a4d43b
commit 25876c6beb
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ export commitsh=`git show HEAD | head -n 1 | cut -d ' ' -f 2`
echo "committed as $commitsh"
echo 'archiving'
git archive --format=tar --prefix=apache-cloudstack-$version-src/ $branch > $outputdir/apache-cloudstack-$version-src.tar
git archive --format=tar --prefix=apache-cloudstack-$version-src/ $branch-$RELEASE_BRANCH > $outputdir/apache-cloudstack-$version-src.tar
bzip2 $outputdir/apache-cloudstack-$version-src.tar
cd $outputdir