diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2023-08-29 09:39:30 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2023-08-29 09:39:30 -0700 |
commit | e48a4b31e7e0e219d38e3d950287d9a8f8431e63 (patch) | |
tree | 955dd370131c926856574be498880b040a211bd1 | |
parent | Makefile: add helper for applying tag (diff) | |
download | mastermirror-scripts-e48a4b31e7e0e219d38e3d950287d9a8f8431e63.tar.gz mastermirror-scripts-e48a4b31e7e0e219d38e3d950287d9a8f8431e63.tar.bz2 mastermirror-scripts-e48a4b31e7e0e219d38e3d950287d9a8f8431e63.zip |
sync-autobuilds.sh: raise max-delete for arm autobuilds size20230829T164006Z
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rwxr-xr-x | sync-autobuilds.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sync-autobuilds.sh b/sync-autobuilds.sh index e9cad3d..dc078e0 100755 --- a/sync-autobuilds.sh +++ b/sync-autobuilds.sh @@ -21,7 +21,9 @@ RSYNC_OPTS=( --exclude='.*' --filter=-rp_*.asc --no-motd - --max-delete=50 + # 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 ) # Do NOT expand the following yet |