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

[GIT PULL] urgency log cleanup



The following changes since commit 33c8477957525ae6b929a5b0e34eb6ea1ff85c89:

  Remove the headers from the Contents files (Closes: #841997) (2016-10-25 17:09:03 +0200)

are available in the git repository at:

  https://anonscm.debian.org/git/users/jcristau/dak.git urgencylog

for you to fetch changes up to 55a65fb6731ac36d0707d8ab0589e98743955abd:

  Cleanup urgency log after 15 days (2016-10-25 20:30:58 +0200)

----------------------------------------------------------------
Julien Cristau (1):
      Cleanup urgency log after 15 days

 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
 }


Reply to: