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' _______________________________________________ Collab-qa-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/collab-qa-commits
