]> git.ozlabs.org Git - next-scripts/commitdiff
HACK: do_last_build: Do last builds on ka2
authorMichael Ellerman <mpe@ellerman.id.au>
Fri, 19 Jun 2015 05:51:23 +0000 (15:51 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 19 Jun 2015 05:55:29 +0000 (15:55 +1000)
do_last_build

index 5f039e44c310181f0526ef8441fae7608fd7a65d..89fdf6bd0416c5debfaa803ddd636d6c9936b4b6 100755 (executable)
@@ -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