]> git.ozlabs.org Git - next-scripts/commitdiff
to_build_host: don't copy left over top level patches
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 15 Apr 2021 22:19:13 +0000 (08:19 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 15 Apr 2021 22:19:13 +0000 (08:19 +1000)
to_build_host

index 0438f5841cc00c426be65ecf26efd969a93d768c..3bc56d87ffd6457ab5c699707d72b3449070afae 100755 (executable)
@@ -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/.