Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 16167 invoked from network); 1 Oct 2008 20:10:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Oct 2008 20:10:04 -0000 Received: (qmail 94663 invoked by uid 500); 1 Oct 2008 20:10:01 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 94646 invoked by uid 500); 1 Oct 2008 20:10:01 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 94625 invoked by uid 99); 1 Oct 2008 20:10:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2008 13:10:01 -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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2008 20:08:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3E8ED23888A0; Wed, 1 Oct 2008 13:09:02 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r700900 - in /ant/ivy/updatesite/trunk: signArtifacts.sh signIvyArtifacts.sh signIvyDEArtifacts.sh Date: Wed, 01 Oct 2008 20:09:01 -0000 To: notifications@ant.apache.org From: hibou@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081001200902.3E8ED23888A0@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hibou Date: Wed Oct 1 13:09:00 2008 New Revision: 700900 URL: http://svn.apache.org/viewvc?rev=700900&view=rev Log: Split the sign scripts Added: ant/ivy/updatesite/trunk/signIvyArtifacts.sh - copied, changed from r700859, ant/ivy/updatesite/trunk/signArtifacts.sh ant/ivy/updatesite/trunk/signIvyDEArtifacts.sh - copied, changed from r700859, ant/ivy/updatesite/trunk/signArtifacts.sh Removed: ant/ivy/updatesite/trunk/signArtifacts.sh Copied: ant/ivy/updatesite/trunk/signIvyArtifacts.sh (from r700859, ant/ivy/updatesite/trunk/signArtifacts.sh) URL: http://svn.apache.org/viewvc/ant/ivy/updatesite/trunk/signIvyArtifacts.sh?p2=ant/ivy/updatesite/trunk/signIvyArtifacts.sh&p1=ant/ivy/updatesite/trunk/signArtifacts.sh&r1=700859&r2=700900&rev=700900&view=diff ============================================================================== --- ant/ivy/updatesite/trunk/signArtifacts.sh (original) +++ ant/ivy/updatesite/trunk/signIvyArtifacts.sh Wed Oct 1 13:09:00 2008 @@ -19,7 +19,7 @@ read -s -p "Key passphrase: " passphrase -for i in dist/features/org.apache.ivy*.jar; do gpg --passphrase "$passphrase" --output $i.asc --detach-sig --armor $i; done -for i in dist/plugins/org.apache.ivy*.jar; do gpg --passphrase "$passphrase" --output $i.asc --detach-sig --armor $i; done -for i in dist/plugins/org.apache.ivy*.jar.pack.gz; do gpg --passphrase "$passphrase" --output $i.asc --detach-sig --armor $i; done +for i in dist/features/org.apache.ivy_*.jar; do gpg --passphrase "$passphrase" --output $i.asc --detach-sig --armor $i; done +for i in dist/plugins/org.apache.ivy_*.jar; do gpg --passphrase "$passphrase" --output $i.asc --detach-sig --armor $i; done +for i in dist/plugins/org.apache.ivy_*.jar.pack.gz; do gpg --passphrase "$passphrase" --output $i.asc --detach-sig --armor $i; done gpg --passphrase "$passphrase" --output dist/digest.zip.asc --detach-sig --armor dist/digest.zip Copied: ant/ivy/updatesite/trunk/signIvyDEArtifacts.sh (from r700859, ant/ivy/updatesite/trunk/signArtifacts.sh) URL: http://svn.apache.org/viewvc/ant/ivy/updatesite/trunk/signIvyDEArtifacts.sh?p2=ant/ivy/updatesite/trunk/signIvyDEArtifacts.sh&p1=ant/ivy/updatesite/trunk/signArtifacts.sh&r1=700859&r2=700900&rev=700900&view=diff ============================================================================== --- ant/ivy/updatesite/trunk/signArtifacts.sh (original) +++ ant/ivy/updatesite/trunk/signIvyDEArtifacts.sh Wed Oct 1 13:09:00 2008 @@ -19,7 +19,7 @@ read -s -p "Key passphrase: " passphrase -for i in dist/features/org.apache.ivy*.jar; do gpg --passphrase "$passphrase" --output $i.asc --detach-sig --armor $i; done -for i in dist/plugins/org.apache.ivy*.jar; do gpg --passphrase "$passphrase" --output $i.asc --detach-sig --armor $i; done -for i in dist/plugins/org.apache.ivy*.jar.pack.gz; do gpg --passphrase "$passphrase" --output $i.asc --detach-sig --armor $i; done +for i in dist/features/org.apache.ivyde*.jar; do gpg --passphrase "$passphrase" --output $i.asc --detach-sig --armor $i; done +for i in dist/plugins/org.apache.ivyde*.jar; do gpg --passphrase "$passphrase" --output $i.asc --detach-sig --armor $i; done +for i in dist/plugins/org.apache.ivyde*.jar.pack.gz; do gpg --passphrase "$passphrase" --output $i.asc --detach-sig --armor $i; done gpg --passphrase "$passphrase" --output dist/digest.zip.asc --detach-sig --armor dist/digest.zip