aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sync-autobuilds.sh')
-rwxr-xr-xsync-autobuilds.sh4
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