From b7060488e60cb9db952f75b5c4e5c6966e874261 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Tue, 18 Jan 2022 16:39:10 +1100 Subject: [PATCH] update to_build_host a bit bring back (at least the .git part of) next-fixes --- to_build_host | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/to_build_host b/to_build_host index 3bc56d8..621ade5 100755 --- a/to_build_host +++ b/to_build_host @@ -7,4 +7,11 @@ . "$(dirname $0)/common.sh" -rsync -avHSUXx --open-noatime --exclude next-history.git --exclude stats --exclude gitk.cache --exclude 'patch-*' --delete ~/kernels/next/. ${build_host}:kernels/next/. +rsync -avHSUXx --open-noatime --delete --delete-excluded \ + --exclude gitk.cache --exclude /next-history.git --exclude /stats \ + --include /next-fixes/.git --include /next-fixes/.git/** \ + --exclude /next-fixes/** \ + --exclude /etc/.git --exclude /tools/.git \ + --exclude /mails --exclude /quilt \ + --exclude /last_msg --exclude /summ* \ + ~/kernels/next/. ${build_host}:kernels/next/. -- 2.39.2