From d8668c629dc7ff98f2b63144af0a44a3abde695f Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Wed, 10 May 2023 10:01:50 +1000 Subject: [PATCH] to/from_build_host: we no longer care about mmotm/ --- from_build_host | 1 - to_build_host | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/from_build_host b/from_build_host index e26bb83..50cabe8 100755 --- a/from_build_host +++ b/from_build_host @@ -7,7 +7,6 @@ rsync -avHPSUXx --open-noatime --delete \ --exclude '.gitk-tmp**' \ --include '/duplicates/***' \ --include '/patches/***' \ - --include '/mmotm/***' \ --include '/next/***' \ --include /SHA1s \ --include /merge.log \ diff --git a/to_build_host b/to_build_host index bb89257..5805821 100755 --- a/to_build_host +++ b/to_build_host @@ -13,6 +13,6 @@ rsync -avHSUXx --open-noatime --delete --delete-excluded \ --include /next-fixes/.git --include '/next-fixes/.git/**' \ --exclude '/next-fixes/**' \ --exclude /etc/.git --exclude /tools/.git \ - --exclude /mails --exclude /quilt \ + --exclude /mails --exclude /quilt --exclude /mmotm \ --exclude /last_msg --exclude '/summ*' \ ~/kernels/next/. ${build_host}:kernels/next/. -- 2.39.5