[tor-commits] [gettor/master] Update links and update script

hiro at torproject.org hiro at torproject.org
Sat Sep 28 17:30:36 UTC 2019


commit b1470f9aeecf219ca5debaad99c08d02f42976ff
Author: hiro <hiro at torproject.org>
Date:   Sat Sep 28 19:19:47 2019 +0200

    Update links and update script
---
 scripts/add_links_to_db | 2 +-
 scripts/update_files    | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/scripts/add_links_to_db b/scripts/add_links_to_db
index 72f557a..2870482 100755
--- a/scripts/add_links_to_db
+++ b/scripts/add_links_to_db
@@ -68,7 +68,7 @@ def main():
         sys.exit(1)
 
     providers = {
-        "gitlab": "https://gitlab.com/thetorproject/gettorbrowser/raw/releases/",
+        "gitlab": "https://gitlab.com/thetorproject/gettorbrowser/raw/torbrowser-releases/",
         "github": "https://github.com/TheTorProject/gettorbrowser/raw/torbrowser-releases/"
     }
 
diff --git a/scripts/update_files b/scripts/update_files
index 2312157..574688b 100755
--- a/scripts/update_files
+++ b/scripts/update_files
@@ -20,9 +20,8 @@ git fetch --all --prune
 
 git add .
 git commit -am 'Create release branch'
-git checkout -b releases
-git push -f --follow-tags origin releases
 git checkout -b torbrowser-releases
+git push -f --follow-tags origin torbrowser-releases
 git push -f --follow-tags github torbrowser-releases
 
 



More information about the tor-commits mailing list