Alexandre Julliard : winetest: Add expiration of winetest. exe builds after 6 months.

Alexandre Julliard julliard at winehq.org
Tue Nov 25 08:53:39 CST 2008


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Nov 25 15:39:14 2008 +0100

winetest: Add expiration of winetest.exe builds after 6 months.

---

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

diff --git a/winetest/winetest.cron b/winetest/winetest.cron
index 09edd1a..e0aa806 100755
--- a/winetest/winetest.cron
+++ b/winetest/winetest.cron
@@ -19,5 +19,7 @@ if [ ! -f $lock ]; then
     do
         tar cfj $i.tar.bz2 $i && rm -rf $i
     done)
+    # remove 6-month old test builds
+    (cd builds && find . -mtime +180 -name winetest\*.exe -print0 | xargs -0 rm -f)
     rm $lock
 fi




More information about the wine-cvs mailing list