summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2023-08-29 09:39:30 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2023-08-29 09:39:30 -0700
commite48a4b31e7e0e219d38e3d950287d9a8f8431e63 (patch)
tree955dd370131c926856574be498880b040a211bd1
parentMakefile: add helper for applying tag (diff)
downloadmastermirror-scripts-20230829T164006Z.tar.gz
mastermirror-scripts-20230829T164006Z.tar.bz2
mastermirror-scripts-20230829T164006Z.zip
sync-autobuilds.sh: raise max-delete for arm autobuilds size20230829T164006Z
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-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