summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2015-12-18 17:20:18 +0100
committerPaweł Chmielowski <pchmielowski@process-one.net>2015-12-18 17:20:41 +0100
commit48909bdbee89958c4a90c521b873c9dbd79d48a5 (patch)
tree61d8d20ed2d2b407718656ca7c4ed61da89fc1bb /rebar.config
parentConvert rebar.config.script to more declarative format (diff)
Add --enable-latest-deps to configure
This option make 'rebar get-deps' command to always fetch latest versions of deps that are developed together with ejabberd instead of using frozen commit/branch/tag.
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config16
1 files changed, 16 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
index 039d0bf2..62b44d13 100644
--- a/rebar.config
+++ b/rebar.config
@@ -32,6 +32,22 @@
{if_var_true, tools, {meck, "0.8.2", {git, "https://github.com/eproxus/meck", {tag, "0.8.2"}}}},
{if_var_true, redis, {eredis, ".*", {git, "git://github.com/wooga/eredis"}}}]}.
+{if_var_true, latest_deps,
+ {floating_deps, [p1_logger,
+ cache_tab,
+ p1_tls,
+ p1_stringprep,
+ p1_xml,
+ esip,
+ p1_stun,
+ p1_yaml,
+ p1_utils,
+ p1_mysql,
+ p1_pgsql,
+ p1_pam,
+ p1_zlib,
+ p1_iconv]}}.
+
{erl_opts, [nowarn_deprecated_function,
{if_var_true, roster_gateway_workaround, {d, 'ROSTER_GATWAY_WORKAROUND'}},
{if_var_match, db_type, mssql, {d, 'mssql'}},