aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlx_prv_archive.erl
AgeCommit message (Collapse)Author
2019-04-01include vm.args.src file in tarball if it exists (#698)Tristan Sloughter
* include vm.args.src in tarball if it exists * only check sys.config.src in tar on otp-21+
2016-02-18fix bug building tarfile if vm.args doesn't existTristan Sloughter
2016-01-06Include src/ in tarballs unless specified not toFred Hebert
By default, the `include_src` value is `true`, yet Relx disregards the value entirely when generating tarballs. This patch makes it so the value is used and respected when generating tarballs. Given the default value is `true`, this patch changes the default behaviour of relx to always include source files in tarballs, considering its omission a bug rather than a feature. Tests are added, verifying the impact on ERTS-included files.
2015-07-23Add include and priv dirs to tar fileCarlosEDP
2015-06-25no longer run release before tar or relup, the user must call itTristan Sloughter
2015-05-08use mustache instead of erlydtl for overlaysTristan Sloughter
2015-04-01support symbolic link overlays in dev_modeDavid Best
If dev_mode=true, an overlay action of 'link' will create the target as a symbolic link, otherwise it will be copied. In any case, the target will be copied, not linked, in the .tar file.
2015-02-23prevent files in the bin directory from being duplicated in the .tarDavid Best
update_tar/6 first adds the bin directory, then adds overlay files. If an overlay copies to bin, it will be added again.
2015-02-01cleanup: remove unused provider attributes to not complicate codeTristan Sloughter
2015-01-10remove system libs from tarball if set to falseTristan Sloughter
2014-12-13render overlay filenames for tar archiveTristan Sloughter
2014-11-09move back to using format_error/1Tristan Sloughter
2014-11-05Relup support for Windowssyl20bnr
2014-10-22include state in format_error/2Tristan Sloughter
2014-10-11provider task dependenciesTristan Sloughter
2014-08-28include overlay files in tarTristan Sloughter
2014-05-14refactor tar and relup commands to own providersTristan Sloughter