Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 30123 invoked from network); 21 Jan 2008 15:22:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jan 2008 15:22:31 -0000 Received: (qmail 2404 invoked by uid 500); 21 Jan 2008 15:22:21 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 2261 invoked by uid 500); 21 Jan 2008 15:22:21 -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 2250 invoked by uid 99); 21 Jan 2008 15:22:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2008 07:22:21 -0800 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; Mon, 21 Jan 2008 15:21:55 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EA2831A9832; Mon, 21 Jan 2008 07:22:00 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r613915 - /geronimo/gbuild/daily_build_scripts/wrapper.sh Date: Mon, 21 Jan 2008 15:22:00 -0000 To: scm@geronimo.apache.org From: gawor@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080121152200.EA2831A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gawor Date: Mon Jan 21 07:21:59 2008 New Revision: 613915 URL: http://svn.apache.org/viewvc?rev=613915&view=rev Log: wrapper for gbuild command Added: geronimo/gbuild/daily_build_scripts/wrapper.sh (with props) Added: geronimo/gbuild/daily_build_scripts/wrapper.sh URL: http://svn.apache.org/viewvc/geronimo/gbuild/daily_build_scripts/wrapper.sh?rev=613915&view=auto ============================================================================== --- geronimo/gbuild/daily_build_scripts/wrapper.sh (added) +++ geronimo/gbuild/daily_build_scripts/wrapper.sh Mon Jan 21 07:21:59 2008 @@ -0,0 +1,25 @@ +#!/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) $ +# -------------------------------------------------------------------- + +# ----------------------------------------------------------------------------- + +basedir=`dirname $0` +$basedir/gbuild.sh $@ Propchange: geronimo/gbuild/daily_build_scripts/wrapper.sh ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/gbuild/daily_build_scripts/wrapper.sh ------------------------------------------------------------------------------ svn:executable = *