diff options
-rwxr-xr-x | release-smokeping.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release-smokeping.sh b/release-smokeping.sh index 801a223..d9eda98 100755 --- a/release-smokeping.sh +++ b/release-smokeping.sh @@ -1,10 +1,10 @@ #!/bin/sh set -e -VERSION=`perl -n -e 'm/\QAC_INIT([rrdtool],[\E(.+?)\Q])\E/ && print $1' configure.ac` [ `svn status -q | wc -l` -gt 0 ] && echo "ERROR: commit all changes before release" && exit 1 cd /tmp svn export svn://svn.oetiker.ch/smokeping/trunk/software smokeping-$$ cd smokeping-$$ +VERSION=`perl -n -e 'm/\QAC_INIT([smokeping],[\E(.+?)\Q]\E/ && print $1' configure.ac` mkdir conftools aclocal autoconf |