when building from dirty working dir, show it.
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 14 Aug 2015 18:41:49 +0000 (20:41 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 14 Aug 2015 18:49:41 +0000 (20:49 +0200)
This adds a + when the working dir is dirty, i.e.:
5.5.0.355.gfba3b8da7b64+

version-gen.sh

index b09be8e..08c6fef 100755 (executable)
@@ -2,7 +2,7 @@
 
 DEFAULT_VERSION="5.5.0.git"
 
-VERSION="`git describe 2> /dev/null | grep collectd | sed -e 's/^collectd-//'`"
+VERSION="`git describe --dirty=+ 2> /dev/null | grep collectd | sed -e 's/^collectd-//'`"
 
 if test -z "$VERSION"; then
        VERSION="$DEFAULT_VERSION"