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 C2F30C74C for ; Mon, 30 Apr 2012 11:18:03 +0000 (UTC) Received: (qmail 24524 invoked by uid 500); 30 Apr 2012 11:18:03 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 24311 invoked by uid 500); 30 Apr 2012 11:17:59 -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 24278 invoked by uid 99); 30 Apr 2012 11:17:58 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2012 11:17:58 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C41CE11FC7; Mon, 30 Apr 2012 11:17:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jan@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: Revert "Revert "Make sure that local_dev.ini is writable"" Message-Id: <20120430111757.C41CE11FC7@tyr.zones.apache.org> Date: Mon, 30 Apr 2012 11:17:57 +0000 (UTC) Updated Branches: refs/heads/master 591c973b3 -> bdcfcca1e Revert "Revert "Make sure that local_dev.ini is writable"" This breaks builds that expect a read-only install media like CD/DVDs. This reverts commit b1799cdcd554260eafe0e8d29bddd7e664dc7a03. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/bdcfcca1 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/bdcfcca1 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/bdcfcca1 Branch: refs/heads/master Commit: bdcfcca1ec92f379e5376741e5ab103630573ac4 Parents: b1799cd Author: Jan Lehnardt Authored: Mon Apr 30 12:16:36 2012 +0100 Committer: Jan Lehnardt Committed: Mon Apr 30 12:16:36 2012 +0100 ---------------------------------------------------------------------- etc/couchdb/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/bdcfcca1/etc/couchdb/Makefile.am ---------------------------------------------------------------------- diff --git a/etc/couchdb/Makefile.am b/etc/couchdb/Makefile.am index dd1054b..fe045f9 100644 --- a/etc/couchdb/Makefile.am +++ b/etc/couchdb/Makefile.am @@ -73,6 +73,7 @@ default_dev.ini: default.ini.tpl local_dev.ini: local.ini if test ! -f "$@"; then \ cp $< $@; \ + chmod +w $@; \ fi install-data-hook: