Run git describe in nightlybuild.sh to identify what's built

This commit is contained in:
Markus Armbruster 2009-04-15 22:12:44 +02:00
parent 8b7786340e
commit 627eb9bc1a

View file

@ -126,6 +126,7 @@ done
fi
echo "Commit `git describe --match 'v*' --always`"
echo "Done (GIT)."
echo ""
;;