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:15 UTC

[couchdb] branch win-epmd created (now 674d8f0)

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

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


      at 674d8f0  Windows: provide full path to epmd

This branch includes the following new commits:

     new 674d8f0  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 win-epmd
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 674d8f0f1c1d6e5e403c38ef0af64a21f5116f37
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