aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlx_prv_assembler.erl
AgeCommit message (Expand)Author
2019-02-20don't create world writable executables (#687)Anthony Molinaro
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
2017-11-01Maintain no_dot_erlang.boot file in releasesFred Hebert
2017-11-01Support OTP-20 Unicode functionsFred Hebert
2017-10-18Start script extensions (#613)Luis Rascão
2017-10-18Merge pull request #540 from obi458/masterLuis Rascão
2017-07-24Don't use builtin status hook as defaultLuis Rascao
2017-05-15Add custom status hook to extended scriptLuis Rascao
2017-01-29Don't rewrite app files if contents are the sameLuis 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-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-05win32 cross release on unixobi458
2016-10-03Don't include erts src when user requests src not be includedLuis Rascao
2016-04-29Add a boot variable to Windows scriptsemtenet
2016-02-18allow 'false' to tell relx to not create a sys.config or vm.argsTristan Sloughter
2016-02-05targetdir may be list not binary, convert before comparingTristan Sloughter
2016-01-31Merge pull request #442 from tsloughter/masterJordan Wilberding
2016-01-30use list comp instead of ec_plists for copy directoryTristan Sloughter
2016-01-23replacing OS vars: use .orig files to prevent overwritingerlanger
2015-11-21Merge pull request #415 from tsloughter/erl_inteface_libJordan Wilberding
2015-11-21error out with useful message if the user provided sys.config isn't parseableTristan Sloughter
2015-11-21include lib dir if it exists, erl_interface is an ex. with a libTristan Sloughter
2015-09-28Revert "Fix possible copy-paste bug in rlx_prv_assembler"Tristan Sloughter
2015-09-04Fix possible copy-paste bug in rlx_prv_assemblerDmitry Ivanov
2015-07-18Merge pull request #369 from tsloughter/masterJordan Wilberding
2015-07-18fix console_clean in dev_mode by always creating start_clean.bootTristan Sloughter
2015-07-15run overlay after release not beforeTristan Sloughter
2015-06-17Fixing test for windows, changing symlink to symlink_or_copyDaniel Widgren
2015-06-01always include start_cleanTristan Sloughter
2015-06-01add include_nodetool option for including nodetool but not extended start scriptTristan Sloughter
2015-05-08use mustache instead of erlydtl for overlaysTristan Sloughter
2015-02-01cleanup: remove unused provider attributes to not complicate codeTristan Sloughter
2015-01-31add support for excluding applications from the releaseTristan Sloughter
2014-11-22if include_erts is false, do not include stdlibsTristan Sloughter
2014-11-09move back to using format_error/1Tristan Sloughter
2014-11-06add option to strip debug_info from beam files if not dev_modeTristan Sloughter
2014-10-23use providers PRV_ERROR and format_error/2Tristan Sloughter
2014-10-22include state in format_error/2Tristan Sloughter
2014-10-11provider task dependenciesTristan Sloughter
2014-07-09ensure assembler copies the contents of symlinked dirsJamie Winsor
2014-05-17Merge pull request #183 from jwilberding/fix_rlxv1.0.0Tristan Sloughter
2014-05-17Fix for #182, which requires we delete a read-only file before overwriting itJordan Wilberding
2014-05-14refactor tar and relup commands to own providersTristan Sloughter