summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2014-12-17 16:39:28 -0800
committerMagnus Feuer <mfeuer@jaguarlandrover.com>2014-12-17 16:39:28 -0800
commit73c51334b17e92398d95561a8f72a4df77ca4b8a (patch)
treeaa16e94d499ec22f4fb8dbefe8d7d71936078e02 /rebar.config
parenta3f0d4f82b4b70738d8a51cbef2e01a794a572af (diff)
downloadrvi_core-73c51334b17e92398d95561a8f72a4df77ca4b8a.tar.gz
Test commit
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config6
1 files changed, 3 insertions, 3 deletions
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"}}
]}.