2009-09-20 [mones] 3.7.2cvs35
[claws.git] / commitHelper
index 4dde6c2827a9e991e11dcc0669ee5b7a34eb3d94..802803fae54c09013abfff7dd0b14810fb228810 100644 (file)
@@ -67,6 +67,12 @@ fi;
 if [ "$name" == "devel" ]; then
        name="mones";
 fi;
+if [ "$name" == "hb" ]; then
+       name="holger";
+fi;
+if [ "$name" == "salvatore" ]; then
+       name="iwkse";
+fi;
 
 log="`date --utc +%Y-%m-%d` [$name]\t$nextsversion\n\n"
 for line in $files; do
@@ -133,5 +139,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/update.php3
+       wget -O /dev/null -o /dev/null http://www.colino.net/claws-mail/update.php
 fi