From 244c6d02e62ac8ca1c8d6f2e1d40d72fce575ee4 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 9 Sep 2023 18:53:53 -0700 Subject: sync-autobuilds: try to avoid resync of .sha256 & .DIGEST after signing Signed-off-by: Robin H. Johnson --- sync-autobuilds.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sync-autobuilds.sh b/sync-autobuilds.sh index dc078e0..077192c 100755 --- a/sync-autobuilds.sh +++ b/sync-autobuilds.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2011-2020 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 2011-2023 Gentoo Foundation; Distributed under the GPL v2 # might be earlier copyright, no history available # Keep this variable in sync in both sign-autobuilds.sh & sync-autobuilds.sh @@ -24,6 +24,9 @@ RSYNC_OPTS=( # arm has ~111 files in a daily build as of ./arm/autobuilds/20230828T171640Z/ # so this needs to be at least that high. --max-delete=150 + # If the local side is nwer, don't replace + # should happen with the .DIGESTS & .sha256 files + --update ) # Do NOT expand the following yet -- cgit v1.2.3-65-gdbad