aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-05-20Merge branch 'master' into goals_optionTristan Sloughter
2019-05-20Merge pull request #676 from velimir/providers-apiTristan Sloughter
2019-05-20Revert dependencies order in unit testsIvan Glushkov
2019-05-17add support for git ref and file content as app versionTristan Sloughter
2019-04-16Use recursive copy as last fallback on all platformsTino Breddin
2019-04-16Do not create a junction (soft link) for filesemtenet
2019-04-16Remove dead code of cp_r/2, xcopy_win32/2 and cp_r_win32/2.emtenet
2019-04-14add dist name and cookie to ERL_FLAGS for nodetool (#712)v3.31.0Tristan Sloughter
2019-04-01include vm.args.src file in tarball if it exists (#698)Tristan Sloughter
2019-02-20don't create world writable executables (#687)Anthony Molinaro
2018-12-31fix handling of default_release in configAndrás Boroska
2018-11-04allow specify additional providers via api and cli callsGrigory Starinkin
2018-10-05support tuples in overlay_vars so rebar3 can pass variables (#672)v3.27.0Tristan Sloughter
2018-07-31Make {goals, ...} option add goals to release depsolver.AlexSedov
2018-06-23only copy mode and time attributes when copying filesTristan Sloughter
2018-06-12support for OTP21's sys.config.src file in releases (#647)Tristan Sloughter
2018-06-03fix for #511 order of dependencies (#655)Tristan Sloughter
2017-11-01Maintain no_dot_erlang.boot file in releasesFred Hebert
2017-11-01Support OTP-20 Unicode functionsFred Hebert
2017-10-19Merge pull request #465 from filmor/semver-prefixLuis Rascão
2017-10-18Add `erts_dir` overlay var (#614)Luis Rascão
2017-10-18Start script extensions (#613)Luis Rascão
2017-10-19Pass prefix through, again.Benedikt Reinartz
2017-10-18Merge pull request #540 from obi458/masterLuis Rascão
2017-09-06Start top-level applications as early as possible.Konstantin Tcepliaev
2017-07-24Don't use builtin status hook as defaultLuis Rascao
2017-06-08rename gb_tree:tree to gb_trees:treeYoshikazu Aoshima
2017-05-15Add custom status hook to extended scriptLuis Rascao
2017-05-14Merge pull request #585 from lrascao/fix/rewrite_otp_appsLuis Rascão
2017-05-08Add the ability to chmod files in the overlay.Anthony Molinaro
2017-04-09Only ensure kernel,stdlib for empty dep appsLuis Rascao
2017-03-20Ensure stdlib,kernel as application dependenciesLuis Rascao
2017-02-27Drop use of export_all erlc directiveLuis Rascao
2017-02-02Merge pull request #559 from lrascao/feature/fix_crash_on_relup_warningTristan Sloughter
2017-02-01Don't crash on warnings emitted during relupLuis Rascao
2017-01-29Don't rewrite app files if contents are the sameLuis Rascao
2017-01-28Expose warnings as errors optionLuis Rascao
2016-12-17Replace rebar_log calls to enable relx to build extended script with builders...Aleksandar Markovski
2016-11-26Merge pull request #541 from lrascao/feature/exclude_modulesTristan Sloughter
2016-11-21Provide a new config directive that allows per-app module exclusionLuis Rascao
2016-11-12Add support for new relx directive that provides start/stop shell script hooksLuis Rascao
2016-10-27Fix replace os vars functionalityLuis Rascao
2016-10-26Revert "remove rlx_topo since all systools >=R15 have a working sort of apps"Tristan Sloughter
2016-10-25Merge pull request #529 from lrascao/feature/include_nodetool_on_extended_sta...Luis Rascão
2016-10-25Always include nodetool when generating extended start scriptLuis Rascao
2016-10-18Fixed: #524. Erts src folder existence check addedAlexey Ovchinnikov
2016-10-07Silence remaining dialyzer errorsLuis Rascao
2016-10-06Merge pull request #515 from lrascao/feature/erts_include_srcTristan Sloughter
2016-10-06Fixed overlay_vars handling.Alexander Sedov
2016-10-05win32 cross release on unixobi458