createrelease: removed the tagging from the script

This commit is contained in:
Daniel Marjamäki 2010-10-03 18:03:50 +02:00
parent d452e59cc4
commit 66372d6015
1 changed files with 0 additions and 3 deletions

View File

@ -44,9 +44,6 @@ tag=$1
# Name of release
releasename=cppcheck-$tag
# Tagging..
git tag $tag
# Create archives..
git archive --format=tar --prefix=$releasename/ $tag | gzip > ~/$releasename.tar.gz
git archive --format=tar --prefix=$releasename/ $tag | bzip2 > ~/$releasename.tar.bz2