[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.47-5-ga582362

Holger Levsen holger at layer-acht.org
Thu Oct 4 12:13:51 UTC 2012


The following commit has been merged in the piatti branch:
commit a582362bc2e9d387c627abe0a7ad034ee5cc8bf1
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Oct 4 14:13:23 2012 +0200

    reschedule logs twice a day, thus schedule a bit less each time

diff --git a/conf/crontab-master b/conf/crontab-master
index d2b71fc..6656279 100644
--- a/conf/crontab-master
+++ b/conf/crontab-master
@@ -21,12 +21,14 @@
 #
 42 0 * * * mkdir -p /org/piuparts.debian.org/master/monitor-slave/ ; rm -f /org/piuparts.debian.org/master/monitor-slave/* ; cp /org/piuparts.debian.org/slave/screenlog.0 /org/piuparts.debian.org/master/monitor-slave/screenlog.new ; chmod -f 775 /org/piuparts.debian.org/master/monitor-slave/screenlog.new
 
+# reschedule old logs twice a day
+00 3,15 * * * $HOME/bin/reschedule_oldest_logs
+
 #
 # monitor for problems once a day
 # - these may result in packages being retested
 # - if that's not the case, run them from within ~/bin/generate_daily_report
 #
-00 3 * * * $HOME/bin/reschedule_oldest_logs
 30 21 * * * $HOME/bin/detect_network_issues
 45 21 * * * $HOME/bin/detect_piuparts_issues
 0  22 * * * $HOME/bin/detect_archive_issues
diff --git a/instances/piuparts.conf.piatti b/instances/piuparts.conf.piatti
index aaf4ac6..aedf8b3 100644
--- a/instances/piuparts.conf.piatti
+++ b/instances/piuparts.conf.piatti
@@ -21,9 +21,9 @@ idle-sleep = 1800
 max-tgz-age = 604800
 # rescheduling settings
 reschedule-old-days = 90
-reschedule-old-count = 250
+reschedule-old-count = 150
 reschedule-fail-days = 30
-reschedule-fail-count = 25
+reschedule-fail-count = 15
 
 
 [sid]

-- 
piuparts git repository



More information about the Piuparts-commits mailing list