Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-08 | use mustache v0.3.0 | Tristan Sloughter | |
2015-05-08 | use mustache instead of erlydtl for overlays | Tristan Sloughter | |
2015-04-23 | update for 18.0 | Tristan Sloughter | |
2015-04-17 | Merge pull request #336 from tsloughter/erlangmkv1.3.1 | Jordan Wilberding | |
handle directory that doesn't exist in dscv_util | |||
2015-04-17 | handle directory that doesn't exist in dscv_util | Tristan Sloughter | |
2015-04-17 | Merge pull request #334 from tsloughter/rebar3 | Jordan Wilberding | |
update rebar3 for r15 | |||
2015-04-17 | update rebar3 for r15 | Tristan Sloughter | |
2015-04-17 | Merge pull request #333 from tsloughter/rebar3v1.3.0 | Jordan Wilberding | |
update rebar3 for escriptize including .app file fix | |||
2015-04-17 | update rebar3 for escriptize including .app file fix | Tristan Sloughter | |
2015-04-17 | Merge pull request #332 from tsloughter/rebar3 | Jordan Wilberding | |
update erlydtl and switch to rebar3 | |||
2015-04-17 | update erlydtl and switch to rebar3 | Tristan Sloughter | |
2015-04-06 | Merge pull request #328 from surik/master | Tristan Sloughter | |
Add ERL_LIBS environment | |||
2015-04-06 | Add ERL_LIBS environment | Yury Gargay | |
2015-04-05 | Merge pull request #327 from jaydoane/replace-init-stop-with-halt | Tristan Sloughter | |
Replace "-s init stop" with halt() | |||
2015-04-04 | Replace "cut -d ' ' -f2" with "awk '{print $2}'" so it will work on a mac, ↵ | Jay Doane | |
where od -X /dev/urandom returns columns separated by more than one space | |||
2015-04-04 | Replace "-s init stop" with "halt()" in relx_get_longname | Jay Doane | |
2015-04-01 | Merge pull request #321 from davebest/link_overlay | Tristan Sloughter | |
support symbolic link overlays in dev_mode | |||
2015-04-01 | support symbolic link overlays in dev_mode | David Best | |
If dev_mode=true, an overlay action of 'link' will create the target as a symbolic link, otherwise it will be copied. In any case, the target will be copied, not linked, in the .tar file. | |||
2015-03-31 | Replace "-s init stop" with halt() | Jay Doane | |
2015-03-31 | Merge pull request #326 from tsloughter/windows | Jordan Wilberding | |
support spaces in erl path in windows script | |||
2015-03-31 | support spaces in erl path in windows script | Tristan Sloughter | |
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 |