Age | Commit message (Collapse) | Author |
|
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!!!
|
|
This includes support for overlays and fairly complete tests
|
|
|
|
|
|
|
|
fixes to release assembly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
default relcool.config support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add wiki link to README
|
|
|
|
Signed-off-by: Jordan Wilberding <[email protected]>
|
|
Signed-off-by: Jordan Wilberding <[email protected]>
|
|
Signed-off-by: Jordan Wilberding <[email protected]>
|
|
add examples of simple and complete relcool configs
|
|
|
|
Signed-off-by: Jordan Wilberding <[email protected]>
|
|
add inadvertantly deleted relcool.app.src
|