ciabot/run-libreoffice-ciabot.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 668fb6d83f5b969cdb075fdd7b3d3c9f3c8ad183 Author: Michael Stahl <[email protected]> AuthorDate: Tue Mar 12 16:11:13 2019 +0100 Commit: Thorsten Behrens <[email protected]> CommitDate: Thu Mar 21 17:13:09 2019 +0100 ciabot: ignore "feature/" branches too Change-Id: I362d0baf011faf423795a8214cb9c8c617d8ca74 Reviewed-on: https://gerrit.libreoffice.org/69109 Reviewed-by: Thorsten Behrens <[email protected]> Tested-by: Thorsten Behrens <[email protected]> diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl index c23d7ee..dfe0e9f 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\/|private\//) { + if ($branch_name =~ /aoo\/|distro\/|private\/|feature\//) { next; } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
