diff options
| author | Cecylia Bocovich <cohosh@torproject.org> | 2020-01-10 11:02:23 -0500 |
|---|---|---|
| committer | Cecylia Bocovich <cohosh@torproject.org> | 2020-01-10 11:02:23 -0500 |
| commit | dfab6fc7acce3a7492a683ef0e550de721180ef1 (patch) | |
| tree | 15d9f3167380d55f20655eb9461a4521b8d2dc9e | |
| parent | e6f6ad93b1cf3e61f34c7c7c185cd085f6005761 (diff) | |
Added a step to cleanup rclone remote
This fixes a bug where we exceed our google drive quota. Deleted files
were moved to a trash bin and not removed from storage entirely.
| -rwxr-xr-x | scripts/update_files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/update_files b/scripts/update_files index c386220..ce12a3e 100755 --- a/scripts/update_files +++ b/scripts/update_files @@ -24,6 +24,7 @@ git checkout -b torbrowser-releases git push -f --follow-tags origin torbrowser-releases rclone delete gdrive:releases +rclone cleanup gdrive:releases for row in $( curl -s 'https://aus1.torproject.org/torbrowser/update_3/release/downloads.json' | |
