You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/07/10 11:59:27 UTC

couchdb commit: updated refs/heads/1843-feature-bigcouch to a1a693c

Repository: couchdb
Updated Branches:
  refs/heads/1843-feature-bigcouch cc743067f -> a1a693c6f


Clone the docs repo


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/a1a693c6
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/a1a693c6
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/a1a693c6

Branch: refs/heads/1843-feature-bigcouch
Commit: a1a693c6f88623489a9ea047d921bc50f1b10cea
Parents: cc74306
Author: Robert Newson <rn...@apache.org>
Authored: Thu Jul 10 10:59:17 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Thu Jul 10 10:59:17 2014 +0100

----------------------------------------------------------------------
 rebar.config.script | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/a1a693c6/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index 68ae610..d7c620a 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -34,7 +34,8 @@ DepDescs = [
     {oauth, "couchdb-oauth", {branch, "master"}, []},
     {rexi, "couchdb-rexi", {branch, "master"}, []},
     {snappy, "couchdb-snappy", {branch, "1994-merge-rcouch"}, []},
-    {fauxton, "couchdb-fauxton", {branch, "master"}, [raw]}
+    {fauxton, "couchdb-fauxton", {branch, "master"}, [raw]},
+    {docs, "couchdb-documentation", {branch, "master"}, [raw]}
 ],
 
 MakeDep = fun({AppName, RepoName, Version, Options}) ->