projects
/
pgweb-old.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61e65d2
)
Silence errors; they are too noisy
author
Mhonarc archives guy
<
[email protected]
>
Wed, 4 Jan 2012 11:42:41 +0000
(11:42 +0000)
committer
Alvaro Herrera
<
[email protected]
>
Mon, 16 Jan 2012 20:42:37 +0000
(17:42 -0300)
archives/bin/mk-mhonarc
patch
|
blob
|
blame
|
history
diff --git
a/archives/bin/mk-mhonarc
b/archives/bin/mk-mhonarc
index 1641b82b86afd3a2a455e0bb00a6c68f334526ce..f6da73aa1cc8ac647c0f18f6e3542919d079301e 100755
(executable)
--- a/
archives/bin/mk-mhonarc
+++ b/
archives/bin/mk-mhonarc
@@
-94,10
+94,10
@@
process_one_mbox() {
-definevar LIST=$list \
-definevar YEAR=$year \
-definevar MONTH=$month \
- > $temp 2>
&1
- $ARCHIVES_BIN/msgid2link.pl $ydashm >> $temp 2>
&1
+ > $temp 2>
/dev/null
+ $ARCHIVES_BIN/msgid2link.pl $ydashm >> $temp 2>
/dev/null
$ARCHIVES_BIN/createmsgid.pl -i $ydashm -o $ARCHIVES_ROOT/msgid \
- >> $temp 2>
&1
+ >> $temp 2>
/dev/null
if [ -s $temp ]; then
echo "START -- error processing $mbox"
cat $temp