aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2013-09-28do not include erts in tar if include_erts is falseTristan Sloughter
2013-09-28warn, not error, on bad app during discovery providerTristan Sloughter
2013-09-23Fix search of vm.argsSlava Yurin
2013-09-20replace confusing disable-default-libs option with default-libs true or falseTristan Sloughter
2013-09-20Ensure exit codes propagate properly during upgradesRJ
2013-09-20Support upgrade and downgrade between versionsRJ
2013-09-19create RELEASES file and include tarball so downgrade to initial release worksTristan Sloughter
2013-09-19add -v/--version cli optionTristan Sloughter
2013-09-19add -p for setting code pathsTristan Sloughter
2013-09-19add lib_dirs option to for config file, same as -l cli argTristan Sloughter
2013-09-19do not write default empty sys.config or vm.args if it exists alreadyTristan Sloughter
2013-09-16keep application type of none for rel fileTristan Sloughter
2013-09-16Check presence of each beam listed in .appAlexander V. Nikolaev
2013-09-16fix bug in override resolutionEric
2013-09-16fix dialyzer issuesTristan Sloughter
2013-09-16improved user output lookTristan 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-14remove extend script overriding bindir variable after it is setTristan Sloughter
2013-09-13support copying full directories in overlaysTristan Sloughter
2013-09-13place release logs dir in root of release dir structureTristan Sloughter
2013-09-13replace use of wildcard ** since it is not in <R16 ErlangTristan Sloughter
2013-09-12fix ternary shell operation in start scriptTristan Sloughter
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-11fix error messagesTristan Sloughter
2013-08-09Make unrolling of nested errors workTorben Hoffmann
2013-08-01Escape forward slash in 'sed' execution for extended binJuan Wajnerman
2013-06-27Fix call to rlx_state:vm_args/2Loïc Hoguin
2013-06-20Merge pull request #10 from lafka/lafka-vmargs-optEric Merritt
2013-06-20Add support for {vm_args,_} argument in configOlav Frengstad
2013-06-11numerous small bugfixesEric
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-30support the full range of possible arguments in the programmatic apiEric B Merritt
2013-04-13add skip_apps config option to list discovered apps to skipTristan Sloughter
2013-04-10Remove bin/erl before replacing itJason L. Shiffer
2013-04-09Merge pull request #52 from ericbmerritt/nextJordan Wilberding
2013-04-09make sure that top level releases are also supportedEric B Merritt
2013-04-09Merge pull request #51 from ericbmerritt/nextTristan Sloughter
2013-04-09fixes #29 - look for common sub dirs for discoveryEric B Merritt
2013-04-05Merge pull request #43 from erlware/nextTristan Sloughter
2013-04-05support both R14 'behaviours' and R15+ 'callback info'Eric B Merritt
2013-04-05fix unexpected variable issue in buildEric B Merritt
2013-04-05remove debug print statement that some how made it inEric B Merritt
2013-04-04Merge pull request #36 from erlware/nextTristan Sloughter
2013-04-03support shared resoure as far as discovery goesEric B Merritt