[Piuparts-commits] [SCM] piuparts git repository branch, piatti.git, updated. 4d2c7abb7c5a5a8ae3a0e51c77b65c605e0eb457

Andreas Beckmann debian at abeckmann.de
Sun Jan 22 12:25:05 UTC 2012


The following commit has been merged in the piatti.git 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

-- 
piuparts git repository



More information about the Piuparts-commits mailing list