]> git.ozlabs.org Git - next-scripts/commitdiff
to/from_build_host: add to exlcudes
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 30 Mar 2022 07:31:16 +0000 (18:31 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 30 Mar 2022 07:31:51 +0000 (18:31 +1100)
do some quoting

from_build_host
to_build_host

index 915961301d415a90c4776fdc028856162f51c42b..babf5da97e0e3161f3abb07fd07fa92343b4e189 100755 (executable)
@@ -4,6 +4,7 @@
 
 rsync -avHSUXx --open-noatime --partial --delete \
        --exclude "gitk.cache" \
+       --exclude '.gitk-tmp**' \
        --include '/patches/***' \
        --include '/mmotm/***' \
        --include '/next/***' \
index 621ade502b7262ddfc28c04c785cfe4fb18153f2..bb8925767489678f44d978a13085723811e0a6bd 100755 (executable)
@@ -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/.