summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2014-12-16 09:03:31 -0800
committerMagnus Feuer <mfeuer@jaguarlandrover.com>2014-12-16 09:03:31 -0800
commitc05e34990a3e15c3a0c8a91939fc89f90aa600f6 (patch)
tree0014373432cc2a12c56b1daa629ace443f522e91 /rebar.config
parent3606c5d4ab0a7f931835d97ebcde853c782cc8ff (diff)
downloadrvi_core-c05e34990a3e15c3a0c8a91939fc89f90aa600f6.tar.gz
Pre-load dependencies to avoid references to deps in gsms/rebar.config and uart/rebar.config that triggers a github error in gbs.
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"}}
]}.