Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 91013 invoked from network); 29 Aug 2007 07:30:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Aug 2007 07:30:13 -0000 Received: (qmail 93450 invoked by uid 500); 29 Aug 2007 07:30:09 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 93425 invoked by uid 500); 29 Aug 2007 07:30:09 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 93416 invoked by uid 99); 29 Aug 2007 07:30:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Aug 2007 00:30:09 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Aug 2007 07:30:13 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1384A1A983A; Wed, 29 Aug 2007 00:29:53 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r570667 - /activemq/scripts/activemq-snapshots-clean.sh Date: Wed, 29 Aug 2007 07:29:52 -0000 To: commits@activemq.apache.org From: jstrachan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070829072953.1384A1A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 = *