mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 11:19:16 +02:00
build-from-source: print hash of commit being built
Makes easier to analyze logs and troubleshoot failures.
This commit is contained in:
parent
abba3102fb
commit
3b67d8ed98
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ fi
|
||||||
|
|
||||||
cd "./NetworkManager/"
|
cd "./NetworkManager/"
|
||||||
git checkout "$BUILD_ID"
|
git checkout "$BUILD_ID"
|
||||||
|
echo "HEAD is $(git rev-parse HEAD)"
|
||||||
|
|
||||||
if [[ "$DO_TEST_BUILD" == yes ]]; then
|
if [[ "$DO_TEST_BUILD" == yes ]]; then
|
||||||
NOCONFIGURE=yes ./autogen.sh
|
NOCONFIGURE=yes ./autogen.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue