X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=commitHelper;h=5833f6b165d781e6eb0a196a73ed8414d7915f84;hp=7acd7977319cf935b7f4b6260e882e3317d512f8;hb=225efa9e697ab4547a91d07b28b1e4c046755cbf;hpb=36086dd201b52aad5738c53728aba688a5321e16 diff --git a/commitHelper b/commitHelper index 7acd79773..5833f6b16 100644 --- a/commitHelper +++ b/commitHelper @@ -1,28 +1,12 @@ #!/bin/bash -if [ "$1" == "--syncgtk2" ]; then - shift - echo -n "sync with EXTRA_VERSION ? [xx] " - read newmicro - cat configure.ac | sed "s/^EXTRA_VERSION=.*/EXTRA_VERSION=$newmicro/" > configure.ac.new \ - && mv configure.ac.new configure.ac ; - cat configure.ac | sed "s/^EXTRA_GTK2_VERSION=.*/EXTRA_GTK2_VERSION=.0/" > configure.ac.new \ - && mv configure.ac.new configure.ac ; -fi; args=`echo $@` head -n 16 configure.ac | grep VERSION= > /tmp/commitTool.tmp source /tmp/commitTool.tmp -if [ -z "$EXTRA_GTK2_VERSION" ]; then - EXTRA_VERSION=`echo $EXTRA_VERSION | awk -F'.' '{for (i=1;i /tmp/log.tmp.$$ \ echo >> /tmp/logentry cat /tmp/logentry +chlog="ChangeLog" + echo "--8<----------" -if [ -f ChangeLog-gtk2.claws ]; then - chlog="ChangeLog-gtk2.claws" -elif [ -f ChangeLog.claws ]; then - chlog="ChangeLog.claws" -else - chlog="ChangeLog" -fi echo -n "Is it ok (write to $chlog and update configure.ac) [y/N]?" read ans if [ "$ans" == "y" ]; then @@ -107,13 +103,8 @@ if [ "$ans" == "y" ]; then cat $chlog.old >> $chlog rm $chlog.old - if [ "$nextextratype" == "head" ]; then - cat configure.ac | sed "s/^EXTRA_VERSION=.*/EXTRA_VERSION=$nextextra/" > configure.ac.new \ - && mv configure.ac.new configure.ac ; - else - cat configure.ac | sed "s/^EXTRA_GTK2_VERSION=.*/EXTRA_GTK2_VERSION=$nextextra/" > configure.ac.new \ - && mv configure.ac.new configure.ac ; - fi; + cat configure.ac | sed "s/^EXTRA_VERSION=.*/EXTRA_VERSION=$nextextra/" > configure.ac.new \ + && mv configure.ac.new configure.ac ; echo "$patchset" >> PATCHSETS @@ -125,4 +116,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