summaryrefslogtreecommitdiff
path: root/plugins (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-08Rename plugin to not clash with plugin from depPaweł Chmielowski1-2/+2
2019-07-12Downgrade jose to version that works with rebar2 and del warning_as_error ↵Paweł Chmielowski1-0/+7
from it's config
2018-01-15Call configure on deps in separate rebar command that compilePaweł Chmielowski2-3/+8
This way we rebar.config.script can use vars detected by configure
2018-01-15Use override syntax that rebar3 acceptsPaweł Chmielowski1-2/+2
2017-11-15Avoid badarg error when running get-deps before ./configure has created ↵nosnilmot1-3/+7
src/ejabberd.app (#2103)
2017-09-26Call earlier deps configure scripts durring compilationPaweł Chmielowski1-0/+32
2017-06-07Override version of subdeps with version from main rebar.configPaweł Chmielowski1-0/+126
2015-12-16Add plugin for passing extra erl_opts flags to deps, and use it for hipePaweł Chmielowski1-0/+12
This fixes #425 in github issue tracker