summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Arecibo.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Arecibo.pm')
-rw-r--r--Bugzilla/Arecibo.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Arecibo.pm b/Bugzilla/Arecibo.pm
index 11563e834..7a3b1fc49 100644
--- a/Bugzilla/Arecibo.pm
+++ b/Bugzilla/Arecibo.pm
@@ -78,6 +78,7 @@ use constant CONFIG => {
# any error messages matching these regex's will not be sent to arecibo
ignore => [
qr/Software caused connection abort/,
+ qr/Could not check out .*\/cvsroot/,
],
};