]> git.ozlabs.org Git - next-scripts/commitdiff
update to_build_host a bit master
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 18 Jan 2022 05:39:10 +0000 (16:39 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 18 Jan 2022 05:46:29 +0000 (16:46 +1100)
bring back (at least the .git part of) next-fixes

to_build_host

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