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/08/02 03:11:47 UTC

[couchdb] branch 3.x-win-epmd created (now 56873be)

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

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


      at 56873be  Windows: provide full path to epmd

This branch includes the following new commits:

     new 56873be  Windows: provide full path to epmd

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: Windows: provide full path to epmd

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

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

commit 56873be9922e3cd7c5afc79c11cc38ca69d9a80d
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Sat Aug 1 23:10:46 2020 -0400

    Windows: provide full path to epmd
---
 rel/files/couchdb.cmd.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rel/files/couchdb.cmd.in b/rel/files/couchdb.cmd.in
index df99441..244803b 100644
--- a/rel/files/couchdb.cmd.in
+++ b/rel/files/couchdb.cmd.in
@@ -31,6 +31,7 @@ IF NOT DEFINED COUCHDB_FAUXTON_DOCROOT SET COUCHDB_FAUXTON_DOCROOT={{fauxton_roo
 
 "%BINDIR%\erl" -boot "%ROOTDIR%\releases\%APP_VSN%\couchdb" ^
 -args_file "%ROOTDIR%\etc\vm.args" ^
+-epmd "%BINDIR%\epmd.exe" ^
 -config "%ROOTDIR%\releases\%APP_VSN%\sys.config" %*
 
 :: EXIT /B