Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
allow overlay inclusion of other files, similarly
to what OTP already does in sys.config files
|
|
|
|
|
|
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
|
|
|
|
|
|
fix for error message output for no default release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Properly detect the default release and fail on conflicts
|
|
Closes #93
|
|
Wildcards are supported in both lib_dirs in config files
as well via the -l command line option.
|
|
|
|
|
|
This should only ever be used for development, however it makes it
very, very nice to be able to simple recompile a project without
recopying it to try new things.
|
|
|
|
|
|
|
|
This allow to build riak, because one of riak deps (node_package) have stuff
in priv/ and valid node_package.app, but no one .beam files.
|
|
|
|
|
|
|
|
|