[Pkg-privacy-commits] [torbrowser-launcher] 162/476: decided to treat RCs as "alpha" as well (#57)
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:33 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 c81af492d42d6815dc13059c350ca91777c76ddd
Author: Micah Lee <micah at micahflee.com>
Date: Wed Nov 6 10:27:57 2013 -0800
decided to treat RCs as "alpha" as well (#57)
---
torbrowser-launcher | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/torbrowser-launcher b/torbrowser-launcher
index 210d2a2..8513c93 100755
--- a/torbrowser-launcher
+++ b/torbrowser-launcher
@@ -1001,10 +1001,8 @@ class TBLLauncher:
valid_alphas = []
valid_stables = []
for version in versions:
- if str(version).find('-Linux') != -1:
- if '-rc' in version:
- continue
- if 'alpha' in version or 'beta' in version:
+ if '-Linux' in version:
+ if 'alpha' in version or 'beta' in version or '-rc' in version:
valid_alphas.append(str(version))
else:
valid_stables.append(str(version))
--
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