Skip to content

Commit

Permalink
build: update tidy-beta to new layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ncw committed Sep 12, 2022
1 parent be53dcc commit 57803be
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion bin/tidy-beta
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 57803be

Please sign in to comment.