Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-06 | Merge pull request #291 from tsloughter/dedup_lib_dirs | Jordan Wilberding | |
remove duplicates without changing order of list for lib dirs | |||
2015-01-06 | Merge pull request #292 from philipcristiano/fix-readme-relvsn | Tristan Sloughter | |
Update README to match -h output for --relname | |||
2015-01-06 | Update README to match -h output for --relname | Philip Cristiano | |
2015-01-06 | remove duplicates without changing order of list for lib dirs | Tristan Sloughter | |
2014-12-25 | Merge pull request #285 from tsloughter/master | Jordan Wilberding | |
only unique lib dirs should be used to save time/confusion | |||
2014-12-25 | Merge pull request #287 from lukebakken/issues/lrb/286 | Tristan Sloughter | |
Explicitly use 'exit 1' to exit | |||
2014-12-25 | No need to output -1 since error codes are straightened out. | Luke Bakken | |
2014-12-24 | Explicitly use 'exit 1' to exit | Luke Bakken | |
Fixes #286 Using `exit $?` will exit with 0 status even in error conditions. I believe this is due to the fact that the `if` statement sets `$?` somehow. This could be a bug in the version of `bash` I'm using (as `/bin/sh`): ``` $ /bin/sh --version GNU bash, version 4.3.30(1)-release (x86_64-unknown-linux-gnu) ``` | |||
2014-12-24 | Merge pull request #284 from lukebakken/features/lrb/get-node-pid | Tristan Sloughter | |
Use nodetool to get VM PID | |||
2014-12-24 | only unique lib dirs should be used to save time/confusion | Tristan Sloughter | |
2014-12-24 | Add `pid` to usage | Luke Bakken | |
2014-12-24 | Use nodetool to get VM PID | Luke Bakken | |
Rather than use `ps`, `grep` and `awk` to get the `beam.smp` process id, use the `os:getpid` function. Also, provide a `pid` command to facilitate retrieving the VM's process id at a later time. Useful for when running via `monit`, for instance. | |||
2014-12-16 | Merge pull request #281 from tsloughter/overlays_archive | Jordan Wilberding | |
render overlay filenames for tar archive | |||
2014-12-16 | tag providers repo | Tristan Sloughter | |
2014-12-15 | Merge pull request #282 from irccloud/code_loading_mode_env | Tristan Sloughter | |
use CODE_LOADING_MODE in extended bin script | |||
2014-12-13 | render overlay filenames for tar archive | Tristan Sloughter | |
2014-12-11 | check for CODE_LOADING_MODE in extended bin script, default to 'embedded' | Richard Jones | |
2014-12-01 | Merge pull request #276 from tsloughter/user_ertsv1.1.0 | Jordan Wilberding | |
Fixes for user defining erts to include in release | |||
2014-11-27 | fix bug of not using proper erts version if erts path is used | Tristan Sloughter | |
2014-11-26 | formatting | Tristan Sloughter | |
2014-11-24 | Merge pull request #272 from tsloughter/exclude_erts_libs | Jordan Wilberding | |
if include_erts is false, do not include stdlibs | |||
2014-11-22 | if include_erts is false, do not include stdlibs | Tristan Sloughter | |
2014-11-22 | fix for error message output for no default release | Tristan Sloughter | |
2014-11-20 | Merge pull request #268 from tsloughter/no_def_error_msg | Jordan Wilberding | |
fix for error message output for no default release | |||
2014-11-20 | Merge pull request #269 from tsloughter/relup_fix | Jordan Wilberding | |
add back _rel to app discovery, fix relup tests to notice | |||
2014-11-20 | Merge pull request #270 from tsloughter/node_name_type_fix | Jordan Wilberding | |
fix match on node name type | |||
2014-11-17 | add back _rel to app discovery, fix relup tests to notice | Tristan Sloughter | |
2014-11-17 | fix for error message output for no default release | Tristan Sloughter | |
2014-11-16 | fix match on node name type | Tristan Sloughter | |
2014-11-10 | Merge pull request #263 from tsloughter/format_error1 | Jordan Wilberding | |
move back to using format_error/1 | |||
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 | |