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

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

Author: psteitz
Date: Sun Apr 22 15:10:04 2007
New Revision: 531289

URL: http://svn.apache.org/viewvc?view=rev&rev=531289
Log:
Added new file list so wget from people can be selective.

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=531289&r1=531288&r2=531289
==============================================================================
--- jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh (original)
+++ jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh Sun Apr 22 15:10:04 2007
@@ -460,6 +460,11 @@
 find ${local_deploy_path}/maven -type f -mtime +6 -exec rm \{\} \;
 find ${local_deploy_path}/builds -type f -mtime +6 -exec rm \{\} \;
 find ${log_location} -type f -mtime +6 -exec rm \{\} \;
+
+# write out list of recently generated files for wget to people.apache.org
+find ${local_deploy_path}/builds -type f -mtime -1 > ${local_deploy_path}/new_dist_files.txt
+# TODO: maven repo
+
 # 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