From 57803bee22df737fe58282c54b47583fa0991d05 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 12 Sep 2022 20:30:34 +0100 Subject: [PATCH] build: update tidy-beta to new layout --- RELEASE.md | 8 ++++++++ bin/tidy-beta | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 3747fb8e8..32f5d664b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -53,6 +53,14 @@ doing that so it may be necessary to roll back dependencies to the version specified by `make updatedirect` in order to get rclone to build. +## Tidy beta + +At some point after the release run + + bin/tidy-beta v1.55 + +where the version number is that of a couple ago to remove old beta binaries. + ## Making a point release If rclone needs a point release due to some horrendous bug: diff --git a/bin/tidy-beta b/bin/tidy-beta index d884f49ce..9d5d29fad 100755 --- a/bin/tidy-beta +++ b/bin/tidy-beta @@ -15,6 +15,7 @@ else fi rclone ${dry_run} -vv -P --checkers 16 --transfers 16 delete \ + --fast-list \ --include "/${version}**" \ - --include "/branch/${version}**" \ + --include "/branch/*/${version}**" \ memstore:beta-rclone-org