[Piuparts-commits] [SCM] piatti.debian.org configuration files branch, master, updated. 148332ef45997ba3aaf38cc2c9a28441083bad49
Holger Levsen
holger at layer-acht.org
Fri Dec 23 10:24:43 UTC 2011
The following commit has been merged in the master branch:
commit 955f7069273006183b34b832a99c45fc30bd09e2
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Dec 11 16:54:20 2011 +0100
also catch errors from running detect_well_known_errors
diff --git a/home/piupartsm/bin/generate_daily_report b/home/piupartsm/bin/generate_daily_report
index f74c690..a8c7c9d 100755
--- a/home/piupartsm/bin/generate_daily_report
+++ b/home/piupartsm/bin/generate_daily_report
@@ -62,7 +62,7 @@ for SECTION in $SECTIONS ; do
done | sed s#^$MASTER#$URLBASE# >> $DAILYREPORT
date >> $DAILYREPORT
-~/bin/detect_well_known_errors >> $DAILYREPORT
+~/bin/detect_well_known_errors 2>&1 >> $DAILYREPORT
date >> $DAILYREPORT
nice python $PIUPARTS_PREFIX/share/piuparts/piuparts-report >> $DAILYREPORT 2>&1
--
piatti.debian.org configuration files
More information about the Piuparts-commits
mailing list