You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2007/08/29 09:29:52 UTC

svn commit: r570667 - /activemq/scripts/activemq-snapshots-clean.sh

Author: jstrachan
Date: Wed Aug 29 00:29:52 2007
New Revision: 570667

URL: http://svn.apache.org/viewvc?rev=570667&view=rev
Log:
Added a script to cleanup snapshots of ActiveMQ, Camel, ServiceMix

Added:
    activemq/scripts/activemq-snapshots-clean.sh   (with props)

Added: activemq/scripts/activemq-snapshots-clean.sh
URL: http://svn.apache.org/viewvc/activemq/scripts/activemq-snapshots-clean.sh?rev=570667&view=auto
==============================================================================
--- activemq/scripts/activemq-snapshots-clean.sh (added)
+++ activemq/scripts/activemq-snapshots-clean.sh Wed Aug 29 00:29:52 2007
@@ -0,0 +1,5 @@
+#!/usr/local/bin/bash
+
+find /www/people.apache.org/repo/m2-snapshot-repository/org/apache/activemq/ -mtime +7 -exec rm {} \; 
+find /www/people.apache.org/repo/m2-snapshot-repository/org/apache/camel/ -mtime +7 -exec rm {} \;
+find /www/people.apache.org/repo/m2-snapshot-repository/org/apache/servicemix/ -mtime +7 -exec rm {} \;  

Propchange: activemq/scripts/activemq-snapshots-clean.sh
------------------------------------------------------------------------------
    svn:executable = *