aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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-10-05support tuples in overlay_vars so rebar3 can pass variables (#672)v3.27.0Tristan Sloughter
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
2016-10-03Don't include erts src when user requests src not be includedLuis Rascao
2016-09-25Silence dialyzer warningsLuis Rascao
2016-09-16Fix typo in log printout when disable_rel_discovery is setSiri Hansen
2016-04-29Add a boot variable to Windows scriptsemtenet
2016-03-15Fixed template args order bugKozlov Yakov
2016-02-18allow 'false' to tell relx to not create a sys.config or vm.argsTristan Sloughter
2016-02-18fix bug building tarfile if vm.args doesn't existTristan Sloughter
2016-02-16Fix case for applicaiton:get_envHeinz N. Gies
2016-02-16Use an app_env to get color intensityHeinz N. Gies
2016-02-11Fix typoHeinz N. Gies