Return-Path: Delivered-To: apmail-incubator-hama-commits-archive@minotaur.apache.org Received: (qmail 82853 invoked from network); 9 Mar 2011 04:56:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Mar 2011 04:56:41 -0000 Received: (qmail 83580 invoked by uid 500); 9 Mar 2011 04:56:41 -0000 Delivered-To: apmail-incubator-hama-commits-archive@incubator.apache.org Received: (qmail 83540 invoked by uid 500); 9 Mar 2011 04:56:40 -0000 Mailing-List: contact hama-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-commits@incubator.apache.org Received: (qmail 83532 invoked by uid 99); 9 Mar 2011 04:56:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Mar 2011 04:56:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,MIME_QP_LONG_LINE X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Mar 2011 04:56:39 +0000 Received: from eosnew.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 8BA1E3EC for ; Wed, 9 Mar 2011 04:56:19 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Wed, 09 Mar 2011 04:56:19 -0000 Message-ID: <20110309045619.33640.27194@eosnew.apache.org> Subject: =?utf-8?q?=5BHama_Wiki=5D_Trivial_Update_of_=22HowToRelease=22_by_edwardy?= =?utf-8?q?oon?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for chan= ge notification. The "HowToRelease" page has been changed by edwardyoon. http://wiki.apache.org/hama/HowToRelease?action=3Ddiff&rev1=3D3&rev2=3D4 -------------------------------------------------- = 3. Digitally sign the distribution hama-X.X.X.tar.gz. = + * http://www.apache.org/dev/release-signing.html + * http://www.apache.org/dev/openpgp.html + = - {{{ = + {{{ gpg --armor --output hama-X.X.X.tar.gz.asc --detach-sig hama-X.X.X.tar.gz = gpg --verify hama-X.X.X.tar.gz.asc hama-X.X.X.tar.gz = - gpg --print-md MD5 hama-X.X.X.tar.gz > hama-X.X.X.tar.gz.md5 - gpg --print-md SHA512 hama-X.X.X.tar.gz > hama-X.X.X.tar.gz.sha + md5sum hama-x.x.x.tar.gz > hama-x.x.x.tar.gz.md5 + shasum hama-x.x.x.tar.gz > hama-x.x.x.tar.gz.sha }}} = =3D=3D Voting =3D=3D