[Libreoffice-commits] dev-tools.git: ciabot/run-libreoffice-ciabot.pl
Miklos Vajna
vmiklos at collabora.co.uk
Thu Jun 5 00:24:19 PDT 2014
ciabot/run-libreoffice-ciabot.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ddc585a27941134fc0618e3f94e0a1d2fea1bf84
Author: Miklos Vajna <vmiklos at 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;
}
More information about the Libreoffice-commits
mailing list