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

New commits:
commit ddc585a27941134fc0618e3f94e0a1d2fea1bf84
Author: Miklos Vajna <vmik...@collabora.co.uk>
Date:   Thu Jun 5 09:23:56 2014 +0200

    ciabot: ignore distro branches on IRC, as requested by the ESC
    
    Change-Id: I970eba737c2982bc5c28188e74c89f0021df1d4c

diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl
index 9a102fb..c095b26 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\//) {
+        if ($branch_name =~ /aoo\/|distro\//) {
             next;
         }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to