[Libreoffice-commits] dev-tools.git: ciabot/libreoffice-bugzilla2.py
Miklos Vajna
vmiklos at collabora.co.uk
Mon Jun 15 07:08:45 PDT 2015
ciabot/libreoffice-bugzilla2.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 6b6ce17b9e05e4140280214e0f8751c364c2acd0
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Mon Jun 15 16:08:14 2015 +0200
ciabot: LO 5.0 has 3 betas
Change-Id: I00eadfe93500cb8ff5161a0b919c8fe58b422548
diff --git a/ciabot/libreoffice-bugzilla2.py b/ciabot/libreoffice-bugzilla2.py
index 7bbac82..baeff47 100644
--- a/ciabot/libreoffice-bugzilla2.py
+++ b/ciabot/libreoffice-bugzilla2.py
@@ -131,8 +131,8 @@ def find_target_version(repo, branch):
if len(beta_list) == 0:
# no beta yet
return base + ".0.0.beta0"
- if max(beta_list) == 2:
- # we only release two betas, therefore now the next will be a RC
+ if max(beta_list) == 3:
+ # we only release three betas, therefore now the next will be a RC
return base + ".0.1"
# normal beta
More information about the Libreoffice-commits
mailing list