[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:29 UTC 2012


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

-- 
piatti.debian.org configuration files



More information about the Piuparts-commits mailing list