From c50d521a3bb08e840df5f50fcaaa3d872a6feaa7 Mon Sep 17 00:00:00 2001 From: Magnus Date: Sat, 26 Jul 2014 12:41:58 -0700 Subject: Initial gerrit commit Signed-off-by: Magnus --- rebar.config | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 rebar.config (limited to 'rebar.config') 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"}} + ]}. -- cgit v1.2.1