index
:
relx.git
gh-pages
master
revert-426-vars
try-circleci
try-cirrus
Sane, simple release creation for Erlang.
Erlware
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rlx_prv_relup.erl
Age
Commit message (
Collapse
)
Author
2017-02-01
Don't crash on warnings emitted during relup
Luis Rascao
Make use of warnings_on_errors option to exit with error or proceed with just a warning.
2015-11-19
move relup successfuly created log message to after it is sucessfully written
Tristan Sloughter
2015-11-19
relup successfully created message should be an info log not an error
Tristan Sloughter
2015-07-08
don't do release discovery unless needed -- like for relups
Tristan Sloughter
2015-06-25
no longer run release before tar or relup, the user must call it
Tristan Sloughter
2015-02-01
cleanup: remove unused provider attributes to not complicate code
Tristan Sloughter
2014-11-09
move back to using format_error/1
Tristan Sloughter
2014-11-03
split release and app discovery into two separate providers
Tristan Sloughter
2014-10-23
use providers PRV_ERROR and format_error/2
Tristan Sloughter
2014-10-22
include state in format_error/2
Tristan Sloughter
2014-10-11
provider task dependencies
Tristan Sloughter
2014-05-14
refactor tar and relup commands to own providers
Tristan Sloughter