Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 35158 invoked from network); 9 Aug 2005 18:22:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Aug 2005 18:22:51 -0000 Received: (qmail 45575 invoked by uid 500); 9 Aug 2005 18:22:51 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 45556 invoked by uid 500); 9 Aug 2005 18:22:50 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 45543 invoked by uid 99); 9 Aug 2005 18:22:49 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 09 Aug 2005 11:22:48 -0700 Received: (qmail 35136 invoked by uid 65534); 9 Aug 2005 18:22:47 -0000 Message-ID: <20050809182247.35134.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r231076 [1/3] - in /db/derby/site/trunk: build/site/releases/ src/documentation/conf/ src/documentation/content/releases/ src/documentation/content/xdocs/releases/ Date: Tue, 09 Aug 2005 18:22:36 -0000 To: derby-commits@db.apache.org From: fuzzylogic@apache.org X-Mailer: svnmailer-1.0.3 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: fuzzylogic Date: Tue Aug 9 11:22:24 2005 New Revision: 231076 URL: http://svn.apache.org/viewcvs?rev=231076&view=rev Log: Convert 10.1.1.0 download page to use mirrors. Added: db/derby/site/trunk/build/site/releases/release-10.1.1.0.cgi (with props) db/derby/site/trunk/src/documentation/conf/ db/derby/site/trunk/src/documentation/conf/cli.xconf (with props) db/derby/site/trunk/src/documentation/content/releases/ db/derby/site/trunk/src/documentation/content/releases/release-10.1.1.0.cgi (with props) db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.1.1.0.ihtml (with props) Removed: db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.1.1.0.xml Modified: db/derby/site/trunk/build/site/releases/release-10.1.1.0.html Added: db/derby/site/trunk/build/site/releases/release-10.1.1.0.cgi URL: http://svn.apache.org/viewcvs/db/derby/site/trunk/build/site/releases/release-10.1.1.0.cgi?rev=231076&view=auto ============================================================================== --- db/derby/site/trunk/build/site/releases/release-10.1.1.0.cgi (added) +++ db/derby/site/trunk/build/site/releases/release-10.1.1.0.cgi Tue Aug 9 11:22:24 2005 @@ -0,0 +1,24 @@ +#!/bin/sh + +# Copyright 2002-2004 The Apache Software Foundation or its licensors, +# as applicable. +# +# Licensed 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. + +# Wrapper script around mirrors.cgi script +# (we must change to that directory in order for python to pick up the +# python includes correctly) +# Copied from Stefan's http://www.apache.org/~bodewig/mirror.html +echo "10.1.1.0 download page accessed at `date`" >> /www/db.apache.org/derby/10.1.1.0.download.log +cd /www/www.apache.org/dyn/mirrors +/www/www.apache.org/dyn/mirrors/mirrors.cgi $* Propchange: db/derby/site/trunk/build/site/releases/release-10.1.1.0.cgi ------------------------------------------------------------------------------ svn:eol-style = native