[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. 0.47-41-ga9fc1b0

Andreas Beckmann debian at abeckmann.de
Fri Nov 30 11:20:28 UTC 2012


The following commit has been merged in the master branch:
commit 379025be1e1a1b98952231de39dd6d8420c00938
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Sat Nov 3 15:32:22 2012 +0100

    p.conf: reduce reschedule-fail-days and set expire-*-days
    
    expire old logs 1 month after they have been put up for recycling
    recycle fail logs after 10 days and expire them after 15 days
    this should recover from transient errors more quickly
    (the basetgz get refreshed weekly)
    real errors should get bugs filed, so they won't be recycled
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/instances/piuparts.conf.piatti b/instances/piuparts.conf.piatti
index aedf8b3..7712e8e 100644
--- a/instances/piuparts.conf.piatti
+++ b/instances/piuparts.conf.piatti
@@ -20,9 +20,11 @@ idle-sleep = 1800
 # 60*60*24*7
 max-tgz-age = 604800
 # rescheduling settings
+expire-old-days = 120
 reschedule-old-days = 90
 reschedule-old-count = 150
-reschedule-fail-days = 30
+expire-fail-days = 15
+reschedule-fail-days = 10
 reschedule-fail-count = 15
 
 

-- 
piuparts git repository



More information about the Piuparts-commits mailing list