Module: tools Branch: master Commit: 5250e2f2c32006ea231116b116fae5454d1e038b URL: http://source.winehq.org/git/tools.git/?a=commit;h=5250e2f2c32006ea231116b11...
Author: Alexandre Julliard julliard@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