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

Michael Stahl mstahl at redhat.com
Mon Feb 29 10:53:49 UTC 2016


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

New commits:
commit b857d1e0563b4772e0ad93c905eea63be1a095fd
Author: Michael Stahl <mstahl at redhat.com>
Date:   Mon Feb 29 11:39:02 2016 +0100

    ciabot: try to filter out private branches too
    
    Change-Id: If8cc7c91699abc34279c171a869079c7d5262832
    Reviewed-on: https://gerrit.libreoffice.org/22765
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
    Tested-by: Miklos Vajna <vmiklos at collabora.co.uk>

diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl
index 37163e8..c23d7ee 100755
--- a/ciabot/run-libreoffice-ciabot.pl
+++ b/ciabot/run-libreoffice-ciabot.pl
@@ -90,7 +90,7 @@ sub report($$$) {
     foreach my $key ( keys %new ) {
         my $branch_name = $key;
         $branch_name = '' if ( $branch_name eq 'master' );
-        if ($branch_name =~ /aoo\/|distro\//) {
+        if ($branch_name =~ /aoo\/|distro\/|private\//) {
             next;
         }
 


More information about the Libreoffice-commits mailing list