X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=from_build_host;fp=from_build_host;h=32a8235cb6e09cfe456f76a3cda71ee08e9e4f2a;hb=19ce761aa781bdfba2b82c30ff9ffe69aa1c5f9d;hp=0000000000000000000000000000000000000000;hpb=9b566237c9118104e2441d777fcff45c965b29e2;p=next-scripts diff --git a/from_build_host b/from_build_host new file mode 100755 index 0000000..32a8235 --- /dev/null +++ b/from_build_host @@ -0,0 +1,14 @@ +#!/bin/sh + +. "$(dirname $0)/common.sh" + +rsync -avHSXx --partial --delete \ + --exclude "gitk.cache" \ + --include '/patches/***' \ + --include '/mmotm/***' \ + --include '/next/***' \ + --include /SHA1s \ + --include /merge.log \ + --include /merge.debug \ + --exclude '**' \ + ${build_host}:kernels/next/. ~/kernels/next/.