Author: bayard
Date: Thu Nov 30 10:49:30 2006
New Revision: 481034
URL: http://svn.apache.org/viewvc?view=rev&rev=481034
Log:
Adding a -type f to the find+rm cleanup lines
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=481034&r1=481033&r2=481034
==============================================================================
--- jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh (original)
+++ jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh Thu Nov 30
10:49:30 2006
@@ -466,8 +466,8 @@
# cleanup local archives
-find ${local_deploy_path}/maven -mtime +6 -exec rm \{\} \;
-find ${local_deploy_path}/builds -mtime +6 -exec rm \{\} \;
+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
# TODO: Cleanup m2 repository on people.apache.org - or keep the current cron
there?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]