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 65365116C7 for ; Fri, 23 May 2014 16:17:17 +0000 (UTC) Received: (qmail 55857 invoked by uid 500); 23 May 2014 16:17:17 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 55807 invoked by uid 500); 23 May 2014 16:17:17 -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 55800 invoked by uid 99); 23 May 2014 16:17:17 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 May 2014 16:17:17 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0AA419A0E8C; Fri, 23 May 2014 16:17:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org Message-Id: <2356a2232d6c489280fdbb901559ea34@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: couchdb commit: updated refs/heads/1843-feature-bigcouch to 28fc910 Date: Fri, 23 May 2014 16:17:17 +0000 (UTC) Repository: couchdb Updated Branches: refs/heads/1843-feature-bigcouch 10dcfc5de -> 28fc910e8 remove reference to cloudant search Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/28fc910e Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/28fc910e Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/28fc910e Branch: refs/heads/1843-feature-bigcouch Commit: 28fc910e8317766b78adb6e397b87810e2fcbdcc Parents: 10dcfc5 Author: Robert Newson Authored: Thu May 22 14:23:44 2014 +0100 Committer: Robert Newson Committed: Thu May 22 14:23:44 2014 +0100 ---------------------------------------------------------------------- dev/run | 1 - rel/overlay/etc/default.ini | 3 --- 2 files changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/28fc910e/dev/run ---------------------------------------------------------------------- diff --git a/dev/run b/dev/run index fc76476..f66081d 100755 --- a/dev/run +++ b/dev/run @@ -113,7 +113,6 @@ def write_configs(opts): "data_dir": os.path.join(DEV_PATH, "lib", node, "data"), "view_dir": os.path.join(DEV_PATH, "lib", node, "data"), "node_name": "-name %s@127.0.0.1" % node, - "clouseau_name": "clouseau%d@127.0.0.1" % i, "cluster_port": str((10000 * i) + 5984), "backend_port" : str((10000 * i) + 5986) } http://git-wip-us.apache.org/repos/asf/couchdb/blob/28fc910e/rel/overlay/etc/default.ini ---------------------------------------------------------------------- diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index 36e454b..6d7c517 100644 --- a/rel/overlay/etc/default.ini +++ b/rel/overlay/etc/default.ini @@ -125,6 +125,3 @@ verify_ssl_certificates = false ; ssl_trusted_certificates_file = /etc/ssl/certs/ca-certificates.crt ; maximum peer certificate depth (must be set even if certificate validation is off) ssl_certificate_max_depth = 3 - -[dreyfus] -name={{clouseau_name}}