Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 35056 invoked from network); 29 Aug 2008 08:17:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Aug 2008 08:17:50 -0000 Received: (qmail 52390 invoked by uid 500); 29 Aug 2008 08:17:48 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 52378 invoked by uid 500); 29 Aug 2008 08:17:48 -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 52369 invoked by uid 99); 29 Aug 2008 08:17:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Aug 2008 01:17:48 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Aug 2008 08:16:47 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2A87E238899B; Fri, 29 Aug 2008 01:16:48 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r690141 - /activemq/scripts/activemq-snapshots-clean.sh Date: Fri, 29 Aug 2008 08:16:47 -0000 To: commits@activemq.apache.org From: jstrachan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080829081648.2A87E238899B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jstrachan Date: Fri Aug 29 01:16:47 2008 New Revision: 690141 URL: http://svn.apache.org/viewvc?rev=690141&view=rev Log: Commented out old directory that no longer exists Modified: activemq/scripts/activemq-snapshots-clean.sh Modified: activemq/scripts/activemq-snapshots-clean.sh URL: http://svn.apache.org/viewvc/activemq/scripts/activemq-snapshots-clean.sh?rev=690141&r1=690140&r2=690141&view=diff ============================================================================== --- activemq/scripts/activemq-snapshots-clean.sh (original) +++ activemq/scripts/activemq-snapshots-clean.sh Fri Aug 29 01:16:47 2008 @@ -3,4 +3,4 @@ find /www/people.apache.org/repo/m2-snapshot-repository/org/apache/activemq/ -type f -mtime +7 -not -newer /www/people.apache.org/repo/m2-snapshot-repository/org/apache/activemq/activemq-parent/maven-metadata.xml -exec rm -f {} \; find /www/people.apache.org/repo/m2-snapshot-repository/org/apache/camel/ -type f -mtime +7 -not -newer /www/people.apache.org/repo/m2-snapshot-repository/org/apache/camel/camel-parent/maven-metadata.xml -exec rm -f {} \; find /www/people.apache.org/repo/m2-snapshot-repository/org/apache/servicemix/ -type f -mtime +7 -not -newer /www/people.apache.org/repo/m2-snapshot-repository/org/apache/servicemix/maven-metadata.xml -exec rm -f {} \; -find /www/people.apache.org/repo/m2-snapshot-repository/incubator-activemq/ -type f -mtime +7 -exec rm -f {} \; +#find /www/people.apache.org/repo/m2-snapshot-repository/incubator-activemq/ -type f -mtime +7 -exec rm -f {} \;