diff options
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Arecibo.pm | 1 |
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/, ], }; |