From: Michael Ellerman Date: Thu, 11 Jun 2015 04:52:43 +0000 (+1000) Subject: do_build: Report the build host X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=c9debc360de744361787a9cc71a38bfc35cb1f3d;p=next-scripts do_build: Report the build host --- diff --git a/do_build b/do_build index 852b950..b5eac65 100755 --- a/do_build +++ b/do_build @@ -8,6 +8,8 @@ set -e ssh root@"$build_host" unshare -n su $(id -u -n) <<-EOF set -e + echo Building on \$(hostname) + echo \$PATH | grep -q "\$HOME/bin" || export PATH="\$HOME/bin:\$PATH" export LANG=C