You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2007/04/22 20:23:51 UTC

svn commit: r531249 - /jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh

Author: bayard
Date: Sun Apr 22 11:23:50 2007
New Revision: 531249

URL: http://svn.apache.org/viewvc?view=rev&rev=531249
Log:
Adding a line to cleanup the logs

Modified:
    jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh

Modified: jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh?view=diff&rev=531249&r1=531248&r2=531249
==============================================================================
--- jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh (original)
+++ jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh Sun Apr 22 11:23:50 2007
@@ -459,7 +459,7 @@
 # cleanup local archives
 find ${local_deploy_path}/maven -type f -mtime +6 -exec rm \{\} \;
 find ${local_deploy_path}/builds -type f -mtime +6 -exec rm \{\} \;
-# TODO: Cleanup logs
+find ${log_location} -type f -mtime +6 -exec rm \{\} \;
 # TODO: Cleanup m2 repository on people.apache.org - or keep the current cron there?
 
 exit 0



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org