[Piuparts-commits] [SCM] piatti.debian.org configuration files branch, master, updated. 0.42-38-g4d2c7ab
Holger Levsen
holger at layer-acht.org
Sun Jan 22 12:25:38 UTC 2012
The following commit has been merged in the master 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
--
piatti.debian.org configuration files
More information about the Piuparts-commits
mailing list