Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-31 | Merge pull request #320 from davebest/bin_dups | Tristan Sloughter | |
prevent files in the bin directory from being duplicated in the .tar | |||
2015-03-31 | Merge pull request #316 from davidw/fix_hostname_lookup2 | Tristan Sloughter | |
Use 'erl' to determine Erlang hostname rather than nodetool | |||
2015-03-31 | Merge pull request #260 from syl20bnr/remove_uneeded_chars | Tristan Sloughter | |
Remove unneeded @ which may output error messages | |||
2015-03-31 | Merge pull request #319 from lrascao/feature/support_overlay_inclusion | Tristan Sloughter | |
support overlay file inclusion | |||
2015-02-23 | prevent files in the bin directory from being duplicated in the .tar | David Best | |
update_tar/6 first adds the bin directory, then adds overlay files. If an overlay copies to bin, it will be added again. | |||
2015-02-19 | support overlay file inclusion | Luis Rascao | |
allow overlay inclusion of other files, similarly to what OTP already does in sys.config files | |||
2015-02-17 | Use 'erl' to determine Erlang hostname rather than nodetool | David N. Welton | |
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 | |