Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-16 | rename examples to relx from relcool | Tristan Sloughter | |
2013-09-16 | fix dialyzer issues | Tristan Sloughter | |
2013-09-16 | improved user output look | Tristan Sloughter | |
2013-09-16 | simplify and improve README | Tristan Sloughter | |
2013-09-16 | fix verbose value range in readme | Tristan Sloughter | |
2013-09-16 | fix config option type in readme | Tristan Sloughter | |
2013-09-16 | only print usage on opt_parse error or new option -h | Tristan Sloughter | |
2013-09-14 | fix crash instead of error message for bad target action | Tristan Sloughter | |
2013-09-14 | Merge pull request #39 from tsloughter/foreground_erts_fix | Jordan Wilberding | |
remove extend script overriding bindir variable after it is set | |||
2013-09-14 | remove extend script overriding bindir variable after it is set | Tristan Sloughter | |
2013-09-13 | Merge pull request #38 from tsloughter/master | Jordan Wilberding | |
support copying full directories in overlays | |||
2013-09-13 | support copying full directories in overlays | Tristan Sloughter | |
2013-09-13 | Merge pull request #37 from tsloughter/master | Jordan Wilberding | |
place release logs dir in root of release dir structure | |||
2013-09-13 | place release logs dir in root of release dir structure | Tristan Sloughter | |
2013-09-13 | Merge pull request #36 from tsloughter/masterv0.1.20.1.2 | Eric Merritt | |
replace use of wildcard ** since it is not in <R16 Erlang | |||
2013-09-13 | replace use of wildcard ** since it is not in <R16 Erlang | Tristan Sloughter | |
2013-09-13 | Merge pull request #34 from tsloughter/masterv0.1.10.1.1 | Jordan Wilberding | |
fix ternary shell operation in start script | |||
2013-09-12 | fix ternary shell operation in start script | Tristan Sloughter | |
2013-09-12 | Merge pull request #29 from tsloughter/masterv0.1.00.1.0 | Eric Merritt | |
Tar action, multiple actions on cli and rename release dir | |||
2013-09-12 | set version to semver for rebar semver plugin | Tristan Sloughter | |
2013-09-12 | better formatting from neotoma | Tristan Sloughter | |
2013-09-11 | allow multiple actions, including new action tar | Tristan Sloughter | |
2013-09-11 | switch to drone.io for CI | Tristan Sloughter | |
2013-09-11 | fix error messages | Tristan Sloughter | |
2013-09-10 | s/Reltool/Relx/ | Tristan Sloughter | |
2013-08-11 | Merge pull request #20 from jwilberding/pkgbuild | Eric Merritt | |
Add ArchLinux package build file issue #6 | |||
2013-08-11 | Merge pull request #21 from lehoff/master | Eric Merritt | |
Make unrolling of nested errors work | |||
2013-08-09 | Make unrolling of nested errors work | Torben Hoffmann | |
Some of the data sent to rlx_rel_discovery:format_error/2 had to be unrolled more times, so the format_details/1 function has been modified to unroll tuple of the {Module, Reason} format. | |||
2013-08-08 | Add ArchLinux package build file issue #6 | Jordan Wilberding | |
2013-08-05 | Merge pull request #13 from waj/master | Jordan Wilberding | |
Escape forward slash in 'sed' execution for extended bin | |||
2013-08-01 | Escape forward slash in 'sed' execution for extended bin | Juan Wajnerman | |
2013-06-26 | Merge pull request #11 from essen/fix_rlx_state_call | Eric Merritt | |
Fix call to rlx_state:vm_args/2 | |||
2013-06-27 | Fix call to rlx_state:vm_args/2 | Loïc Hoguin | |
2013-06-20 | Merge pull request #10 from lafka/lafka-vmargs-opt | Eric Merritt | |
Add support for {vm_args,_} argument in config | |||
2013-06-20 | Add support for {vm_args,_} argument in config | Olav Frengstad | |
2013-06-11 | Merge pull request #8 from ericbmerritt/master | Tristan Sloughter | |
bug fixes and cleanup to the vagrant file. | |||
2013-06-11 | numerous small bugfixes | Eric | |
2013-05-14 | Merge pull request #2 from ericbmerritt/rename-to-relx | Jordan Wilberding | |
Relup + rename support | |||
2013-05-10 | internal rename completion of all relcool to relx calls | Eric | |
2013-05-09 | Basic file rename from rcl to rlx | Eric | |
2013-05-09 | support the creation or relups | Eric B Merritt | |
2013-05-09 | support a hard distinction between configured releases and realized releases | Eric B Merritt | |
2013-04-30 | fix a bug in the makefile where dialyzer was not being called on test | Eric B Merritt | |
2013-04-30 | support the full range of possible arguments in the programmatic api | Eric B Merritt | |
2013-04-13 | Merge pull request #55 from tsloughter/master | Jordan Wilberding | |
switch travis to use notify instead of joining irc channel | |||
2013-04-14 | switch travis to use notify instead of joining irc channel | Tristan Sloughter | |
2013-04-13 | Merge pull request #54 from tsloughter/master | Jordan Wilberding | |
skip apps support | |||
2013-04-13 | add skip_apps config option to list discovered apps to skip | Tristan Sloughter | |
2013-04-10 | Merge pull request #53 from zerotao/master | Jordan Wilberding | |
Remove bin/erl from the local ERTS copy before writing a the new version. | |||
2013-04-10 | Remove bin/erl before replacing it | Jason L. Shiffer | |
In some erlang distributions (e.g. brew) the ERTS files do not have write permissions set. When this is the case the file:write_file will fail with error 'eacces'. This commit removes 'bin/erl' before attempting to write the new file. |