[tor-commits] [gettor/master] Add upload to archive.org

hiro at torproject.org hiro at torproject.org
Fri Sep 27 09:21:36 UTC 2019


commit 8bd76e1060c9ce917d8d8a400318bcb7fe69c4a1
Author: hiro <hiro at torproject.org>
Date:   Thu Sep 12 13:58:28 2019 +0200

    Add upload to archive.org
---
 scripts/update_files | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/update_files b/scripts/update_files
index b1253c1..df800d6 100755
--- a/scripts/update_files
+++ b/scripts/update_files
@@ -53,4 +53,5 @@ rclone delete gdrive:releases
 
 for f in $(ls); do
   rclone copy $f gdrive:releases
+  ia upload <identifier> - --remote-name=$f --metadata="title:New Tor Browser release ${f}."
 done





More information about the tor-commits mailing list