[Pkg-privacy-commits] [torbrowser-launcher] 42/476: made it actually download from torproject.org instead of localhost
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository torbrowser-launcher.
commit 9fcbe74d32622f06fa44ef9f1730619e7bb6d721
Author: Micah Lee <micahflee at riseup.net>
Date: Sun Feb 17 18:01:18 2013 -0800
made it actually download from torproject.org instead of localhost
---
torbrowser-launcher | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/torbrowser-launcher b/torbrowser-launcher
index a31ee44..2e042f0 100755
--- a/torbrowser-launcher
+++ b/torbrowser-launcher
@@ -93,10 +93,8 @@ class TorBrowserLauncher:
'verify': '/usr/share/torbrowser-launcher/verify.sh'
},
'url': {
- #'tarball': 'https://www.torproject.org/dist/torbrowser/linux/'+tarball_filename,
- #'tarball_sig': 'https://www.torproject.org/dist/torbrowser/linux/'+tarball_filename+'.asc'
- 'tarball': 'http://localhost/'+tarball_filename,
- 'tarball_sig': 'http://localhost/'+tarball_filename+'.asc'
+ 'tarball': 'https://www.torproject.org/dist/torbrowser/linux/'+tarball_filename,
+ 'tarball_sig': 'https://www.torproject.org/dist/torbrowser/linux/'+tarball_filename+'.asc'
},
'filename': {
'tarball': tarball_filename,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git
More information about the Pkg-privacy-commits
mailing list