[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [gettor/master] Added a step to cleanup rclone remote
commit dfab6fc7acce3a7492a683ef0e550de721180ef1
Author: Cecylia Bocovich <cohosh@xxxxxxxxxxxxxx>
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' |
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits