[Libreoffice-commits] dev-tools.git: ciabot/libreoffice-bugzilla.pl

Markus Mohrhard markus.mohrhard at googlemail.com
Tue May 21 13:25:55 PDT 2013


 ciabot/libreoffice-bugzilla.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f2d66b6ffac6d72b6de0ce5b295806fb7f2e1243
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Tue May 21 22:22:08 2013 +0200

    the first beta is beta1 and not beta0

diff --git a/ciabot/libreoffice-bugzilla.pl b/ciabot/libreoffice-bugzilla.pl
index 81d7713..3d273c2 100755
--- a/ciabot/libreoffice-bugzilla.pl
+++ b/ciabot/libreoffice-bugzilla.pl
@@ -78,7 +78,7 @@ else
 	if( $next == -1 ) {
 		my $tags = "libreoffice-"."$1.$2.0.*";
 		open TAGS, "git tag -l $tags |" or die "cannot get the tags";
-		my $beta = -1;
+		my $beta = 0;
 		my $RC = 0;
 		while (defined (my $tag = <TAGS>)) {
 			if( $tag =~ /libreoffice-([0-9]+)\.([0-9]+)\.0\.0\.beta([0-9]+)/) {


More information about the Libreoffice-commits mailing list