Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only reverse some relx args, fixes profile usage for relx | Tristan Sloughter | 2015-06-28 | 1 | -23/+1 |
| | |||||
* | add relup provider and update relx | Tristan Sloughter | 2015-06-26 | 1 | -5/+4 |
| | |||||
* | run pre and post hooks for release and tar providers | Tristan Sloughter | 2015-05-31 | 1 | -0/+4 |
| | |||||
* | Merge pull request #487 from ferd/fix-provider-bareness | Tristan Sloughter | 2015-05-30 | 1 | -1/+1 |
|\ | | | | | fix bareness issues | ||||
| * | fix bareness issues | Fred Hebert | 2015-05-31 | 1 | -1/+1 |
| | | | | | | | | | | | | - Crashes in providers lib when no providers in a namespace are bare - Making sure bareness matches semantics; i.e. a bare provider is visible, a non-bare provider is hidden. | ||||
* | | reverse relx config so profile settings are used properly | Tristan Sloughter | 2015-05-26 | 1 | -1/+1 |
|/ | |||||
* | include _checkouts in release lib dirs if it exists | Tristan Sloughter | 2015-04-25 | 1 | -1/+2 |
| | |||||
* | Provide descriptions for all tasks | Fred Hebert | 2015-04-04 | 1 | -1/+1 |
| | |||||
* | update all examples in providers to use rebar3 | Tristan Sloughter | 2015-03-07 | 1 | -1/+1 |
| | |||||
* | release and tar tests | Tristan Sloughter | 2015-02-22 | 1 | -3/+6 |
| | |||||
* | do not include dir . in relx lib paths it will break lib discovery | Tristan Sloughter | 2015-01-07 | 1 | -1/+2 |
| | |||||
* | include project app dirs in release lib_dirs to search | Tristan Sloughter | 2014-12-24 | 1 | -1/+1 |
| | |||||
* | Remove profile declarations | Fred Hebert | 2014-12-21 | 1 | -1/+1 |
| | | | | No longer needed. | ||||
* | rewrite profiles | Tristan Sloughter | 2014-12-16 | 1 | -4/+3 |
| | |||||
* | don't lose defualt deps when creating current profile | Tristan Sloughter | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | in relx tar call only include deps dirs if they exist | Tristan Sloughter | 2014-12-06 | 1 | -4/+6 |
| | |||||
* | move dir functions from utils to new module rebar_dir | Tristan Sloughter | 2014-12-01 | 1 | -2/+2 |
| | |||||
* | wip: profiles | Tristan Sloughter | 2014-11-29 | 1 | -3/+7 |
| | |||||
* | fix default release output dir to _rel | Tristan Sloughter | 2014-11-15 | 1 | -1/+1 |
| | |||||
* | move back to using format_error/1 | Tristan Sloughter | 2014-11-09 | 1 | -4/+4 |
| | |||||
* | pass deps dir of project to relx | Tristan Sloughter | 2014-11-08 | 1 | -2/+3 |
| | |||||
* | include relx options in tar command | Tristan Sloughter | 2014-11-04 | 1 | -3/+5 |
| | |||||
* | fix tar provider to pass release and tar to relx as 2 commands | Tristan Sloughter | 2014-11-03 | 1 | -2/+2 |
| | |||||
* | add format_error/2 provider callback to providers | Tristan Sloughter | 2014-10-22 | 1 | -1/+6 |
| | |||||
* | move providers to separate app | Tristan Sloughter | 2014-10-03 | 1 | -10/+15 |
| | |||||
* | return error messages from providers | Tristan Sloughter | 2014-09-27 | 1 | -1/+1 |
| | |||||
* | more dialyzer fun. no likey opaque types | Tristan Sloughter | 2014-09-21 | 1 | -1/+1 |
| | |||||
* | slowly widdling away at dialyzer errors | Tristan Sloughter | 2014-09-20 | 1 | -3/+3 |
| | |||||
* | add support for plugins as pre and post hooks | Tristan Sloughter | 2014-09-18 | 1 | -1/+0 |
| | |||||
* | reworking of help display and parse of commands | Tristan Sloughter | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | start of moving to splitting state from config parsing | Tristan Sloughter | 2014-08-17 | 1 | -4/+4 |
| | |||||
* | add rebar update provider | Tristan Sloughter | 2014-08-16 | 1 | -1/+0 |
| | |||||
* | large refactoring | Tristan Sloughter | 2014-08-16 | 1 | -0/+37 |
Removed separate compilers Resolves apps to build Finds avail deps before pulling/building Includes relx Simplifies build commands |