summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2015-04-07 09:24:32 -0700
committerMagnus Feuer <mfeuer@jaguarlandrover.com>2015-04-07 09:24:32 -0700
commit2e1b2c3c8a480ee8348542a5f0fb62ff397c3cdb (patch)
tree7e61d9ed86e8bb29dd29d10138422546b0d48c40
parent4b19b925bd0498daa3832b0f6bde14c3b92c7b7a (diff)
downloadrvi_core-2e1b2c3c8a480ee8348542a5f0fb62ff397c3cdb.tar.gz
Should fix build issue
-rw-r--r--rebar.config12
1 files changed, 6 insertions, 6 deletions
diff --git a/rebar.config b/rebar.config
index ab5aa52..f721381 100644
--- a/rebar.config
+++ b/rebar.config
@@ -18,15 +18,15 @@
[
{lager, ".*", {git, "git://github.com/Feuerlabs/lager.git", "1.1"}},
{exo, ".*", {git, "git://github.com/Feuerlabs/exo.git", "1.2"}},
- {setup, ".*", {git, "https://github.com/uwiger/setup.git", "HEAD"}},
- {resource, ".*", {git, "https://github.com/tonyrog/resource.git", "HEAD"}},
+ {setup, ".*", {git, "git://github.com/uwiger/setup.git", "HEAD"}},
+ {resource, ".*", {git, "git://github.com/tonyrog/resource.git", "HEAD"}},
%% GBS cannot clone the git@github.com:tonyrog/uart.git references
%% GBS cannot clone the git@github.com:tonyrog/uart.git and
%% git@github.com:tonyrog/dthread.git and references
%% given in gsms/rebar.config and uart/rebar.config, so
%% we'll specify them with a working reference here instead.
- {dthread, ".*", {git, "https://github.com/tonyrog/dthread.git", "HEAD"}},
- {uart, ".*", {git, "https://github.com/tonyrog/uart.git", "HEAD"}},
- {gsms, ".*", {git, "https://github.com/tonyrog/gsms.git", "HEAD"}},
- {wse, ".*", {git, "https://github.com/tonyrog/wse.git", "HEAD"}}
+ {dthread, ".*", {git, "git://github.com/tonyrog/dthread.git", "HEAD"}},
+ {uart, ".*", {git, "git://github.com/tonyrog/uart.git", "HEAD"}},
+ {gsms, ".*", {git, "git://github.com/tonyrog/gsms.git", "HEAD"}},
+ {wse, ".*", {git, "git://github.com/tonyrog/wse.git", "HEAD"}}
]}.