aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2014-11-20Merge pull request #269 from tsloughter/relup_fixJordan Wilberding
add back _rel to app discovery, fix relup tests to notice
2014-11-20Merge pull request #270 from tsloughter/node_name_type_fixJordan Wilberding
fix match on node name type
2014-11-17add back _rel to app discovery, fix relup tests to noticeTristan Sloughter
2014-11-17fix for error message output for no default releaseTristan Sloughter
2014-11-16fix match on node name typeTristan Sloughter
2014-11-10Merge pull request #263 from tsloughter/format_error1Jordan Wilberding
move back to using format_error/1
2014-11-09move back to using format_error/1Tristan Sloughter
2014-11-06Merge pull request #262 from tsloughter/help1.1.0-rc2Jordan Wilberding
update help output to include available tasks
2014-11-06update help output to include available tasksTristan Sloughter
2014-11-06Merge pull request #259 from tsloughter/debug_infoJordan Wilberding
add option to strip debug_info from beam files if not dev_mode
2014-11-06Merge pull request #261 from tsloughter/name_typeJordan Wilberding
use short name for -sname and longname of -name in extended script
2014-11-06use short name for -sname and longname of -name in extended scriptTristan Sloughter
2014-11-06Remove uneeded @ which may output error messagessyl20bnr
2014-11-06add option to strip debug_info from beam files if not dev_modeTristan Sloughter
2014-11-06Merge pull request #252 from tsloughter/masterJordan Wilberding
Split app and release discovery and format_error fix
2014-11-06fix modules thta still were using format_error/1Tristan Sloughter
2014-11-05Merge pull request #255 from syl20bnr/windows_relupTristan Sloughter
Relup support for Windows
2014-11-05Relup support for Windowssyl20bnr
2014-11-03split release and app discovery into two separate providersTristan Sloughter
2014-11-03Merge pull request #251 from tsloughter/masterJordan Wilberding
Bug fix and cleanup
2014-11-03support proper return value of ec_git_vsn of {ok, string()}Tristan Sloughter