]> git.ozlabs.org Git - next-scripts/commitdiff
do_build: Report the build host
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 11 Jun 2015 04:52:43 +0000 (14:52 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 19 Jun 2015 05:53:13 +0000 (15:53 +1000)
do_build

index 852b9503b1924fe6cfad35e530a09ad2d60b28a7..b5eac654fbc772b89f97d5dcf52b00522fe9bbf6 100755 (executable)
--- 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