Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-06-28 | Merge pull request #204 from tsloughter/master | Jordan Wilberding | |
fix for running console on target system. meaning start.boot | |||
2014-06-27 | fix for running console on target system. meaning start.boot | Tristan Sloughter | |
2014-06-25 | Merge pull request #203 from tsloughter/master | Jordan Wilberding | |
update README with new include-erts cli option | |||
2014-06-25 | update README with new include-erts cli option | Tristan Sloughter | |
2014-06-25 | Merge pull request #201 from tsloughter/semver | Jordan Wilberding | |
replace 'semver' placeholder in release defs with git derived vsn | |||
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 |