[Collab-qa-commits] r2216 - udd/scripts

Lucas Nussbaum lucas at alioth.debian.org
Sun Apr 8 13:04:32 UTC 2012


Author: lucas
Date: 2012-04-08 13:04:31 +0000 (Sun, 08 Apr 2012)
New Revision: 2216

Modified:
   udd/scripts/filter-bugs-output.sh
Log:
ignore more noise

Modified: udd/scripts/filter-bugs-output.sh
===================================================================
--- udd/scripts/filter-bugs-output.sh	2012-04-05 02:05:57 UTC (rev 2215)
+++ udd/scripts/filter-bugs-output.sh	2012-04-08 13:04:31 UTC (rev 2216)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-grep -v -e ': unable to open /org/bugs.debian.org/versions/pkg/' -e 'Use of uninitialized value in hash slice at ' -e 'Could not read file for bug ' -e 'Unmatched () ' -e "Unmatched '<>' in " -e 'Use of uninitialized value in subroutine entry at'
+grep -v -e ': unable to open /org/bugs.debian.org/versions/pkg/' -e 'Use of uninitialized value in hash slice at ' -e 'Could not read file for bug ' -e 'Unmatched () ' -e "Unmatched '<>' in " -e 'Use of uninitialized value in subroutine entry at' -e 'Mail::Address::_tokenise' -e 'Mail::Address::parse' -e 'main::run(\'HASH' -e 'main::main() called at /org/udd.debian.org/udd/udd/bugs_gatherer.pl line 401'




More information about the Collab-qa-commits mailing list