From commits-return-10264-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Sat Mar 9 23:08:33 2013 Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9518CE769 for ; Sat, 9 Mar 2013 23:08:33 +0000 (UTC) Received: (qmail 32039 invoked by uid 500); 9 Mar 2013 23:08:33 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 32002 invoked by uid 500); 9 Mar 2013 23:08:33 -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 31995 invoked by uid 500); 9 Mar 2013 23:08:33 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 31992 invoked by uid 99); 9 Mar 2013 23:08:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Mar 2013 23:08:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED 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; Sat, 09 Mar 2013 23:08:31 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 1A603220; Sat, 9 Mar 2013 23:08:10 +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: Sat, 09 Mar 2013 23:08:09 -0000 Message-ID: <20130309230809.94953.2275@eos.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22Release=5FProcedure=22_by_NoahS?= =?utf-8?q?later?= Auto-Submitted: auto-generated 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=3D159&r= ev2=3D160 * Call a discussion on the dev@couchdb.apache.org mailing list about arc= hiving old releases. * To archive an old release, remove it from [[http://wiki.apache.org/c= ouchdb/CurrentReleases|the wiki]] and then delete the corresponding directo= ry from the `dist` directory. Do not worry about the release artefacts no l= onger being available, they are automatically mirrored to the Apache archiv= e site and will remain there even after they are deleted from the main `dis= t` directory. = + =3D Troubleshooting =3D + = + If you get an error about not being able to find `pdflatex` and you're ru= nning on OS X, first make sure that you have MacTeX installed. If you do, a= nd you're still experiencing an error, it might be the case that MacTeX has= failed to set up your `PATH` properly. + = + One workaround is to set your `PATH` manually: + = + {{{ + PATH=3D$PATH":/usr/texbin" ./build_candidate.sh 1.3.x 1.3.0 + }}} + = + Obviously, replace the arguments to `build_candidate.sh` as appropriate. + = =3D Useful Resources =3D = * http://www.apache.org/dev/release.html