summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config7
1 files changed, 7 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
index 29b7941..ab5aa52 100644
--- a/rebar.config
+++ b/rebar.config
@@ -20,6 +20,13 @@
{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"}},
+ %% 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"}}
]}.