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 B6C54109BA for ; Thu, 3 Oct 2013 14:13:32 +0000 (UTC) Received: (qmail 29483 invoked by uid 500); 3 Oct 2013 14:13:25 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 28994 invoked by uid 500); 3 Oct 2013 14:13:21 -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 28391 invoked by uid 99); 3 Oct 2013 14:13:19 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Oct 2013 14:13:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id DB98490E72F; Thu, 3 Oct 2013 14:13:14 +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 Date: Thu, 03 Oct 2013 14:13:25 -0000 Message-Id: <212046e73b564751ad7a20bd53eca1fd@git.apache.org> In-Reply-To: <9351b938e1204588abbb8b05c490028f@git.apache.org> References: <9351b938e1204588abbb8b05c490028f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [12/42] git commit: updated refs/heads/master to a4d6cd4 add build instructions (just `rebar compile`) Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/06cd38ed Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/06cd38ed Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/06cd38ed Branch: refs/heads/master Commit: 06cd38ed02c9e41aafcbbc63001b5826e30a3981 Parents: b10cf90 Author: Jan Lehnardt Authored: Wed Jul 31 19:32:56 2013 +0200 Committer: Jan Lehnardt Committed: Thu Oct 3 16:04:51 2013 +0200 ---------------------------------------------------------------------- src/couch_plugins/README.md | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/06cd38ed/src/couch_plugins/README.md ---------------------------------------------------------------------- diff --git a/src/couch_plugins/README.md b/src/couch_plugins/README.md index 53fd47a..8384a97 100644 --- a/src/couch_plugins/README.md +++ b/src/couch_plugins/README.md @@ -161,6 +161,10 @@ that shows how a binary package is built: https://github.com/janl/geocouch/compare/couchbase:couchdb1.3.x...couchdb1.3.x-plugins +## Build this with + + rebar compile + * * * I hope you like this :) Please comment and improve heavily!