From c05e34990a3e15c3a0c8a91939fc89f90aa600f6 Mon Sep 17 00:00:00 2001 From: Magnus Feuer Date: Tue, 16 Dec 2014 09:03:31 -0800 Subject: Pre-load dependencies to avoid references to deps in gsms/rebar.config and uart/rebar.config that triggers a github error in gbs. --- rebar.config | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'rebar.config') 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"}} ]}. -- cgit v1.2.1