diff --git a/createrelease b/createrelease index 73d4fc433..761ccadaa 100755 --- a/createrelease +++ b/createrelease @@ -3,17 +3,18 @@ cd echo "Creating source directory" -svn co https://cppcheck.svn.sourceforge.net/svnroot/cppcheck cppcheck-1.28 -rm -R --force cppcheck-1.28/.svn -rm -R --force cppcheck-1.28/man/.svn -rm -R --force cppcheck-1.28/src/.svn -rm -R --force cppcheck-1.28/test/.svn -rm -R --force cppcheck-1.28/tools/.svn -rm -R --force cppcheck-1.28/win_installer/.svn +svn co https://cppcheck.svn.sourceforge.net/svnroot/cppcheck cppcheck-1.29 +rm -R --force cppcheck-1.29/.svn +rm -R --force cppcheck-1.29/gui +rm -R --force cppcheck-1.29/man/.svn +rm -R --force cppcheck-1.29/src/.svn +rm -R --force cppcheck-1.29/test/.svn +rm -R --force cppcheck-1.29/tools/.svn +rm -R --force cppcheck-1.29/win_installer/.svn echo "Creating source packages" -tar cjvf cppcheck-1.28.tar.bz2 cppcheck-1.28 -tar czvf cppcheck-1.28.tar.gz cppcheck-1.28 -cd cppcheck-1.28 -zip -r -9 ../cppcheck-1.28.zip * +tar cjvf cppcheck-1.29.tar.bz2 cppcheck-1.29 +tar czvf cppcheck-1.29.tar.gz cppcheck-1.29 +cd cppcheck-1.29 +zip -r -9 ../cppcheck-1.29.zip *