summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2023-08-07 21:59:03 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2023-08-07 21:59:03 -0700
commit0f96a596d5b4c8a42ff28eb3eea7f5a867ad86dc (patch)
treed428927a941ca9a23394e9fda75a7b672674520f
parentsign-sync-binpackages: make the lock safer (diff)
downloadmastermirror-scripts-0f96a596d5b4c8a42ff28eb3eea7f5a867ad86dc.tar.gz
mastermirror-scripts-0f96a596d5b4c8a42ff28eb3eea7f5a867ad86dc.tar.bz2
mastermirror-scripts-0f96a596d5b4c8a42ff28eb3eea7f5a867ad86dc.zip
sync-autobuilds: update max-delete, lots of change per pass now20230808T045906Z
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rwxr-xr-xsync-autobuilds.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync-autobuilds.sh b/sync-autobuilds.sh
index 09fc3dd..e9cad3d 100755
--- a/sync-autobuilds.sh
+++ b/sync-autobuilds.sh
@@ -21,7 +21,7 @@ RSYNC_OPTS=(
--exclude='.*'
--filter=-rp_*.asc
--no-motd
- --max-delete=5
+ --max-delete=50
)
# Do NOT expand the following yet