From bedc97563005e0971a6766c0c39acdc3e24d3b95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 2 Aug 2014 14:05:54 +0200 Subject: [PATCH] createrelease: added more tasks --- createrelease | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/createrelease b/createrelease index 679297c94..851aff092 100755 --- a/createrelease +++ b/createrelease @@ -45,6 +45,8 @@ # ./dmake # git commit -a -m "Makefile: Set debug mode" # +# Update download link on index.php main page +# # Generate the manual.pdf, manual.html and version.txt # make # ./cppcheck --version > version.txt @@ -59,6 +61,8 @@ # compile new democlient: # ssh -t danielmarjamaki,cppcheck@shell.sourceforge.net # ./build.sh 1.43 +# +# run daca with new release # Tag to use tag=$1