move to a 5 day revision history to reduce disk usage
authortridge <tridge@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Fri, 22 Jul 2005 11:33:19 +0000 (11:33 +0000)
committertridge <tridge@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Fri, 22 Jul 2005 11:33:19 +0000 (11:33 +0000)
git-svn-id: file:///home/svn/build-farm/trunk@209 1e5ffdc8-eadd-0310-9daa-9cb4117fe24b

revs.sh

diff --git a/revs.sh b/revs.sh
index 92d9e4868827df94697d4f2dd5dc48ca423fc620..e77ab500561c956b9e4b3c9e6f0970d405a9174b 100755 (executable)
--- a/revs.sh
+++ b/revs.sh
@@ -18,7 +18,7 @@ for f in `find . -maxdepth 1 -type f -name "*.log" -links 1`; do
 done
 
 # delete really old ones
-find oldrevs -type f -mtime +7 -links 1 | xargs rm -f
+find oldrevs -type f -mtime +5 -links 1 | xargs rm -f
 
 # delete old cache data
 find ../cache -type f -name "build.*" -mtime +1 | xargs rm -f