summaryrefslogtreecommitdiff
path: root/src/rebar_prv_release.erl
Commit message (Collapse)AuthorAgeFilesLines
* Provide descriptions for all tasksFred Hebert2015-04-041-1/+1
|
* Reverse relx args order for configFred Hebert2015-03-221-1/+1
| | | | | | With the new priority order, and knowing Relx processes things in reverse already (possibly building a dict internally), we should flip our options around to keep them correct.
* update all examples in providers to use rebar3Tristan Sloughter2015-03-071-1/+1
|
* release and tar testsTristan Sloughter2015-02-221-2/+5
|
* do not include dir . in relx lib paths it will break lib discoveryTristan Sloughter2015-01-071-1/+2
|
* include project app dirs in release lib_dirs to searchTristan Sloughter2014-12-241-1/+1
|
* Remove profile declarationsFred Hebert2014-12-211-1/+1
| | | | No longer needed.
* rewrite profilesTristan Sloughter2014-12-161-4/+3
|
* in relx call only include deps dirs if they existTristan Sloughter2014-12-061-3/+5
|
* move dir functions from utils to new module rebar_dirTristan Sloughter2014-12-011-2/+2
|
* wip: profilesTristan Sloughter2014-11-291-5/+5
|
* fix default release output dir to _relTristan Sloughter2014-11-151-1/+1
|
* move back to using format_error/1Tristan Sloughter2014-11-091-6/+10
|
* pass deps dir of project to relxTristan Sloughter2014-11-081-2/+3
|
* handle throw by relxTristan Sloughter2014-11-081-7/+12
|
* add format_error/2 provider callback to providersTristan Sloughter2014-10-221-1/+6
|
* update release provider to support relx optsTristan Sloughter2014-10-111-1/+1
|
* move providers to separate appTristan Sloughter2014-10-031-10/+17
|
* add clean providerTristan Sloughter2014-10-011-2/+2
|
* return error messages from providersTristan Sloughter2014-09-271-1/+1
|
* more dialyzer fun. no likey opaque typesTristan Sloughter2014-09-211-1/+1
|
* slowly widdling away at dialyzer errorsTristan Sloughter2014-09-201-1/+1
|
* reworking of help display and parse of commandsTristan Sloughter2014-09-171-7/+7
|
* update release run and variables in templatesTristan Sloughter2014-09-161-1/+0
|
* start of moving to splitting state from config parsingTristan Sloughter2014-08-171-4/+4
|
* add rebar update providerTristan Sloughter2014-08-161-2/+1
|
* large refactoringTristan Sloughter2014-08-161-0/+37
Removed separate compilers Resolves apps to build Finds avail deps before pulling/building Includes relx Simplifies build commands