mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
build: make build log a bit less verbose
don't show the whole commit patch
This commit is contained in:
parent
5a16d8067a
commit
89b083dd52
@ -39,14 +39,14 @@ checkout() {
|
||||
|
||||
git checkout "$vtag" || git checkout "$vtag2" || return 1
|
||||
|
||||
git show
|
||||
git log -1
|
||||
|
||||
pushd ../../PX4NuttX
|
||||
git checkout "$vtag" || git checkout "$vtag2" || git checkout master || {
|
||||
popd
|
||||
return 1
|
||||
}
|
||||
git show
|
||||
git log -1
|
||||
popd
|
||||
|
||||
pushd ../../PX4Firmware
|
||||
@ -54,7 +54,7 @@ checkout() {
|
||||
popd
|
||||
return 1
|
||||
}
|
||||
git show
|
||||
git log -1
|
||||
popd
|
||||
|
||||
return 0
|
||||
|
Loading…
Reference in New Issue
Block a user