From: Stephen Rothwell Date: Wed, 30 Mar 2022 07:31:16 +0000 (+1100) Subject: to/from_build_host: add to exlcudes X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=c634753f5948e1f797722ff4eecfd349d4ff912a;p=next-scripts to/from_build_host: add to exlcudes do some quoting --- diff --git a/from_build_host b/from_build_host index 9159613..babf5da 100755 --- a/from_build_host +++ b/from_build_host @@ -4,6 +4,7 @@ rsync -avHSUXx --open-noatime --partial --delete \ --exclude "gitk.cache" \ + --exclude '.gitk-tmp**' \ --include '/patches/***' \ --include '/mmotm/***' \ --include '/next/***' \ diff --git a/to_build_host b/to_build_host index 621ade5..bb89257 100755 --- a/to_build_host +++ b/to_build_host @@ -9,9 +9,10 @@ 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 '.gitk-tmp**' \ + --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* \ + --exclude /last_msg --exclude '/summ*' \ ~/kernels/next/. ${build_host}:kernels/next/.