]> git.ozlabs.org Git - next-scripts/blobdiff - to_build_host
update to_build_host a bit
[next-scripts] / to_build_host
index 14afe0dabdc8d28edcfdd618f4b78c17fc226194..621ade502b7262ddfc28c04c785cfe4fb18153f2 100755 (executable)
@@ -7,4 +7,11 @@
 
 . "$(dirname $0)/common.sh"
 
-rsync -avHSXx --exclude next-history.git --exclude stats --exclude next/.git/gitk.cache --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/.