]> granicus.if.org Git - ejabberd/commitdiff
Use Elixir's 'v1.0' branch
authorHolger Weiss <holger@zedat.fu-berlin.de>
Tue, 24 Feb 2015 11:12:22 +0000 (12:12 +0100)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Tue, 24 Feb 2015 11:12:22 +0000 (12:12 +0100)
The stable Elixir releases are currently built from the 'v1.0' branch,
so let's use that.

rebar.config.script

index 64398f33e9a726906804d3184fa4125a1439ae3f..e8f569569d13b7ad92cc64ff69e1824988819295 100644 (file)
@@ -97,7 +97,9 @@ CfgDeps = lists:flatmap(
                     [{jiffy, ".*", {git, "git://github.com/davisp/jiffy"}}];
                ({elixir, true}) ->
                     [{rebar_elixir_plugin, ".*", {git, "git://github.com/yrashk/rebar_elixir_plugin"}},
-                     {elixir, "1.1.*", {git, "git://github.com/elixir-lang/elixir"}}];
+                     {elixir, ".*",
+                      {git, "git://github.com/elixir-lang/elixir",
+                       {branch, "v1.0"}}}];
                ({iconv, true}) ->
                     [{p1_iconv, ".*", {git, "git://github.com/processone/eiconv"}}];
                ({lager, true}) ->