Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 10448 invoked from network); 1 May 2008 15:18:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 May 2008 15:18:04 -0000 Received: (qmail 17402 invoked by uid 500); 1 May 2008 15:18:05 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 17374 invoked by uid 500); 1 May 2008 15:18:05 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 17363 invoked by uid 99); 1 May 2008 15:18:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 May 2008 08:18:05 -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.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 May 2008 15:17:20 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 0F4D7D2E4 for ; Thu, 1 May 2008 15:17:41 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: derby-commits@db.apache.org Date: Thu, 01 May 2008 15:17:40 -0000 Message-ID: <20080501151740.5790.38975@eos.apache.org> Subject: [Db-derby Wiki] Update of "DerbySnapshotOrRelease" by DyreTjeldvoll X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification. The following page has been changed by DyreTjeldvoll: http://wiki.apache.org/db-derby/DerbySnapshotOrRelease ------------------------------------------------------------------------------ Call for a vote on derby-dev to have the distributions posted on your `public_html` accepted for the release. - {i} It is not always easy to dechipher all the voting rules which govern the acceptance/rejection of a release candidate. First there is the [http://www.apache.org/foundation/voting.html Apache rules for releases], the [http://db.apache.org/decisions.html DB decision guidelines], and finally the [http://db.apache.org/management.html DB PMC Bylaws]. + {i} It is not always easy to decipher all the voting rules which govern the acceptance/rejection of a release candidate. First there are the [http://www.apache.org/foundation/voting.html Apache rules for releases], the [http://db.apache.org/decisions.html DB decision guidelines], and finally the [http://db.apache.org/management.html DB PMC Bylaws]. The existing practice is: A vote needs to be running for at least 7 days, so, give at least that much time before closing the vote to give adequate time for others to inspect and test the distributions. If no-one has responded after a week, prod gently until you get a response. A majority of votes, and at least one binding +1 vote are required for acceptance. @@ -449, +449 @@ using db-derby-10.1.1.0 as the release to link to -current as an example. + 1. Copy the latest version of the documentation to the doc directory on the website. + The documentation is included in the release you uploaded, but unfortunately its directory structure quite right for the website. To get around this you need to unzip the db-derby-x.y.z.w-bin.zip archive, rename some directories and copy the pdf files into the html hierarchy. Here is a shell script describing the process: + + {{{ + #! /bin/bash + mkdir ~/x.y + cd ~/x.y + unzip $1 + mv db*bin/docs . + mv db*bin/javadoc ./publishedapi + rm -r db*bin + + for i in adminguide devguide getstart ref tools tuning + do + mv docs/pdf/$i/*.pdf docs/html/$i + rmdir docs/pdf/$i + done + + mv docs/html/* . + rmdir docs/html + rmdir docs/pdf/pt_BR + rmdir docs/pdf + rmdir docs + }}} + + Pass in the location of the `db-derby-x.y.z.w-bin.zip`. Move the x.y directory that + gets created in your home directory over to `/www/db.apache.org/derby/docs`. + + (!) A raw recursive copy using scp is going to take a long time, so a better approach would be to create and archive and copy that: + {{{ zip -r x.y.zip x.y + scp x.y.zip you@people.apache.org:/www/db.apache.org/derby/docs/ + ssh you@people.apache.org + cd /www/db.apache.org/derby/docs/ + unzip x.y.zip + rm x.y.zip }}} 1. Create a page for the release, build/update site