Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 44987 invoked from network); 5 Dec 2008 06:34:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2008 06:34:21 -0000 Received: (qmail 77988 invoked by uid 500); 5 Dec 2008 06:34:33 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 77944 invoked by uid 500); 5 Dec 2008 06:34:33 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 77935 invoked by uid 99); 5 Dec 2008 06:34:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2008 22:34:33 -0800 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, 05 Dec 2008 06:33:03 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 496462388873; Thu, 4 Dec 2008 22:33:51 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r723610 - /httpd/site/trunk/dist/tools/release.sh Date: Fri, 05 Dec 2008 06:33:50 -0000 To: cvs@httpd.apache.org From: pquerna@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081205063351.496462388873@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pquerna Date: Thu Dec 4 22:33:50 2008 New Revision: 723610 URL: http://svn.apache.org/viewvc?rev=723610&view=rev Log: Don't let --security be used, since it is very very broken right now. Modified: httpd/site/trunk/dist/tools/release.sh Modified: httpd/site/trunk/dist/tools/release.sh URL: http://svn.apache.org/viewvc/httpd/site/trunk/dist/tools/release.sh?rev=723610&r1=723609&r2=723610&view=diff ============================================================================== --- httpd/site/trunk/dist/tools/release.sh (original) +++ httpd/site/trunk/dist/tools/release.sh Thu Dec 4 22:33:50 2008 @@ -32,6 +32,8 @@ case "$1" in --security) security_release=1 + echo "Security Release support is broken and still uses CVS. Update release.sh" + exit 1 shift ;;