From c9debc360de744361787a9cc71a38bfc35cb1f3d Mon Sep 17 00:00:00 2001 From: Michael Ellerman Date: Thu, 11 Jun 2015 14:52:43 +1000 Subject: [PATCH] do_build: Report the build host --- do_build | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5