aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-09-16fix dialyzer issuesTristan Sloughter
2013-09-16improved user output lookTristan Sloughter
2013-09-16simplify and improve READMETristan Sloughter
2013-09-16fix verbose value range in readmeTristan Sloughter
2013-09-16fix config option type in readmeTristan Sloughter
2013-09-16only print usage on opt_parse error or new option -hTristan Sloughter
2013-09-14fix crash instead of error message for bad target actionTristan Sloughter
2013-09-14Merge pull request #39 from tsloughter/foreground_erts_fixJordan Wilberding
remove extend script overriding bindir variable after it is set
2013-09-14remove extend script overriding bindir variable after it is setTristan Sloughter
2013-09-13Merge pull request #38 from tsloughter/masterJordan Wilberding
support copying full directories in overlays
2013-09-13support copying full directories in overlaysTristan Sloughter
2013-09-13Merge pull request #37 from tsloughter/masterJordan Wilberding
place release logs dir in root of release dir structure
2013-09-13place release logs dir in root of release dir structureTristan Sloughter
2013-09-13Merge pull request #36 from tsloughter/masterv0.1.20.1.2Eric Merritt
replace use of wildcard ** since it is not in <R16 Erlang
2013-09-13replace use of wildcard ** since it is not in <R16 ErlangTristan Sloughter
2013-09-13Merge pull request #34 from tsloughter/masterv0.1.10.1.1Jordan Wilberding
fix ternary shell operation in start script
2013-09-12fix ternary shell operation in start scriptTristan Sloughter
2013-09-12Merge pull request #29 from tsloughter/masterv0.1.00.1.0Eric Merritt
Tar action, multiple actions on cli and rename release dir
2013-09-12set version to semver for rebar semver pluginTristan Sloughter
2013-09-12better formatting from neotomaTristan Sloughter
2013-09-11allow multiple actions, including new action tarTristan Sloughter
2013-09-11switch to drone.io for CITristan Sloughter
2013-09-11fix error messagesTristan Sloughter
2013-09-10s/Reltool/Relx/Tristan Sloughter
2013-08-11Merge pull request #20 from jwilberding/pkgbuildEric Merritt
Add ArchLinux package build file issue #6
2013-08-11Merge pull request #21 from lehoff/masterEric Merritt
Make unrolling of nested errors work
2013-08-09Make unrolling of nested errors workTorben 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-08Add ArchLinux package build file issue #6Jordan Wilberding
2013-08-05Merge pull request #13 from waj/masterJordan Wilberding
Escape forward slash in 'sed' execution for extended bin
2013-08-01Escape forward slash in 'sed' execution for extended binJuan Wajnerman
2013-06-26Merge pull request #11 from essen/fix_rlx_state_callEric Merritt
Fix call to rlx_state:vm_args/2
2013-06-27Fix call to rlx_state:vm_args/2Loïc Hoguin
2013-06-20Merge pull request #10 from lafka/lafka-vmargs-optEric Merritt
Add support for {vm_args,_} argument in config
2013-06-20Add support for {vm_args,_} argument in configOlav Frengstad
2013-06-11Merge pull request #8 from ericbmerritt/masterTristan Sloughter
bug fixes and cleanup to the vagrant file.
2013-06-11numerous small bugfixesEric
2013-05-14Merge pull request #2 from ericbmerritt/rename-to-relxJordan Wilberding
Relup + rename support
2013-05-10internal rename completion of all relcool to relx callsEric
2013-05-09Basic file rename from rcl to rlxEric
2013-05-09support the creation or relupsEric B Merritt
2013-05-09support a hard distinction between configured releases and realized releasesEric B Merritt
2013-04-30fix a bug in the makefile where dialyzer was not being called on testEric B Merritt
2013-04-30support the full range of possible arguments in the programmatic apiEric B Merritt
2013-04-13Merge pull request #55 from tsloughter/masterJordan Wilberding
switch travis to use notify instead of joining irc channel
2013-04-14switch travis to use notify instead of joining irc channelTristan Sloughter
2013-04-13Merge pull request #54 from tsloughter/masterJordan Wilberding
skip apps support
2013-04-13add skip_apps config option to list discovered apps to skipTristan Sloughter
2013-04-10Merge pull request #53 from zerotao/masterJordan Wilberding
Remove bin/erl from the local ERTS copy before writing a the new version.
2013-04-10Remove bin/erl before replacing itJason 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.
2013-04-09Merge pull request #52 from ericbmerritt/nextJordan Wilberding
make sure that top level releases are also supported