Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-09 | move back to using format_error/1 | Tristan Sloughter | |
2014-11-06 | Merge pull request #262 from tsloughter/help1.1.0-rc2 | Jordan Wilberding | |
update help output to include available tasks | |||
2014-11-06 | update help output to include available tasks | Tristan Sloughter | |
2014-11-06 | Merge pull request #259 from tsloughter/debug_info | Jordan Wilberding | |
add option to strip debug_info from beam files if not dev_mode | |||
2014-11-06 | Merge pull request #261 from tsloughter/name_type | Jordan Wilberding | |
use short name for -sname and longname of -name in extended script | |||
2014-11-06 | use short name for -sname and longname of -name in extended script | Tristan Sloughter | |
2014-11-06 | add option to strip debug_info from beam files if not dev_mode | Tristan Sloughter | |
2014-11-06 | Merge pull request #252 from tsloughter/master | Jordan Wilberding | |
Split app and release discovery and format_error fix | |||
2014-11-06 | fix modules thta still were using format_error/1 | Tristan Sloughter | |
2014-11-05 | Merge pull request #255 from syl20bnr/windows_relup | Tristan Sloughter | |
Relup support for Windows | |||
2014-11-05 | Relup support for Windows | syl20bnr | |
2014-11-03 | split release and app discovery into two separate providers | Tristan Sloughter | |
2014-11-03 | Merge pull request #251 from tsloughter/master | Jordan Wilberding | |
Bug fix and cleanup | |||
2014-11-03 | support proper return value of ec_git_vsn of {ok, string()} | Tristan Sloughter | |
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() |