mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Rebar/Rebar3: Remove elixir as a gitonly_deps, and add ejabberd_po
Adding ejabberd_po to gitonly_deps isn't strictly needed, because we request a branch in the ejabberd-po git repository, and rebar.config.script understands that this means ejabberd_po should be downloaded from git, not hex.pm.
This commit is contained in:
parent
f330267361
commit
65ff45e202
@ -76,7 +76,7 @@
|
|||||||
{yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.15"}}}
|
{yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.15"}}}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{gitonly_deps, [elixir]}.
|
{gitonly_deps, [ejabberd_po]}.
|
||||||
|
|
||||||
{if_var_true, latest_deps,
|
{if_var_true, latest_deps,
|
||||||
{floating_deps, [cache_tab,
|
{floating_deps, [cache_tab,
|
||||||
|
Loading…
Reference in New Issue
Block a user