[Libreoffice-commits] dev-tools.git: ciabot/run-libreoffice-ciabot.pl
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Mar 21 16:13:26 UTC 2019
ciabot/run-libreoffice-ciabot.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 668fb6d83f5b969cdb075fdd7b3d3c9f3c8ad183
Author: Michael Stahl <Michael.Stahl at cib.de>
AuthorDate: Tue Mar 12 16:11:13 2019 +0100
Commit: Thorsten Behrens <Thorsten.Behrens at CIB.de>
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 <Thorsten.Behrens at CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
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;
}
More information about the Libreoffice-commits
mailing list