summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorMagnus <mfeuer@jaguarlandrover.com>2014-07-26 12:41:58 -0700
committerMagnus <mfeuer@jaguarlandrover.com>2014-07-26 12:41:58 -0700
commitc50d521a3bb08e840df5f50fcaaa3d872a6feaa7 (patch)
tree8ed9ef6f18eeff38c6704a5e52988198a73876e9 /rebar.config
parent0b3e2b95237ca34a338992f4ff2c19372076cc42 (diff)
downloadrvi_core-c50d521a3bb08e840df5f50fcaaa3d872a6feaa7.tar.gz
Initial gerrit commit
Signed-off-by: Magnus <mfeuer@jaguarlandrover.com>
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config17
1 files changed, 17 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
new file mode 100644
index 0000000..5e2908e
--- /dev/null
+++ b/rebar.config
@@ -0,0 +1,17 @@
+%% -*- erlang -*-
+
+%%
+%% Top level app that controls other apps.
+%%
+{erl_opts, [debug_info]}.
+{deps,
+ [
+ {setup, ".*", {git, "https://github.com/uwiger/setup.git", "HEAD"}},
+ {protocol, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/protocol", "master"}},
+ {data_link_device, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/data_link_device", "master"}},
+ {data_link_backend, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/data_link_backend", "master"}},
+ {authorize, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/authorize", "master"}},
+ {schedule, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/schedule", "master"}},
+ {service_edge, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/service_edge", "master"}},
+ {service_discovery, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/service_discovery", "master"}}
+ ]}.