You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/01/07 17:20:24 UTC

[couchdb] branch 2404-win-envvar created (now 749fff3)

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a change to branch 2404-win-envvar
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 749fff3  Uncomment COUCHDB_FAUXTON_DOCROOT for couchdb.cmd

This branch includes the following new commits:

     new 749fff3  Uncomment COUCHDB_FAUXTON_DOCROOT for couchdb.cmd

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: Uncomment COUCHDB_FAUXTON_DOCROOT for couchdb.cmd

Posted by wo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch 2404-win-envvar
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 749fff3e46792b4309450d3e2b351bb3a9acc974
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Tue Jan 7 12:20:11 2020 -0500

    Uncomment COUCHDB_FAUXTON_DOCROOT for couchdb.cmd
---
 rel/files/couchdb.cmd.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rel/files/couchdb.cmd.in b/rel/files/couchdb.cmd.in
index 0e9c340..0509688 100644
--- a/rel/files/couchdb.cmd.in
+++ b/rel/files/couchdb.cmd.in
@@ -27,7 +27,7 @@ set PATH=%PATH%;%COUCHDB_BIN_DIR%
 
 set COUCHDB_QUERY_SERVER_JAVASCRIPT="{{prefix}}/bin/couchjs {{prefix}}/share/server/main.js"
 set COUCHDB_QUERY_SERVER_COFFEESCRIPT="{{prefix}}/bin/couchjs {{prefix}}/share/server/main-coffee.js"
-REM set COUCHDB_FAUXTON_DOCROOT="{{fauxton_root}}"
+set COUCHDB_FAUXTON_DOCROOT="{{fauxton_root}}"
 
 "%BINDIR%\erl" -boot "%ROOTDIR%\releases\%APP_VSN%\couchdb" ^
 -args_file "%ROOTDIR%\etc\vm.args" ^