summaryrefslogtreecommitdiff
path: root/src/rebar_hooks.erl
Commit message (Expand)AuthorAgeFilesLines
* add debug statement of failed hook to help plugin buildersTristan Sloughter2015-06-201-0/+2
* Add error message for bad provider hook, fixes #521Tristan Sloughter2015-06-191-10/+19
* Export following env vars when running hooks:Jean Parpaillon2015-06-151-1/+56
* store plugin providers in app_info's state for depsTristan Sloughter2015-05-281-1/+3
* fix for plugin installation and code pathsTristan Sloughter2015-05-271-1/+5
* install dep plugins & run provider hooks the same as shell hooksTristan Sloughter2015-04-041-3/+24
* output hook stdout and don't add extra newlineTristan Sloughter2015-02-231-1/+1
* fix for rebar deps dir path in hooks, making it absoluteTristan Sloughter2015-01-241-1/+1
* move dir functions from utils to new module rebar_dirTristan Sloughter2014-12-011-1/+1
* wip: profilesTristan Sloughter2014-11-291-1/+1
* set REBAR_DEPS_DIR in hooks env and run pre_compile hooks before deps compileTristan Sloughter2014-11-221-2/+3
* add rebar_hooks moduleTristan Sloughter2014-11-021-0/+24