[tor-commits] [gettor/master] Added a step to cleanup rclone remote
cohosh at torproject.org
cohosh at torproject.org
Fri Jan 10 16:09:34 UTC 2020
commit dfab6fc7acce3a7492a683ef0e550de721180ef1
Author: Cecylia Bocovich <cohosh at torproject.org>
Date: Fri Jan 10 11:02:23 2020 -0500
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.
---
scripts/update_files | 1 +
1 file changed, 1 insertion(+)
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' |
More information about the tor-commits
mailing list