Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
lots of bug fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
make all grabs deps if deps dir does not exist
|
|
|
|
|
|
|
|
support release discovery in relcool along with app discovery
|
|
|
|
|
|
|
|
|
|
|
|
support the discover task searching the output dir
|
|
This has the potential to save a lot of time and make future release
upgrading much simpler for the user.
|
|
working towards release upgrades
|
|
|
|
adds `-c <config-file>` or `--config <config-file>` instead of passing
the config file as an argument.
|
|
|
|
overlay directory support
|
|
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.
|
|
The rebar support for common test is very, very buggy and it fails
often without common_test failing due to how rebar integrates with
common test. This patch takes the responsability for running common
test from rebar and runs it directly.
|
|
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.
|
|
|
|
|
|
|
|
And made it through code review!!!
|
|
overlay support
|