From: Stephen Rothwell Date: Wed, 25 May 2016 01:38:39 +0000 (+1000) Subject: rename to/from scripts X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=19ce761aa781bdfba2b82c30ff9ffe69aa1c5f9d;p=next-scripts rename to/from 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/. diff --git a/from_ka2 b/from_ka2 deleted file mode 100755 index 32a8235..0000000 --- a/from_ka2 +++ /dev/null @@ -1,14 +0,0 @@ -#!/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/. diff --git a/to_build_host b/to_build_host new file mode 100755 index 0000000..fad8be3 --- /dev/null +++ b/to_build_host @@ -0,0 +1,5 @@ +#!/bin/sh + +. "$(dirname $0)/common.sh" + +rsync -avHSXx --exclude next-history.git --exclude stats --exclude next/.git/gitk.cache --delete ~/kernels/next/. ${build_host}:kernels/next/. diff --git a/to_ka2 b/to_ka2 deleted file mode 100755 index fad8be3..0000000 --- a/to_ka2 +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -. "$(dirname $0)/common.sh" - -rsync -avHSXx --exclude next-history.git --exclude stats --exclude next/.git/gitk.cache --delete ~/kernels/next/. ${build_host}:kernels/next/.