Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-03 | include state in format_error/2 | Tristan Sloughter | |
2014-11-03 | Merge pull request #236 from tsloughter/format_error2 | Jordan Wilberding | |
Some changes for providers as I work on rebar3 | |||
2014-11-03 | Merge pull request #250 from syl20bnr/fix_boot_script_console_windows | Tristan Sloughter | |
Fix *bin_windows.dtl boot script path | |||
2014-11-03 | Fix *bin_windows.dtl boot script path | syl20bnr | |
In order to make it work with both compressed and uncompressed releases | |||
2014-11-03 | Merge pull request #249 from syl20bnr/gitignore_relx_cmd | Tristan Sloughter | |
Add relx.cmd to .gitignore | |||
2014-11-03 | Add relx.cmd to .gitignore | syl20bnr | |
2014-11-02 | Merge pull request #248 from ichernetsky/master | Tristan Sloughter | |
Allow to specify a path to vm.args through command-line arguments | |||
2014-11-02 | Allow to specify a path to vm.args through command-line arguments | Ivan Chernetsky | |
2014-10-31 | Merge pull request #247 from silverbuddy/master | Tristan Sloughter | |
Fix grep pattern for beam process | |||
2014-10-31 | Fix grep pattern for beam process | silverbuddy | |
2014-10-31 | Merge pull request #244 from efcasado/pipes | Tristan Sloughter | |
Add support for multiple nodes running the same release | |||
2014-10-31 | Merge pull request #245 from syl20bnr/fix_relx_cmd_trailing_whitespaces | Tristan Sloughter | |
Fixes #238 Trailing whitespaces in generated relx.cmd | |||
2014-10-31 | Fixes #238 Trailing whitespaces in generated relx.cmd | syl20bnr | |
2014-10-30 | Add support for multiple nodes running the same release | Enrique Fernandez | |
2014-10-28 | Merge pull request #242 from RomanShestakov/master | Tristan Sloughter | |
turn args from string to list - related to https://github.com/erlware/re... | |||
2014-10-28 | turn args from string to list - related to ↵ | ROMAN SHESTAKOV | |
https://github.com/erlware/relx/issues/239 | |||
2014-10-27 | Merge pull request #240 from RomanShestakov/master | Tristan Sloughter | |
pass a list of args instead of a string | |||
2014-10-27 | pass a list of args instead of a string | ROMAN SHESTAKOV | |
2014-10-23 | use providers PRV_ERROR and format_error/2 | Tristan Sloughter | |
2014-10-22 | include state in format_error/2 | Tristan Sloughter | |
2014-10-18 | fix function defs for function that take vsn(), which can be an atom | Tristan Sloughter | |
2014-10-13 | Merge pull request #232 from Cloven/add_escript_command | Tristan Sloughter | |
fix bug in path script | |||
2014-10-13 | remove script path from passed arguments list | Felix The Hammer Gallo | |
2014-10-13 | fix bug in path script | Felix The Hammer Gallo | |
2014-10-11 | Merge pull request #231 from tsloughter/master1.1.0-rc1 | Jordan Wilberding | |
use long hostname if no hostname given | |||
2014-10-11 | use long hostname if no hostname given | Tristan Sloughter | |
2014-10-11 | Merge pull request #227 from tsloughter/master | Jordan Wilberding | |
Rebar3 support and code sharing | |||
2014-10-11 | Merge pull request #229 from Cloven/add_escript_command | Jordan Wilberding | |
Added the 'escript' command to the extended release script | |||
2014-10-11 | support only the 3 last major versions | Tristan Sloughter | |
2014-10-11 | fix tests for providers moved to new app and config list option | Tristan Sloughter | |
2014-10-11 | support config passed in as proplist instead of filename | Tristan Sloughter | |
2014-10-11 | add support for rebar3 deps dir | Tristan Sloughter | |
2014-10-11 | provider task dependencies | Tristan Sloughter | |
2014-10-11 | Merge pull request #223 from tsloughter/tar | Jordan Wilberding | |
include overlay files in tar | |||
2014-10-10 | Added the 'escript' command to the extended release script to permit | Felix The Hammer Gallo | |
escripts to run in the release's environment without having to break release encapsulation. Example use: $ _rel/myrelease/bin/myrelease escript priv/test.escript arg1 arg2 arg3 The argument to 'escript' is relative to the release's root. The script is started with the 'escript' binary in the release's erts release; has a current working directory of the release's root directory; and additionally is started with visibility of an environment variable called 'RELEASE_ROOT_DIR' which contains the absolute path of the release's root directory. | |||
2014-09-27 | Merge pull request #224 from jaydoane/replace-init-stop-with-halt-in-bin-dot-dtl | Tristan Sloughter | |
Replace "-s init stop" with halt() | |||
2014-09-27 | Merge pull request #222 from srstrong/master | Tristan Sloughter | |
Modified error handling around nodetool to reduce silent failures | |||
2014-09-27 | Merge pull request #218 from tolbrino/tb/conf-pipedir | Tristan Sloughter | |
make PIPE_DIR overridable | |||
2014-09-18 | Replace "-s init stop" with halt() | Jay Doane | |
2014-08-28 | include overlay files in tar | Tristan Sloughter | |
2014-08-22 | Modified error handling around nodetool to reduce silent failures | Steve Strong | |
2014-08-12 | make PIPE_DIR overridable | Tino Breddin | |
2014-08-09 | Merge pull request #207 from tsloughter/app_sort | Jordan Wilberding | |
sort apps by version, so newest is chosen if it passes constraints | |||
2014-07-23 | Merge pull request #215 from davidw/fix_heart_command | Tristan Sloughter | |
Make HEART_COMMAND use the full path, otherwise it does not work. | |||
2014-07-22 | Make HEART_COMMAND use the full path, otherwise it does not work. | David N. Welton | |
Fixes #214 | |||
2014-07-18 | Merge pull request #210 from davidw/net_ticktime_fix | Tristan Sloughter | |
Get tick time in order to 'synchronize' with the node we are connecting with | |||
2014-07-17 | Get tick time in order to 'synchronize' with the node we are connecting with. | David N. Welton | |
Having a different net_ticktime than the remote node will lead to odd shell crashes. Fixes #209 | |||
2014-07-10 | Merge pull request #208 from reset/assembler-copy-symlink-dir-contents | Tristan Sloughter | |
Ensure assembler copies the contents of symlinked dirs | |||
2014-07-09 | ensure assembler copies the contents of symlinked dirs | Jamie Winsor | |
2014-07-09 | sort apps by version, so newest is chosen if it passes constraints | Tristan Sloughter | |