summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-04-17 03:19:20 +0200
committerByron Jones <bjones@mozilla.com>2012-04-17 03:19:20 +0200
commit523043a4c23e575737fac467f47ac8ea5df5d2b5 (patch)
tree467c4a970f46408eca1a1f695bbdd2344ab083b8 /Bugzilla
parentbb20a38cff183280ff747af926e886b2dfaa88b9 (diff)
downloadbugzilla-523043a4c23e575737fac467f47ac8ea5df5d2b5.tar.gz
bugzilla-523043a4c23e575737fac467f47ac8ea5df5d2b5.tar.xz
Bug 746027: dont push cvs checkout errors to arecibo
Diffstat (limited to 'Bugzilla')
-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/,
],
};