aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-10-13fix bug in path scriptFelix The Hammer Gallo
2014-10-11Merge pull request #231 from tsloughter/master1.1.0-rc1Jordan Wilberding
use long hostname if no hostname given
2014-10-11use long hostname if no hostname givenTristan Sloughter
2014-10-11Merge pull request #227 from tsloughter/masterJordan Wilberding
Rebar3 support and code sharing
2014-10-11Merge pull request #229 from Cloven/add_escript_commandJordan Wilberding
Added the 'escript' command to the extended release script
2014-10-11support only the 3 last major versionsTristan Sloughter
2014-10-11fix tests for providers moved to new app and config list optionTristan Sloughter
2014-10-11support config passed in as proplist instead of filenameTristan Sloughter
2014-10-11add support for rebar3 deps dirTristan Sloughter
2014-10-11provider task dependenciesTristan Sloughter
2014-10-11Merge pull request #223 from tsloughter/tarJordan Wilberding
include overlay files in tar
2014-10-10Added the 'escript' command to the extended release script to permitFelix 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-27Merge pull request #224 from jaydoane/replace-init-stop-with-halt-in-bin-dot-dtlTristan Sloughter
Replace "-s init stop" with halt()
2014-09-27Merge pull request #222 from srstrong/masterTristan Sloughter
Modified error handling around nodetool to reduce silent failures
2014-09-27Merge pull request #218 from tolbrino/tb/conf-pipedirTristan Sloughter
make PIPE_DIR overridable
2014-09-18Replace "-s init stop" with halt()Jay Doane
2014-08-28include overlay files in tarTristan Sloughter
2014-08-22Modified error handling around nodetool to reduce silent failuresSteve Strong
2014-08-12make PIPE_DIR overridableTino Breddin
2014-08-09Merge pull request #207 from tsloughter/app_sortJordan Wilberding
sort apps by version, so newest is chosen if it passes constraints
2014-07-23Merge pull request #215 from davidw/fix_heart_commandTristan Sloughter
Make HEART_COMMAND use the full path, otherwise it does not work.
2014-07-22Make HEART_COMMAND use the full path, otherwise it does not work.David N. Welton
Fixes #214
2014-07-18Merge pull request #210 from davidw/net_ticktime_fixTristan Sloughter
Get tick time in order to 'synchronize' with the node we are connecting with
2014-07-17Get 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-10Merge pull request #208 from reset/assembler-copy-symlink-dir-contentsTristan Sloughter
Ensure assembler copies the contents of symlinked dirs
2014-07-09ensure assembler copies the contents of symlinked dirsJamie Winsor
2014-07-09sort apps by version, so newest is chosen if it passes constraintsTristan Sloughter
2014-06-28Merge pull request #204 from tsloughter/masterJordan Wilberding
fix for running console on target system. meaning start.boot
2014-06-27fix for running console on target system. meaning start.bootTristan Sloughter
2014-06-25Merge pull request #203 from tsloughter/masterJordan Wilberding
update README with new include-erts cli option
2014-06-25update README with new include-erts cli optionTristan Sloughter
2014-06-25Merge pull request #201 from tsloughter/semverJordan Wilberding
replace 'semver' placeholder in release defs with git derived vsn
2014-06-25Merge pull request #202 from tsloughter/include_erts_cliJordan Wilberding
add include-erts cmd line arg, same as the config variable
2014-06-24add include-erts cmd line arg, same as the config variableTristan Sloughter
2014-06-24replace 'semver' placeholder in release defs with git derived vsnTristan Sloughter
2014-06-23Merge pull request #200 from tsloughter/no_rel_error_msgJordan Wilberding
provide useful error message when no release to build is found
2014-06-23provide useful error message when no release to build is foundTristan Sloughter
2014-06-20Merge pull request #199 from tsloughter/dialyzer_fixesJordan Wilberding
dialyzer type fixes
2014-06-19dialyzer type fixesTristan Sloughter
2014-06-19Merge pull request #195 from edescourtis/masterTristan Sloughter
Erlang 17+ doesn't start by 'R'
2014-06-17Erlang 17+ doesn't start by 'R'Eric des Courtis
2014-06-14Merge pull request #193 from tsloughter/masterv1.0.4v1.0.3Jordan Wilberding
remove defaults from getopts config for dev_mode and default_libs
2014-06-13remove defaults from getopts config for dev_mode and default_libsTristan Sloughter
2014-06-02Merge pull request #192 from timclassic/master1.0.3Jordan Wilberding
Run nodetool using results of find_erts_dir
2014-06-01Run nodetool using results of find_erts_dirTim 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-24Merge pull request #191 from tsloughter/masterv1.0.2Jordan Wilberding
fix cli/config file merging
2014-05-24fix cli/config file mergingTristan Sloughter
2014-05-24Merge pull request #190 from tsloughter/start_scriptsJordan Wilberding
remove quoting that breaks start scripts
2014-05-24Merge pull request #188 from tsloughter/masterJordan Wilberding
fix for setting overrides with -a
2014-05-23Merge pull request #1 from nuex/nuex_start_scriptsTristan Sloughter
Nuex start scripts