From 73c51334b17e92398d95561a8f72a4df77ca4b8a Mon Sep 17 00:00:00 2001 From: Magnus Feuer Date: Wed, 17 Dec 2014 16:39:28 -0800 Subject: Test commit --- rebar.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index ab5aa52..c57fa4c 100644 --- a/rebar.config +++ b/rebar.config @@ -25,8 +25,8 @@ %% 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"}}, + %% {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