From: Stephen Rothwell Date: Thu, 15 Apr 2021 22:19:13 +0000 (+1000) Subject: to_build_host: don't copy left over top level patches X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=052cb1a5a06f7232e781cbb9de29dc6aaa749fb0;p=next-scripts to_build_host: don't copy left over top level patches --- diff --git a/to_build_host b/to_build_host index 0438f58..3bc56d8 100755 --- a/to_build_host +++ b/to_build_host @@ -7,4 +7,4 @@ . "$(dirname $0)/common.sh" -rsync -avHSUXx --open-noatime --exclude next-history.git --exclude stats --exclude gitk.cache --delete ~/kernels/next/. ${build_host}:kernels/next/. +rsync -avHSUXx --open-noatime --exclude next-history.git --exclude stats --exclude gitk.cache --exclude 'patch-*' --delete ~/kernels/next/. ${build_host}:kernels/next/.