Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2015-12-18 19:20:18 +0300
committerPaweł Chmielowski <pchmielowski@process-one.net>2015-12-18 19:20:41 +0300
commit48909bdbee89958c4a90c521b873c9dbd79d48a5 (patch)
tree61d8d20ed2d2b407718656ca7c4ed61da89fc1bb /rebar.config
parent99fdba0745241ea9f2c2de211993eb2a3ab2aef5 (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 039d0bf2f..62b44d13a 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'}},