2011-11-29 [wwp] 3.7.10cvs107
[claws.git] / commitHelper
index cb6cde3158ad2a83b6dd175b12d903e8a42f73f5..2905316c8717d79f3dab5234415bba06dc04cdb3 100644 (file)
@@ -56,6 +56,9 @@ fi;
 if [ "$name" == "leroyc" ]; then
        name="colin";
 fi;
+if [ "$name" == "torte" ]; then
+       name="thorsten";
+fi;
 
 log="`date --utc +%Y-%m-%d` [$name]\t$nextsversion\n\n"
 for line in $files; do
@@ -122,4 +125,5 @@ if [ "$ans" == "y" ]; then
                cvs commit -m "`cat /tmp/logentry` "
        fi;
        rm -f /tmp/logentry
+       wget -O /dev/null -o /dev/null http://www.colino.net/sylpheed-claws-gtk2/update.php3
 fi