build-from-source: print hash of commit being built

Makes easier to analyze logs and troubleshoot failures.
This commit is contained in:
Beniamino Galvani 2017-03-09 10:59:54 +01:00
parent abba3102fb
commit 3b67d8ed98

View file

@ -72,7 +72,7 @@ fi
cd "./NetworkManager/"
git checkout "$BUILD_ID"
echo "HEAD is $(git rev-parse HEAD)"
if [[ "$DO_TEST_BUILD" == yes ]]; then
NOCONFIGURE=yes ./autogen.sh