mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 11:00:09 +01: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/"
|
||||
git checkout "$BUILD_ID"
|
||||
|
||||
echo "HEAD is $(git rev-parse HEAD)"
|
||||
|
||||
if [[ "$DO_TEST_BUILD" == yes ]]; then
|
||||
NOCONFIGURE=yes ./autogen.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue