Return-Path: X-Original-To: apmail-ace-commits-archive@www.apache.org Delivered-To: apmail-ace-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8F97B10A9F for ; Wed, 13 Nov 2013 14:21:56 +0000 (UTC) Received: (qmail 27466 invoked by uid 500); 13 Nov 2013 14:21:56 -0000 Delivered-To: apmail-ace-commits-archive@ace.apache.org Received: (qmail 27441 invoked by uid 500); 13 Nov 2013 14:21:56 -0000 Mailing-List: contact commits-help@ace.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ace.apache.org Delivered-To: mailing list commits@ace.apache.org Received: (qmail 27433 invoked by uid 99); 13 Nov 2013 14:21:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Nov 2013 14:21:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Wed, 13 Nov 2013 14:21:53 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0AF6D23888A6; Wed, 13 Nov 2013 14:21:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1541531 - /ace/trunk/etc/check_staged_ace.sh Date: Wed, 13 Nov 2013 14:21:31 -0000 To: commits@ace.apache.org From: marrs@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131113142132.0AF6D23888A6@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: marrs Date: Wed Nov 13 14:21:31 2013 New Revision: 1541531 URL: http://svn.apache.org/r1541531 Log: ACE-361 Modified the script to point to our new KEYS location. Modified: ace/trunk/etc/check_staged_ace.sh Modified: ace/trunk/etc/check_staged_ace.sh URL: http://svn.apache.org/viewvc/ace/trunk/etc/check_staged_ace.sh?rev=1541531&r1=1541530&r2=1541531&view=diff ============================================================================== --- ace/trunk/etc/check_staged_ace.sh (original) +++ ace/trunk/etc/check_staged_ace.sh Wed Nov 13 14:21:31 2013 @@ -17,7 +17,7 @@ then fi # Consts -KEYS_URL="http://www.apache.org/dist/felix/KEYS" +KEYS_URL="http://www.apache.org/dist/ace/KEYS" REL_URL="https://dist.apache.org/repos/dist/dev/ace/apache-ace-${RELEASE}/" PWD=`pwd` mkdir ${DOWNLOAD} 2>/dev/null