]> git.ozlabs.org Git - next-scripts/commitdiff
use (Debian) rsync's --noatime option
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 4 Mar 2019 22:36:56 +0000 (09:36 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 4 Mar 2019 22:36:56 +0000 (09:36 +1100)
backup_next
from_build_host
to_build_host
to_ozlabs

index 70abf7fd7752db0996a55f546dc0ae408fab5039..d1e85212f2c3653f70ac493dbf7e9f94527bccec 100755 (executable)
@@ -3,7 +3,7 @@
 host="fs"
 [ "$1" ] && host="$1"
 
-rsync -avHP --exclude gitk.cache --exclude next-2'*'/ \
+rsync -avHP --noatime --exclude gitk.cache --exclude next-2'*'/ \
        --include mmotm/.git --include mmotm/.git/'**' --exclude mmotm/'**' \
        --include next/.git --include next/.git/'**' --exclude next/'**' \
        --include quilt/.git --include quilt/.git/'**' --exclude quilt/'**' \
index 32a8235cb6e09cfe456f76a3cda71ee08e9e4f2a..809eca0f6fb87b6226de1460feb074637521717b 100755 (executable)
@@ -2,7 +2,7 @@
 
 . "$(dirname $0)/common.sh"
 
-rsync -avHSXx --partial --delete \
+rsync -avHSXx --noatime --partial --delete \
        --exclude "gitk.cache" \
        --include '/patches/***' \
        --include '/mmotm/***' \
index 14afe0dabdc8d28edcfdd618f4b78c17fc226194..d0176dba98ae850c693a09339af1efb3006cebdc 100755 (executable)
@@ -7,4 +7,4 @@
 
 . "$(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 -avHSXx --noatime --exclude next-history.git --exclude stats --exclude next/.git/gitk.cache --delete ~/kernels/next/. ${build_host}:kernels/next/.
index 268c09ed4ab7434891b4fcfaddebe12ded43dc55..25a8bf5d0236b3e65730464ed58db8538f55db6c 100755 (executable)
--- a/to_ozlabs
+++ b/to_ozlabs
@@ -34,7 +34,7 @@ EOF
        for i in $GIT_REPOS; do
                echo "- $i/**"
        done
-} | rsync -avHP --include-from - --delete . ozlabs.org:kernels/next/.
+} | rsync -avHP --noatime --include-from - --delete . ozlabs.org:kernels/next/.
 
 ssh ozlabs.org "touch kernels/NEXT-DONE"