Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 24812 invoked from network); 5 Jan 2006 23:13:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jan 2006 23:13:55 -0000 Received: (qmail 80673 invoked by uid 500); 5 Jan 2006 23:13:54 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 80651 invoked by uid 500); 5 Jan 2006 23:13:54 -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 80640 invoked by uid 99); 5 Jan 2006 23:13:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2006 15:13:54 -0800 X-ASF-Spam-Status: No, hits=-9.4 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; Thu, 05 Jan 2006 15:13:53 -0800 Received: (qmail 24528 invoked by uid 65534); 5 Jan 2006 23:13:31 -0000 Message-ID: <20060105231331.24525.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r366333 - /geronimo/gbuild/sign.sh Date: Thu, 05 Jan 2006 23:13:30 -0000 To: scm@geronimo.apache.org From: dblevins@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: dblevins Date: Thu Jan 5 15:13:29 2006 New Revision: 366333 URL: http://svn.apache.org/viewcvs?rev=366333&view=rev Log: one last bug Modified: geronimo/gbuild/sign.sh Modified: geronimo/gbuild/sign.sh URL: http://svn.apache.org/viewcvs/geronimo/gbuild/sign.sh?rev=366333&r1=366332&r2=366333&view=diff ============================================================================== --- geronimo/gbuild/sign.sh (original) +++ geronimo/gbuild/sign.sh Thu Jan 5 15:13:29 2006 @@ -27,7 +27,7 @@ function fail () { echo $1 >&2; exit 1;} # Let's create checksums for our source and binary tars and zips. -for archive in $DIST/*.{zip,tar.gz}; do +for archive in *.{zip,tar.gz,jar}; do echo $archive shash md5 $archive shash sha $archive