ciabot/run-libreoffice-ciabot.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b857d1e0563b4772e0ad93c905eea63be1a095fd Author: Michael Stahl <mst...@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 <vmik...@collabora.co.uk> Tested-by: Miklos Vajna <vmik...@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; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits