summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
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"}}
]}.