[gettor/master] Added a step to cleanup rclone remote

commit dfab6fc7acce3a7492a683ef0e550de721180ef1 Author: Cecylia Bocovich <cohosh@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' |
participants (1)
-
cohosh@torproject.org