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/02/04 17:09:16 UTC

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

Updated Branches:
  refs/heads/1843-feature-bigcouch 32cf5e5f5 -> 043dc05fe


Copy couchjs et al to 'make dev' nodes


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

Branch: refs/heads/1843-feature-bigcouch
Commit: 043dc05feb961b900109acf1349a405fba8d6def
Parents: 32cf5e5
Author: Robert Newson <rn...@apache.org>
Authored: Tue Feb 4 16:09:05 2014 +0000
Committer: Robert Newson <rn...@apache.org>
Committed: Tue Feb 4 16:09:05 2014 +0000

----------------------------------------------------------------------
 rel/reltool.config | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/043dc05f/rel/reltool.config
----------------------------------------------------------------------
diff --git a/rel/reltool.config b/rel/reltool.config
index 049531c..476dca6 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -63,6 +63,9 @@
     {mkdir, "var/log"},
     {copy, "overlay/bin"},
     {copy, "overlay/etc"},
+    {copy, "../src/couch/priv/couchjs", "bin/couchjs"},
+    {copy, "../share/server/main.js", "share/couchjs/main.js"},
+    {copy, "../share/server/coffee-script.js", "share/couchjs/coffee-script.js"},
     {copy, "files/sys.config", "releases/\{\{rel_vsn\}\}/sys.config"},
     {copy, "files/vm.args", "releases/\{\{rel_vsn\}\}/vm.args"},
     {template, "overlay/etc/default.ini", "etc/default.ini"},