X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=to_build_host;h=621ade502b7262ddfc28c04c785cfe4fb18153f2;hb=b7060488e60cb9db952f75b5c4e5c6966e874261;hp=c05be14e8c8595e318485c56c4f9ad4450343f4b;hpb=f1dbc5d5ee2b65e0ecce3cfa68f7d48688ab39dd;p=next-scripts diff --git a/to_build_host b/to_build_host index c05be14..621ade5 100755 --- a/to_build_host +++ b/to_build_host @@ -7,4 +7,11 @@ . "$(dirname $0)/common.sh" -rsync -avHSXx --noatime --exclude next-history.git --exclude stats --exclude 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/.