diff options
Diffstat (limited to 'sync-autobuilds.sh')
-rwxr-xr-x | sync-autobuilds.sh | 5 |
1 files changed, 4 insertions, 1 deletions
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 |