]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
tagged 1.4.9 for release
authorTobias Oetiker <tobi@oetiker.ch>
Mon, 29 Sep 2014 22:44:02 +0000 (00:44 +0200)
committerTobias Oetiker <tobi@oetiker.ch>
Mon, 29 Sep 2014 22:44:02 +0000 (00:44 +0200)
rrdtool-1.4-release

index a0a18794335f0a7371fae0d8e41a60452aaea23a..d1b59a50e21cf3341042ab21bcbcab1b771b5b12 100755 (executable)
@@ -12,7 +12,7 @@ git diff
 echo "Tagging and releasing rrdtool $VERSION ($PERLVERS). Press any Key to continue."
 read somekey
 git tag -f v$VERSION
-git commit -m "tagged $VERSION for release" -a
+git commit -m "tagged $VERSION for release" -a || true
 git clone -q . /tmp/rrdtool-$$
 OPWD=`pwd`
 cd /tmp/rrdtool-$$