Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-01 | Merge pull request #311 from tsloughter/cleanupv1.2.0 | Jordan Wilberding | |
cleanup: remove unused provider attributes to not complicate code | |||
2015-02-01 | Merge pull request #310 from tsloughter/action_order | Jordan Wilberding | |
fix target ordering to be the same as the user entered | |||
2015-02-01 | Merge pull request #309 from tsloughter/master | Jordan Wilberding | |
don't use CONFIG_PATH os var, fixes #241 | |||
2015-02-01 | fix target ordering to be the same as the user entered | Tristan Sloughter | |
2015-02-01 | cleanup: remove unused provider attributes to not complicate code | Tristan Sloughter | |
2015-01-31 | don't use CONFIG_PATH os var, fixes #241 | Tristan Sloughter | |
2015-01-31 | Merge pull request #308 from tsloughter/emu | Jordan Wilberding | |
add escript emu args to speed up start time | |||
2015-01-31 | Merge pull request #307 from tsloughter/master | Jordan Wilberding | |
Mainly exclude_apps | |||
2015-01-31 | add escript emu args to speed up start time | Tristan Sloughter | |
2015-01-31 | don't overdo it with generated apps that are there to be ignored | Tristan Sloughter | |
2015-01-31 | add support for excluding applications from the release | Tristan Sloughter | |
2015-01-30 | Merge pull request #306 from tsloughter/master | Jordan Wilberding | |
expose rpc and rpcterms functionality from extended bins script | |||
2015-01-30 | Merge pull request #305 from lrascao/feature/support_config_script | Tristan Sloughter | |
add config script funcionality | |||
2015-01-30 | expose rpc and rpcterms functionality from extended bins script | Tristan Sloughter | |
2015-01-30 | add config script funcionality | Luis Rascao | |
similar to rebar's config script, append a .script suffix to the provided relx config that is evaluated and can possibly change values in the original config | |||
2015-01-28 | Merge pull request #303 from tsloughter/rpcterms_fix | Jordan Wilberding | |
support rpcterms with no args or argstring in nodetool | |||
2015-01-28 | support rpcterms with no args or argstring in nodetool | Tristan Sloughter | |
2015-01-28 | Merge pull request #302 from tsloughter/rpcterms_fix | Jordan Wilberding | |
treat rpcterm args as a string not a list of elements | |||
2015-01-27 | treat rpcterm args as a string not a list of elements | Tristan Sloughter | |
2015-01-14 | Merge pull request #294 from tsloughter/tar_system_libs | Jordan Wilberding | |
remove system libs from tarball if set to false | |||
2015-01-11 | Update README.md to reflect change to system_libs option | Tristan Sloughter | |
2015-01-11 | Merge pull request #296 from tsloughter/basic_bin | Jordan Wilberding | |
handle the renaming of the boot script to start.boot in basic bin script | |||
2015-01-10 | handle the renaming of the boot script to start.boot in basic bin script | Tristan Sloughter | |
2015-01-10 | remove system libs from tarball if set to false | Tristan Sloughter | |
2015-01-06 | Merge pull request #290 from tsloughter/unpack_command | Jordan Wilberding | |
add unpack option to install scripts | |||
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 | |
2015-01-06 | add unpack option to install scripts | 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 |