[Piuparts-commits] [SCM] piatti.debian.org configuration files branch, develop, updated. 0e65f8811486c0077f2bc8f39ba9e3840f0403f1

Holger Levsen holger at layer-acht.org
Sun Dec 11 16:00:40 UTC 2011


The following commit has been merged in the develop branch:
commit 0e65f8811486c0077f2bc8f39ba9e3840f0403f1
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Dec 11 17:00:22 2011 +0100

    also catch errors from running piuparts-report

diff --git a/home/piupartsm/bin/generate_daily_report b/home/piupartsm/bin/generate_daily_report
index a8c7c9d..bb5a4c2 100755
--- a/home/piupartsm/bin/generate_daily_report
+++ b/home/piupartsm/bin/generate_daily_report
@@ -65,7 +65,7 @@ date >> $DAILYREPORT
 ~/bin/detect_well_known_errors 2>&1 >> $DAILYREPORT
 
 date >> $DAILYREPORT
-nice python $PIUPARTS_PREFIX/share/piuparts/piuparts-report >> $DAILYREPORT 2>&1
+nice python $PIUPARTS_PREFIX/share/piuparts/piuparts-report 2>&1 >> $DAILYREPORT 2>&1
 
 date >> $DAILYREPORT
 cat $DAILYREPORT | mail -s piuparts-report $LOGNAME

-- 
piatti.debian.org configuration files



More information about the Piuparts-commits mailing list