mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
build_packages: log the pkgs we are about to merge
When running build_packages, the toolchain checking operations from the update_chroot step and the initial merge are hard to differentiate, so add an explicit `info` message so people can see what's going on. BUG=None TEST=`./build_packages --board=x86-alex` shows more info Change-Id: I3593eb9ca56c620232bf155daf89b15fadb6547d Reviewed-on: https://gerrit.chromium.org/gerrit/17604 Commit-Ready: Mike Frysinger <vapier@chromium.org> Reviewed-by: Mike Frysinger <vapier@chromium.org> Tested-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
parent
c596581be1
commit
5011c7f987
@ -201,6 +201,7 @@ if [[ "${FLAGS_showoutput}" -eq "${FLAGS_TRUE}" && \
|
||||
# Only parallel_emerge supports --show-output.
|
||||
EMERGE_FLAGS+=" --show-output"
|
||||
fi
|
||||
info "Merging board packages ${PACKAGES}"
|
||||
eretry sudo -E ${EMERGE_BOARD_CMD} -uDNv ${EMERGE_FLAGS} ${PACKAGES}
|
||||
|
||||
echo "Builds complete"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user