From e0f67a3da78f0ecb76cddbb1c20f8b866993fa5d Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Thu, 20 Dec 2007 03:39:17 +0000 Subject: [PATCH] initial cleanup task --- releng.control/cleanupArtifacts.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/releng.control/cleanupArtifacts.sh b/releng.control/cleanupArtifacts.sh index 84e8355fd..327090693 100644 --- a/releng.control/cleanupArtifacts.sh +++ b/releng.control/cleanupArtifacts.sh @@ -14,7 +14,9 @@ fi # (where hours = 24 + (n * 24), basically, so that # even n=0 means "1 day") -n=4; +# set at 10 days, under assumption that before that time, +# artifacts will be "saved" elsewhere, if needed. +n=10; echo " Removing artifact directories older than $n days"; echo " number of directories before cleaning: "; -- GitLab