[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Cleanup urgency log after 15 days



Britney doesn't care about age beyond 10 days, so no need to keep a
year's worth of history, it just makes her slower and slower.

Signed-off-by: Julien Cristau <jcristau@debian.org>
---
 config/debian/daily.functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/debian/daily.functions b/config/debian/daily.functions
index b5da4ee..110aa82 100644
--- a/config/debian/daily.functions
+++ b/config/debian/daily.functions
@@ -62,5 +62,5 @@ function contributor() {
 # Clean up urgency log
 function cleanurgencylog() {
     log "Cleaning up urgency log"
-    find /srv/ftp.debian.org/web/britney/urgencies -type -f -mtime +365 -delete
+    find /srv/ftp.debian.org/web/britney/urgencies -type -f -mtime +15 -delete
 }
-- 
2.1.4



Reply to: