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

Markus Mohrhard markus.mohrhard at googlemail.com
Sun Jun 1 04:09:59 PDT 2014


 ciabot/run-libreoffice-ciabot.pl |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit dc64b3dd2b567c9d73fe4aa5b61f8aaeac05dce2
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sun Jun 1 13:07:22 2014 +0200

    fix 3f17397, the master branch is represented by the empty string

diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl
index 1976e88..9a102fb 100755
--- a/ciabot/run-libreoffice-ciabot.pl
+++ b/ciabot/run-libreoffice-ciabot.pl
@@ -62,6 +62,7 @@ sub get_branches() {
 sub is_valid_bugzilla_commit($$) {
    my ( $repo, $branch ) = @_;
    return 1 if ( $repo ne 'core' );
+   return 1 if ( $branch eq '' );
    return ( $branch =~ /^(libreoffice-[^\/]*|master)$/ );
 }
 


More information about the Libreoffice-commits mailing list