From: Michael Ellerman Date: Fri, 19 Jun 2015 05:51:23 +0000 (+1000) Subject: HACK: do_last_build: Do last builds on ka2 X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=1d095b17247d642ed6e6382dc918cf01158e0f7b;p=next-scripts HACK: do_last_build: Do last builds on ka2 --- diff --git a/do_last_build b/do_last_build index 5f039e4..89fdf6b 100755 --- a/do_last_build +++ b/do_last_build @@ -2,7 +2,10 @@ . "$(dirname $0)/common.sh" +build_host="ka2.ozlabs.ibm.com" +build_dir="/scratch/michael/tmpfs/next" set -e +git push -f "$build_host":"$build_dir" master:refs/heads/next ##ssh "$build_host" /bin/sh -e <<-EOF ssh root@"$build_host" unshare -n su $(id -u -n) <<-EOF