aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-02-01Merge pull request #311 from tsloughter/cleanupv1.2.0Jordan Wilberding
cleanup: remove unused provider attributes to not complicate code
2015-02-01Merge pull request #310 from tsloughter/action_orderJordan Wilberding
fix target ordering to be the same as the user entered
2015-02-01Merge pull request #309 from tsloughter/masterJordan Wilberding
don't use CONFIG_PATH os var, fixes #241
2015-02-01fix target ordering to be the same as the user enteredTristan Sloughter
2015-02-01cleanup: remove unused provider attributes to not complicate codeTristan Sloughter
2015-01-31don't use CONFIG_PATH os var, fixes #241Tristan Sloughter
2015-01-31Merge pull request #308 from tsloughter/emuJordan Wilberding
add escript emu args to speed up start time
2015-01-31Merge pull request #307 from tsloughter/masterJordan Wilberding
Mainly exclude_apps
2015-01-31add escript emu args to speed up start timeTristan Sloughter
2015-01-31don't overdo it with generated apps that are there to be ignoredTristan Sloughter
2015-01-31add support for excluding applications from the releaseTristan Sloughter
2015-01-30Merge pull request #306 from tsloughter/masterJordan Wilberding
expose rpc and rpcterms functionality from extended bins script
2015-01-30Merge pull request #305 from lrascao/feature/support_config_scriptTristan Sloughter
add config script funcionality
2015-01-30expose rpc and rpcterms functionality from extended bins scriptTristan Sloughter
2015-01-30add config script funcionalityLuis 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-28Merge pull request #303 from tsloughter/rpcterms_fixJordan Wilberding
support rpcterms with no args or argstring in nodetool
2015-01-28support rpcterms with no args or argstring in nodetoolTristan Sloughter
2015-01-28Merge pull request #302 from tsloughter/rpcterms_fixJordan Wilberding
treat rpcterm args as a string not a list of elements
2015-01-27treat rpcterm args as a string not a list of elementsTristan Sloughter
2015-01-14Merge pull request #294 from tsloughter/tar_system_libsJordan Wilberding
remove system libs from tarball if set to false
2015-01-11Update README.md to reflect change to system_libs optionTristan Sloughter
2015-01-11Merge pull request #296 from tsloughter/basic_binJordan Wilberding
handle the renaming of the boot script to start.boot in basic bin script
2015-01-10handle the renaming of the boot script to start.boot in basic bin scriptTristan Sloughter
2015-01-10remove system libs from tarball if set to falseTristan Sloughter
2015-01-06Merge pull request #290 from tsloughter/unpack_commandJordan Wilberding
add unpack option to install scripts
2015-01-06Merge pull request #291 from tsloughter/dedup_lib_dirsJordan Wilberding
remove duplicates without changing order of list for lib dirs
2015-01-06Merge pull request #292 from philipcristiano/fix-readme-relvsnTristan Sloughter
Update README to match -h output for --relname
2015-01-06Update README to match -h output for --relnamePhilip Cristiano
2015-01-06remove duplicates without changing order of list for lib dirsTristan Sloughter
2015-01-06add unpack option to install scriptsTristan Sloughter
2014-12-25Merge pull request #285 from tsloughter/masterJordan Wilberding
only unique lib dirs should be used to save time/confusion
2014-12-25Merge pull request #287 from lukebakken/issues/lrb/286Tristan Sloughter
Explicitly use 'exit 1' to exit
2014-12-25No need to output -1 since error codes are straightened out.Luke Bakken
2014-12-24Explicitly use 'exit 1' to exitLuke 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-24Merge pull request #284 from lukebakken/features/lrb/get-node-pidTristan Sloughter
Use nodetool to get VM PID
2014-12-24only unique lib dirs should be used to save time/confusionTristan Sloughter
2014-12-24Add `pid` to usageLuke Bakken
2014-12-24Use nodetool to get VM PIDLuke 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-16Merge pull request #281 from tsloughter/overlays_archiveJordan Wilberding
render overlay filenames for tar archive
2014-12-16tag providers repoTristan Sloughter
2014-12-15Merge pull request #282 from irccloud/code_loading_mode_envTristan Sloughter
use CODE_LOADING_MODE in extended bin script
2014-12-13render overlay filenames for tar archiveTristan Sloughter
2014-12-11check for CODE_LOADING_MODE in extended bin script, default to 'embedded'Richard Jones
2014-12-01Merge pull request #276 from tsloughter/user_ertsv1.1.0Jordan Wilberding
Fixes for user defining erts to include in release
2014-11-27fix bug of not using proper erts version if erts path is usedTristan Sloughter
2014-11-26formattingTristan Sloughter
2014-11-24Merge pull request #272 from tsloughter/exclude_erts_libsJordan Wilberding
if include_erts is false, do not include stdlibs
2014-11-22if include_erts is false, do not include stdlibsTristan Sloughter
2014-11-22fix for error message output for no default releaseTristan Sloughter
2014-11-20Merge pull request #268 from tsloughter/no_def_error_msgJordan Wilberding
fix for error message output for no default release