[Pkg-privacy-commits] [torbrowser-launcher] 133/476: downloading sig before tarball, easy fix (#42)
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:30 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 4794a6687facac6650b87a7fc7fe0d4c60d93a93
Author: Micah Lee <micahflee at riseup.net>
Date: Thu May 2 11:43:35 2013 -0700
downloading sig before tarball, easy fix (#42)
---
torbrowser-launcher | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/torbrowser-launcher b/torbrowser-launcher
index 677cf25..ae3b486 100755
--- a/torbrowser-launcher
+++ b/torbrowser-launcher
@@ -552,8 +552,8 @@ class TBLLauncher:
elif self.common.settings['installed_version'][self.common.settings['preferred']] < self.common.settings['latest_version'][self.common.settings['preferred']]:
# there is a tbb upgrade available
self.set_gui('task', _("Your Tor Browser is out of date."),
- ['download_tarball',
- 'download_tarball_sig',
+ ['download_tarball_sig',
+ 'download_tarball',
'verify',
'extract',
'run'])
@@ -574,8 +574,8 @@ class TBLLauncher:
# first run
else:
self.set_gui('task', _("Downloading and installing Tor Browser."),
- ['download_tarball',
- 'download_tarball_sig',
+ ['download_tarball_sig',
+ 'download_tarball',
'verify',
'extract',
'run'])
--
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