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

Holger Levsen holger at layer-acht.org
Sun Jan 22 12:25:11 UTC 2012


The following commit has been merged in the piatti.git branch:
commit bd39fbcf7f7d76861c797563819326c7acc1d10d
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Jan 7 12:08:32 2012 +0100

    add a FIXME

diff --git a/home/piupartsm/bin/reschedule_oldest_logs b/home/piupartsm/bin/reschedule_oldest_logs
index 9dbad02..1580bea 100755
--- a/home/piupartsm/bin/reschedule_oldest_logs
+++ b/home/piupartsm/bin/reschedule_oldest_logs
@@ -58,7 +58,7 @@ for SECTION in $SECTIONS ; do
 		get_config_value _FAIL_AGE   $SECTION reschedule-fail-days $FAIL_AGE
 		get_config_value _FAIL_COUNT $SECTION reschedule-fail-count $FAIL_COUNT
 		cd $MASTER/$SECTION
-		# we ignore bugged here - ptyhon-bts is really the way to go
+		# FIXME: we ignore bugged here - ptyhon-bts is really the way to go
 		find pass fail -name "*.log" -mtime +$_AGE | xargs --no-run-if-empty -n99999 -s999999 ls -dt | tail -n $_COUNT > $LOGS
 		find fail -name "*.log" -mtime +$_FAIL_AGE | xargs --no-run-if-empty -n99999 -s999999 ls -dt | tail -n $_FAIL_COUNT >> $LOGS
 		if [ -s $LOGS ]; then

-- 
piuparts git repository



More information about the Piuparts-commits mailing list