[Pkg-anonymity-tools] [torbrowser-launcher] 04/23: Switch to using new Tor Project dist URL.

Ulrike Uhlig u-guest at moszumanska.debian.org
Mon Dec 1 21:16:47 UTC 2014


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to branch debian
in repository torbrowser-launcher.

commit 6e59517aa720b015d9312d4771eef209a6ee278f
Author: Isis Lovecruft <isis at torproject.org>
Date:   Mon Oct 27 20:05:16 2014 +0000

    Switch to using new Tor Project dist URL.
    
    If I recall correctly, weasel (Tor Project's volunteer lead sysadmin)
    tried to switch everything to using https://dist.torproject.org/ last
    week, and then added an Apache redirect from
    https://www.torproject.org/dist to https://dist.torproject.org after
    discovering that some things were still trying to use the old URL. We
    should switch to the new one, so that someday weasel can remove the
    redirect.
    
     * CHANGE `default_mirror` to https://dist.torproject.org/
---
 torbrowser_launcher/common.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/torbrowser_launcher/common.py b/torbrowser_launcher/common.py
index c58a6fe..8ea7545 100644
--- a/torbrowser_launcher/common.py
+++ b/torbrowser_launcher/common.py
@@ -47,7 +47,7 @@ class Common:
         self.tbl_version = tbl_version
 
         # initialize the app
-        self.default_mirror = 'https://www.torproject.org/dist/'
+        self.default_mirror = 'https://dist.torproject.org/'
         self.discover_arch_lang()
         self.build_paths()
         for d in self.paths['dirs']:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/torbrowser-launcher.git



More information about the Pkg-anonymity-tools mailing list