[Pkg-privacy-commits] [torbrowser-launcher] 141/476: make sure latest alpha listed gets selected
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:31 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 d8e11e36c592c0ed05abe965b24a04112b2892d4
Author: Micah Lee <micahflee at riseup.net>
Date: Fri Jun 14 21:39:56 2013 -0700
make sure latest alpha listed gets selected
---
torbrowser-launcher | 1 +
1 file changed, 1 insertion(+)
diff --git a/torbrowser-launcher b/torbrowser-launcher
index 5eace5d..0d36a48 100755
--- a/torbrowser-launcher
+++ b/torbrowser-launcher
@@ -943,6 +943,7 @@ class TBLLauncher:
for version in versions:
if str(version).find('-Linux') != -1:
valid_versions.append(str(version))
+ valid_versions.sort()
# find alpha
for version in valid_versions:
if version.find('alpha') != -1:
--
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