From commits-return-3242-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Thu Oct 08 04:15:51 2009 Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 70629 invoked from network); 8 Oct 2009 04:15:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Oct 2009 04:15:51 -0000 Received: (qmail 58526 invoked by uid 500); 8 Oct 2009 04:15:51 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 58449 invoked by uid 500); 8 Oct 2009 04:15:51 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 58440 invoked by uid 500); 8 Oct 2009 04:15:51 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 58437 invoked by uid 99); 8 Oct 2009 04:15:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Oct 2009 04:15:51 +0000 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.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Oct 2009 04:15:48 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 56449112AA; Thu, 8 Oct 2009 04:15:27 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Thu, 08 Oct 2009 04:15:27 -0000 Message-ID: <20091008041527.14065.50258@eos.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22Release=5Fprocedure=22_by_NoahS?= =?utf-8?q?later?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "Release_procedure" page has been changed by NoahSlater: http://wiki.apache.org/couchdb/Release_procedure?action=3Ddiff&rev1=3D20&re= v2=3D21 * apache-couchdb-Y.Y.Y.tar.gz.md5 * apache-couchdb-Y.Y.Y.tar.gz.sha = + As a final check, move the files to the parent directory: + = + {{{ + mv apache-couchdb* .. + }}} + = + Then clean the source: + = + {{{ + make local-clean + }}} + = + Then bootstrap the source so that it mirrors the tarball: + = + {{{ + ./bootstrap + }}} + = + Then go to the parent directory and unpack the tarball: + = + {{{ + tar -xvzf apache-couchdb*.tar.gz + }}} + = + Then compare the tarball with the boostrapped source: + = + {{{ + diff -f apache-couchdb-Y.Y.Y Y.Y.Y + }}} + = + Use your judgment here to figure out if anything is missing, or has been = included by mistake. + = Upload these to your `public_html` directory on `people.apache.org` and m= ake sure they are world readable. = =3D=3D=3D Calling a Vote =3D=3D=3D