Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 2754 invoked from network); 6 Apr 2008 19:34:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Apr 2008 19:34:50 -0000 Received: (qmail 63163 invoked by uid 500); 6 Apr 2008 19:34:50 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 63154 invoked by uid 500); 6 Apr 2008 19:34:50 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 63145 invoked by uid 99); 6 Apr 2008 19:34:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Apr 2008 12:34:49 -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.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Apr 2008 19:34:08 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7EA451A9832; Sun, 6 Apr 2008 12:34:20 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r645289 - /geronimo/gbuild/daily_build_scripts/cleanup.sh Date: Sun, 06 Apr 2008 19:34:20 -0000 To: scm@geronimo.apache.org From: gawor@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080406193420.7EA451A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gawor Date: Sun Apr 6 12:34:12 2008 New Revision: 645289 URL: http://svn.apache.org/viewvc?rev=645289&view=rev Log: cleanup script Added: geronimo/gbuild/daily_build_scripts/cleanup.sh (with props) Added: geronimo/gbuild/daily_build_scripts/cleanup.sh URL: http://svn.apache.org/viewvc/geronimo/gbuild/daily_build_scripts/cleanup.sh?rev=645289&view=auto ============================================================================== --- geronimo/gbuild/daily_build_scripts/cleanup.sh (added) +++ geronimo/gbuild/daily_build_scripts/cleanup.sh Sun Apr 6 12:34:12 2008 @@ -0,0 +1,33 @@ +#!/bin/sh +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# -------------------------------------------------------------------- +# $Rev: 613373 $ $Date: 2008-01-19 01:45:37 -0500 (Sat, 19 Jan 2008) $ +# -------------------------------------------------------------------- + +# ----------------------------------------------------------------------------- + +DAYS=30 +BASE_DIR=/x1/www/geronimo.apache.org/maven/server +#DATE=`date -d "-${DAYS} day" +%Y%m%d` +DATE=`date -v-${DAYS}d +%Y%m%d` + +rm -r $BASE_DIR/testsuite/${DATE}-* + +rm -r $BASE_DIR/binaries/trunk/$DATE +rm -r $BASE_DIR/binaries/2.1/$DATE +rm -r $BASE_DIR/binaries/2.0/$DATE Propchange: geronimo/gbuild/daily_build_scripts/cleanup.sh ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/gbuild/daily_build_scripts/cleanup.sh ------------------------------------------------------------------------------ svn:executable = *