Age | Commit message (Collapse) | Author |
|
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.
|
|
prevent files in the bin directory from being duplicated in the .tar
|
|
update_tar/6 first adds the bin directory, then adds overlay files. If an
overlay copies to bin, it will be added again.
|
|
allow overlay inclusion of other files, similarly
to what OTP already does in sys.config files
|
|
cleanup: remove unused provider attributes to not complicate code
|
|
|
|
|
|
|
|
similar to rebar's config script, append a .script
suffix to the provided relx config that is evaluated
and can possibly change values in the original config
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Split app and release discovery and format_error fix
|
|
|
|
|
|
|
|
|
|
|
|
Some changes for providers as I work on rebar3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sort apps by version, so newest is chosen if it passes constraints
|
|
|
|
|
|
replace 'semver' placeholder in release defs with git derived vsn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix for #182, which requires we delete a read-only file before overwriti...
|