[Piuparts-commits] [SCM] piatti.debian.org configuration files branch, develop, updated. 0.43-15-g9510d05
Andreas Beckmann
debian at abeckmann.de
Tue Jan 31 07:59:25 UTC 2012
The following commit has been merged in the develop branch:
commit 9edb5ab7861df6eba69ba1f0c24cabb3771bc6b3
Author: Andreas Beckmann <debian at abeckmann.de>
Date: Tue Jan 24 00:11:31 2012 +0100
check for network issues before daily report
Run detect_network_issues as part of the daily processing.
We are not interested in having these issues as unclassified
problems in the daily report nor having piuparts-analyze try to
map them to existing reports.
Just list them as waiting-to-be-tested.
Keep the cronjob, so that these are rescheduled twice per day.
Signed-off-by: Andreas Beckmann <debian at abeckmann.de>
diff --git a/home/piupartsm/bin/generate_daily_report b/home/piupartsm/bin/generate_daily_report
index 3db0fb7..47b0b27 100755
--- a/home/piupartsm/bin/generate_daily_report
+++ b/home/piupartsm/bin/generate_daily_report
@@ -57,7 +57,7 @@ date > $LOCKFILE
# various scripts to detect issues and cleanup
#
OUTPUT=$(mktemp)
-for SCRIPT in detect_stale_mounts detect_tmp_cruft detect_piuparts_issues archive_old_logs report_newly_bugged_packages ; do
+for SCRIPT in detect_stale_mounts detect_tmp_cruft detect_network_issues detect_piuparts_issues archive_old_logs report_newly_bugged_packages ; do
~/bin/$SCRIPT 2>&1 > $OUTPUT
if [ -s $OUTPUT ] ; then
cat $OUTPUT | mail -s $SCRIPT $LOGNAME
--
piatti.debian.org configuration files
More information about the Piuparts-commits
mailing list