Alexandre Julliard : winetest: Archive old test results after 4 months instead of 6 to conserve disk space .

Alexandre Julliard julliard at winehq.org
Thu Feb 12 12:13:26 CST 2009


Module: tools
Branch: master
Commit: 5250e2f2c32006ea231116b116fae5454d1e038b
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=5250e2f2c32006ea231116b116fae5454d1e038b

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Feb 12 14:51:45 2009 +0100

winetest: Archive old test results after 4 months instead of 6 to conserve disk space.

---

 winetest/winetest.cron |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/winetest/winetest.cron b/winetest/winetest.cron
index 6e70288..0ff60be 100755
--- a/winetest/winetest.cron
+++ b/winetest/winetest.cron
@@ -8,7 +8,7 @@ workdir=/home/winehq/opt/winetest
 lock=/tmp/winetest.lock
 
 # expiration age (in days) before results get archived
-expire=180
+expire=120
 
 if [ ! -f $lock ]; then
     touch $lock




More information about the wine-cvs mailing list