Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-16 | Do not create a junction (soft link) for files | emtenet | |
When symlink_or_copy/2 cannot use file:make_symlink/2 on Windows due to the user lacking SeCreateSymbolicLinkPrivilege it tries a fall back. Detect the source type and use an appropriate fall back: * junction for directories and, * copy for files. Improve error detection in win32_make_junction/2 and make it repeatable when the target exists | |||
2019-04-16 | Remove dead code of cp_r/2, xcopy_win32/2 and cp_r_win32/2. | emtenet | |
The bulk of the code is hidden behind opposite checks: * os:type() /= {win32, _} in symlink_or_copy/2 * os:type() == {win32, _} in cp_r/2 symlink_or_copy/2 is always using win32_symlink/2 when file:make_symlink/2 fails. | |||
2019-04-14 | add dist name and cookie to ERL_FLAGS for nodetool (#712)v3.31.0 | Tristan Sloughter | |
* remove deprecated hex field from .app.src * start nodetool dist node in erl flags | |||
2019-04-12 | include dist and epmd arguments from vm.args in remote shell and nodetool ↵v3.30.0 | Tristan Sloughter | |
calls (#710) * remove unused VM_ARGS variable * include dist args in extended start scripts other calls | |||
2019-04-12 | don't require a cookie in the start script (#708) | Tristan Sloughter | |
* don't require a cookie in the start script * remove ensure cookie function from windows script * Add updated cookie handling for win32 | |||
2019-04-05 | Refactor creation of .erlang.cookie for use in start/console procedures (#690) | Tino Breddin | |
* Randomize dummy node name The static name used so far would result in name clashing when running the script multiple times in short succession. * Fix find_sys_config routine in win32 extended bin * Remove escaping of double quotes * Fix dummy command syntax * Refactor creation of .erlang.cookie at startup * Fix dummy node logic for win32 | |||
2019-04-03 | split out build task | Tristan Sloughter | |
2019-04-03 | add osx test run | Tristan Sloughter | |
2019-04-03 | try cirrus ci | Tristan Sloughter | |
2019-04-03 | Merge pull request #695 from tolbrino/tb-fix-win32-shift | Luis Rascão | |
Fix parameter shift on win32 for extension commands | |||
2019-04-03 | Fix parameter shift on win32 for extension commands | Tino Breddin | |
2019-04-02 | Store artifacts on Circle CI runs (#704) | Tino Breddin | |
2019-04-01 | have travis only run 17 and osx. add circleci badge (#703) | Tristan Sloughter | |
* have travis only run 17 and osx. add circleci badge * use localhost for shortname nodes in tests | |||
2019-04-01 | use RELX_OUT_FILE_PATH even when generating from .src files (#700) | Tristan Sloughter | |
2019-04-01 | include vm.args.src file in tarball if it exists (#698) | Tristan Sloughter | |
* include vm.args.src in tarball if it exists * only check sys.config.src in tar on otp-21+ | |||
2019-03-31 | RUNNER_LOG_DIR is only used in 'start' so only make it there (#699) | Tristan Sloughter | |
2019-03-31 | try circleci for CI (#701) | Tristan Sloughter | |
2019-03-31 | Merge pull request #702 from lrascao/fix_tests | Luis Rascão | |
Fix tests | |||
2019-03-31 | Add travis.dev host | Luis Rascao | |
2019-03-31 | Add helpful debug output of Travis failures | Tino Breddin | |
2019-02-21 | Attempt at a fix for vm.args usage (#688)v3.29.0 | Anthony Molinaro | |
* Attempt at a fix for vm.args usage * bump sleep time to see if it fixes tests on travis | |||
2019-02-20 | don't create world writable executables (#687) | Anthony Molinaro | |
2019-02-13 | Merge pull request #675 from slepher/master | Luis Rascão | |
--relx-disable-hooks cause start_boot <boot_file> start fail | |||
2019-02-11 | Merge pull request #685 from tolbrino/tb-win32-extended-scripts | Luis Rascão | |
Add extension command support for Windows | |||
2019-02-11 | Fix relx_escript | Tino Breddin | |
2019-02-10 | Fix windows extended bin | Tino Breddin | |
2019-02-10 | Add extensions to win32 extended_bin | Tino Breddin | |
2019-02-10 | Merge pull request #684 from tolbrino/pr-win32-origfile | Luis Rascão | |
[UPDATED] Fix renaming of .orig configuration files on Windows | |||
2019-02-08 | Add sys.config and vm.args check to extended win32 bin | Tino Breddin | |
2019-02-08 | Fix renaming of .orig configuration files on Windows | Michael Taylor | |
Fix .orig rename commands in bin_windows 1. .orig was being prepended second argument rather than appended to the first argument 2. Windows' ren command expects the second argument to be just a file name (not contain drive or path components) 3. Tidy up appending of .orig, place inside double quotes rather than outside of quotes. This matches the usage a few lines later: @if exist "%rel_dir%\%rel_name%.boot" ( Copy rename commands from bin_windows to extended_bin_windows. | |||
2019-01-31 | Merge pull request #678 from aeternity/uw-auto-set-cookie | Luis Rascão | |
run named erl nodes to auto-set cookie | |||
2019-01-22 | Merge pull request #682 from lucafavatella/extensions-spaces | Luis Rascão | |
Enable passing arguments with spaces to extensions | |||
2019-01-16 | Enable passing arguments with spaces to extensions | Luca Favatella | |
2019-01-03 | Merge pull request #677 from eldarko/masterv3.28.0 | Luis Rascão | |
Don't write to release bin/ directory | |||
2019-01-03 | Merge pull request #679 from aboroska/fix-default-release | Luis Rascão | |
fix handling of default_release in config | |||
2019-01-03 | Merge pull request #680 from aboroska/fix-example | Luis Rascão | |
fix example config | |||
2018-12-31 | fix handling of default_release in config | András Boroska | |
When no release specified in cli, prevent overwriting default_release in relx config. | |||
2018-12-31 | fix example config | András Boroska | |
2018-11-27 | run named erl nodes to auto-set cookie | Ulf Wiger | |
2018-11-19 | Don't write to release bin/ directory | eldarko | |
Let the user provide writable $ROOTDIR/tmp so it can be used for temporary files | |||
2018-11-04 | allow specify additional providers via api and cli calls | Grigory Starinkin | |
2018-10-30 | fix --relx-disable-hooks cause start_boot <boot_file> start fail | slepher | |
2018-10-11 | Merge pull request #665 from lrascao/start_hooks_on_console_foreground | Luis Rascão | |
Run start script hook also on console/foreground | |||
2018-10-11 | Prevent double hook invocation on 'start' command | Luis Rascao | |
2018-10-11 | Capture internal start script arguments | Luis Rascao | |
2018-10-05 | support tuples in overlay_vars so rebar3 can pass variables (#672)v3.27.0 | Tristan Sloughter | |
2018-09-20 | Merge pull request #670 from shamis/master | Luis Rascão | |
windows template - using %hostname% in service install | |||
2018-09-19 | using %hostname% in service install | shamis | |
2018-08-16 | Merge pull request #669 from lrascao/test_erl_pipe_write_permission | Luis Rascão | |
Check for pipe write permission on start | |||
2018-08-09 | Check for pipe write permission on start/attach | Luis Rascao | |
A common pitfall when starting up Erlang nodes is to start them as root and then fail silently when switching to another user, improve this by providing a helpful error message when this happens. |