Age | Commit message (Collapse) | Author |
|
various bugfixes to the system
|
|
With this change relcool looks for the common sub directories to add
to the search. Those directories are now, relative to the project dir,
`apps`, `lib`, `ebin`, and the release output dir.
These automatic subdirs can be disabled by setting
`disable_project_subdirs` to `true` in the config.
The release output dir is also added to the discovery process. This
can be disabled by setting `disable_discover_release_output` to true.
|
|
Next
|
|
|
|
|
|
|
|
Next
|
|
also correctly handles symlinks without infinite loops
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lots of bug fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This has the potential to save a lot of time and make future release
upgrading much simpler for the user.
|
|
adds `-c <config-file>` or `--config <config-file>` instead of passing
the config file as an argument.
|
|
|
|
This makes it a bit more comforting to the user (and me as well). With
this the user sees a short description of the release.
|
|
This happens for every call unless the user passes
--disable-default-libs to relcool or {disable_default_libs, true} in
the relcool config.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
People seem to expect overlays to happen in order. This patch changes
overlays such that they happen one at a time.
|
|
|