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

Andreas Beckmann debian at abeckmann.de
Sun Apr 1 08:46:36 UTC 2012


The following commit has been merged in the piatti.git branch:
commit 6822c3bf5519024da31255753d836c92ee893e00
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Tue Jan 24 00:20:38 2012 +0100

    don't 'keep bugged state' when archiving
    
    Don't unconditionally keep the bugged state while running the
    archive_old_logs job. piuparts-analyze can do this better.
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/home/piupartsm/bin/archive_old_logs b/home/piupartsm/bin/archive_old_logs
index eabfc51..d8e3ba7 100755
--- a/home/piupartsm/bin/archive_old_logs
+++ b/home/piupartsm/bin/archive_old_logs
@@ -62,11 +62,6 @@ for SECTION in $SECTIONS ; do
 			for LOG in $OLDLOGS ; do
 				mv -v $LOG archive/$(echo $LOG|cut -d"/" -f1)/
 			done
-			# ptyhon-bts is really the way to go
-			if $(ls fail/${PACKAGE}_*.log >/dev/null 2>&1) && $(echo $OLDLOGS | grep -q "bugged/" 2>/dev/null) ; then
-				echo keeping bugged state:
-				mv -v fail/${PACKAGE}_*.log bugged/ 2>/dev/null
-			fi
 		fi
 	done
 	if [ -n "$OUTPUT" ] ; then

-- 
piuparts git repository



More information about the Piuparts-commits mailing list