aboutsummaryrefslogtreecommitdiff
path: root/plugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename plugin to not clash with plugin from depPaweł Chmielowski2020-01-081-2/+2
|
* Downgrade jose to version that works with rebar2 and del warning_as_error ↵Paweł Chmielowski2019-07-121-0/+7
| | | | from it's config
* Call configure on deps in separate rebar command that compilePaweł Chmielowski2018-01-152-3/+8
| | | | This way we rebar.config.script can use vars detected by configure
* Use override syntax that rebar3 acceptsPaweł Chmielowski2018-01-151-2/+2
|
* Avoid badarg error when running get-deps before ./configure has created ↵nosnilmot2017-11-151-3/+7
| | | | src/ejabberd.app (#2103)
* Call earlier deps configure scripts durring compilationPaweł Chmielowski2017-09-261-0/+32
|
* Override version of subdeps with version from main rebar.configPaweł Chmielowski2017-06-071-0/+126
|
* Add plugin for passing extra erl_opts flags to deps, and use it for hipePaweł Chmielowski2015-12-161-0/+12
This fixes #425 in github issue tracker