summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-06-05 09:23:56 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-06-05 09:23:56 +0200
commitddc585a27941134fc0618e3f94e0a1d2fea1bf84 (patch)
tree4241e3306260604d9be50275b1331d93307906a9
parent3e32ecbea121b0ba8eb3862e1a537875cbda872a (diff)
ciabot: ignore distro branches on IRC, as requested by the ESC
Change-Id: I970eba737c2982bc5c28188e74c89f0021df1d4c
-rwxr-xr-xciabot/run-libreoffice-ciabot.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl
index 9a102fb5..c095b26a 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;
}