Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-25 | Merge pull request #202 from tsloughter/include_erts_cli | Jordan Wilberding | |
add include-erts cmd line arg, same as the config variable | |||
2014-06-24 | add include-erts cmd line arg, same as the config variable | Tristan Sloughter | |
2014-06-24 | replace 'semver' placeholder in release defs with git derived vsn | Tristan Sloughter | |
2014-06-23 | Merge pull request #200 from tsloughter/no_rel_error_msg | Jordan Wilberding | |
provide useful error message when no release to build is found | |||
2014-06-23 | provide useful error message when no release to build is found | Tristan Sloughter | |
2014-06-20 | Merge pull request #199 from tsloughter/dialyzer_fixes | Jordan Wilberding | |
dialyzer type fixes | |||
2014-06-19 | dialyzer type fixes | Tristan Sloughter | |
2014-06-19 | Merge pull request #195 from edescourtis/master | Tristan Sloughter | |
Erlang 17+ doesn't start by 'R' | |||
2014-06-17 | Erlang 17+ doesn't start by 'R' | Eric des Courtis | |
2014-06-14 | Merge pull request #193 from tsloughter/masterv1.0.4v1.0.3 | Jordan Wilberding | |
remove defaults from getopts config for dev_mode and default_libs | |||
2014-06-13 | remove defaults from getopts config for dev_mode and default_libs | Tristan Sloughter | |
2014-06-02 | Merge pull request #192 from timclassic/master1.0.3 | Jordan Wilberding | |
Run nodetool using results of find_erts_dir | |||
2014-06-01 | Run nodetool using results of find_erts_dir | Tim Stewart | |
Before this change, extended_bin.dtl assumes the release uses an embedded erts release when calling nodetool, making any nodetool-related functionality incompatible with the following setting: {include_erts, false} This change calls nodetool using the escript binary in the path discovered in the find_erts_dir function. | |||
2014-05-24 | Merge pull request #191 from tsloughter/masterv1.0.2 | Jordan Wilberding | |
fix cli/config file merging | |||
2014-05-24 | fix cli/config file merging | Tristan Sloughter | |
2014-05-24 | Merge pull request #190 from tsloughter/start_scripts | Jordan Wilberding | |
remove quoting that breaks start scripts | |||
2014-05-24 | Merge pull request #188 from tsloughter/master | Jordan Wilberding | |
fix for setting overrides with -a | |||
2014-05-23 | Merge pull request #1 from nuex/nuex_start_scripts | Tristan Sloughter | |
Nuex start scripts | |||
2014-05-23 | add erts_dir fix to bin directory, remove extranneous erl_root declaration ↵ | nuex | |
in extended_bin | |||
2014-05-23 | remove extra escape; ensures correct erts dir with or without spaces | nuex | |
2014-05-22 | remove quoting that breaks start scripts | Tristan Sloughter | |
2014-05-22 | fix for setting overrides with -a | Tristan Sloughter | |
2014-05-20 | Merge pull request #187 from bitwalker/erlydtl-warnings | Tristan Sloughter | |
Silence superfluous erlydtl warnings | |||
2014-05-19 | Add {out_dir, false} to ERLYDTL_COMPILE_OPTS | Paul Schoenfelder | |
2014-05-18 | Merge pull request #184 from jwilberding/fix_foregroundv1.0.1 | Tristan Sloughter | |
Fix foreground | |||
2014-05-18 | Fix quoting of arguments that prevented them from being applied | Jordan Wilberding | |
2014-05-18 | Fix whitespace | Jordan Wilberding | |
2014-05-17 | Merge pull request #183 from jwilberding/fix_rlxv1.0.0 | Tristan Sloughter | |
Fix for #182, which requires we delete a read-only file before overwriti... | |||
2014-05-17 | Fix for #182, which requires we delete a read-only file before overwriting it | Jordan Wilberding | |
2014-05-15 | Merge pull request #177 from tsloughter/refactor1.0.0-rc1 | Jordan Wilberding | |
refactor of command line and config file settings | |||
2014-05-14 | refactor tar and relup commands to own providers | Tristan Sloughter | |
2014-05-14 | refactor cli args and config file var merging | Tristan Sloughter | |
2014-05-14 | Merge pull request #179 from tsloughter/remote_console | Jordan Wilberding | |
append '@hostname' if missing from sname, for remsh | |||
2014-05-14 | Merge pull request #175 from tsloughter/new_output | Jordan Wilberding | |
breaking change: output release to <output_dir>/<release_name>/ | |||
2014-05-10 | Merge pull request #180 from tsloughter/awk | Jordan Wilberding | |
add option to extended start script to replace env vars in config files | |||
2014-05-10 | Merge pull request #181 from seth/sf/rebar-version | Jordan Wilberding | |
Update README for required rebar version | |||
2014-05-09 | Update README for required rebar version | Seth Falcon | |
2014-05-09 | breaking change: output release to <output_dir>/<release_name>/ | Tristan Sloughter | |
2014-05-09 | append @hostname if missing from sname, for remsh | Tristan Sloughter | |
2014-05-09 | add option to extended start script to replace env vars in config files | Tristan Sloughter | |
2014-05-06 | Merge pull request #176 from tsloughter/root_dir | Jordan Wilberding | |
resolve root dir to absolute path | |||
2014-05-05 | resolve root dir to absolute path | Tristan Sloughter | |
2014-05-05 | Merge pull request #174 from tsloughter/extended_script_config | Jordan Wilberding | |
fix comments for extended script search for vm.args and sys.config | |||
2014-05-05 | fix comments for extended script search for vm.args and sys.config | Tristan Sloughter | |
2014-05-05 | Merge pull request #162 from jwilberding/bump_travis | Tristan Sloughter | |
Update to use official 17.0 release for Travis | |||
2014-05-05 | Update to use official 17.0 release for Travis | Jordan Wilberding | |
2014-05-04 | Merge pull request #172 from tsloughter/default_release0.7.0 | Jordan Wilberding | |
don't override release set in cmd args | |||
2014-05-04 | don't override release set in cmd args | Tristan Sloughter | |
2014-05-04 | Merge pull request #157 from jwilberding/timeout | Tristan Sloughter | |
Timeout | |||
2014-05-04 | Change default timeout from 60 seconds to 300 seconds to help with longer ↵ | Jordan Wilberding | |
upgrades. This closes #131. |