[Piuparts-commits] [SCM] piatti.debian.org configuration files branch, piatti, updated. 0.42-15-gbd39fbc

Andreas Beckmann debian at abeckmann.de
Sat Jan 7 11:44:23 UTC 2012


The following commit has been merged in the piatti branch:
commit 1d26797c6b161642275f51878245cf907f49b725
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Thu Jan 5 23:47:25 2012 +0100

    run report_newly_bugged_packages during daily processing
    
    this runs piuparts-analyze for each section and marks all fail logs
    that are already bugged in the bts
    
    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 6555b6a..b0bf497 100755
--- a/home/piupartsm/bin/generate_daily_report
+++ b/home/piupartsm/bin/generate_daily_report
@@ -55,7 +55,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 ; do
+for SCRIPT in detect_stale_mounts detect_tmp_cruft 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