summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormagnus <mfeuer@jaguarlandrover.com>2014-10-06 09:14:04 -0700
committermagnus <mfeuer@jaguarlandrover.com>2014-10-06 09:14:04 -0700
commitf9d207977b9069633ffaa56ab8a12a8949ba492c (patch)
treeae799f7c0df3ee67fa7c1919b01c09c1e887e220
parent3551afc90057f93bcacb944eda2a712acdba3141 (diff)
downloadrvi_core-f9d207977b9069633ffaa56ab8a12a8949ba492c.tar.gz
Now builds
-rw-r--r--components/authorize/rebar.config9
-rw-r--r--components/data_link_bert_rpc/rebar.config11
-rw-r--r--components/protocol/rebar.config9
-rw-r--r--components/rvi_common/rebar.config9
-rw-r--r--components/schedule/rebar.config9
-rw-r--r--components/service_discovery/rebar.config9
-rw-r--r--components/service_edge/rebar.config11
-rw-r--r--rebar.config24
8 files changed, 15 insertions, 76 deletions
diff --git a/components/authorize/rebar.config b/components/authorize/rebar.config
deleted file mode 100644
index a85e8ea..0000000
--- a/components/authorize/rebar.config
+++ /dev/null
@@ -1,9 +0,0 @@
-%% -*- erlang -*-
-
-{erl_opts, [debug_info]}.
-
-{deps,
- [
- {setup, ".*", {git, "https://github.com/uwiger/setup.git", "HEAD"}},
- {rvi_common, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/rvi_common", "HEAD"}}
- ]}.
diff --git a/components/data_link_bert_rpc/rebar.config b/components/data_link_bert_rpc/rebar.config
deleted file mode 100644
index f1ea654..0000000
--- a/components/data_link_bert_rpc/rebar.config
+++ /dev/null
@@ -1,11 +0,0 @@
-%% -*- erlang -*-
-
-
-{erl_opts, [debug_info]}.
-
-{deps,
- [
- {setup, ".*", {git, "https://github.com/uwiger/setup.git", "HEAD"}},
- {rvi_common, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/rvi_common", "HEAD"}}
- ]}.
-
diff --git a/components/protocol/rebar.config b/components/protocol/rebar.config
deleted file mode 100644
index a85e8ea..0000000
--- a/components/protocol/rebar.config
+++ /dev/null
@@ -1,9 +0,0 @@
-%% -*- erlang -*-
-
-{erl_opts, [debug_info]}.
-
-{deps,
- [
- {setup, ".*", {git, "https://github.com/uwiger/setup.git", "HEAD"}},
- {rvi_common, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/rvi_common", "HEAD"}}
- ]}.
diff --git a/components/rvi_common/rebar.config b/components/rvi_common/rebar.config
deleted file mode 100644
index ba687be..0000000
--- a/components/rvi_common/rebar.config
+++ /dev/null
@@ -1,9 +0,0 @@
-%% -*- erlang -*-
-
-{ erl_opts, [debug_info]}.
-
-{deps,
- [
- {lager, ".*", {git, "git://github.com/Feuerlabs/lager.git", "1.0.0.fl.3"}},
- {exo, ".*", {git, "git://github.com/Feuerlabs/exo.git", "1.2"}}
- ]}.
diff --git a/components/schedule/rebar.config b/components/schedule/rebar.config
deleted file mode 100644
index a85e8ea..0000000
--- a/components/schedule/rebar.config
+++ /dev/null
@@ -1,9 +0,0 @@
-%% -*- erlang -*-
-
-{erl_opts, [debug_info]}.
-
-{deps,
- [
- {setup, ".*", {git, "https://github.com/uwiger/setup.git", "HEAD"}},
- {rvi_common, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/rvi_common", "HEAD"}}
- ]}.
diff --git a/components/service_discovery/rebar.config b/components/service_discovery/rebar.config
deleted file mode 100644
index a85e8ea..0000000
--- a/components/service_discovery/rebar.config
+++ /dev/null
@@ -1,9 +0,0 @@
-%% -*- erlang -*-
-
-{erl_opts, [debug_info]}.
-
-{deps,
- [
- {setup, ".*", {git, "https://github.com/uwiger/setup.git", "HEAD"}},
- {rvi_common, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/rvi_common", "HEAD"}}
- ]}.
diff --git a/components/service_edge/rebar.config b/components/service_edge/rebar.config
deleted file mode 100644
index 4c64ab8..0000000
--- a/components/service_edge/rebar.config
+++ /dev/null
@@ -1,11 +0,0 @@
-%% -*- erlang -*-
-
-{erl_opts, [debug_info]}.
-
-{deps,
- [
- {setup, ".*", {git, "https://github.com/uwiger/setup.git", "HEAD"}},
- {rvi_common, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/rvi_common", "HEAD"}},
- {resource, ".*", {git, "https://github.com/tonyrog/resource.git", "HEAD"}},
- {wse, ".*", {git, "https://github.com/tonyrog/wse.git", "HEAD"}}
-]}.
diff --git a/rebar.config b/rebar.config
index beb4dee..d82ff8c 100644
--- a/rebar.config
+++ b/rebar.config
@@ -4,15 +4,21 @@
%% Top level app that controls other apps.
%%
{erl_opts, [debug_info]}.
-{lib_dirs, ["deps"]}.
-{sub_dirs, ["rel"]}.
+{lib_dirs, [ "deps" ]}.
+{sub_dirs, ["rel",
+ "components/authorize",
+ "components/data_link_bert_rpc",
+ "components/protocol",
+ "components/rvi_common",
+ "components/schedule",
+ "components/service_discovery/",
+ "components/service_edge"
+]}.
{deps,
[
-%% {setup, ".*", {git, "https://github.com/uwiger/setup.git", "HEAD"}},
- {protocol, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/protocol", "v0.2"}},
- {data_link_bert_rpc, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/data_link_bert_rpc", "v0.2"}},
- {authorize, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/authorize", "v0.2"}},
- {schedule, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/schedule", "v0.2"}},
- {service_edge, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/service_edge", "v0.2"}},
- {service_discovery, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/service_discovery", "v0.2"}}
+ {lager, ".*", {git, "git://github.com/Feuerlabs/lager.git", "1.1"}},
+ {exo, ".*", {git, "git://github.com/Feuerlabs/exo.git", "1.2"}},
+ {setup, ".*", {git, "https://github.com/uwiger/setup.git", "HEAD"}},
+ {resource, ".*", {git, "https://github.com/tonyrog/resource.git", "HEAD"}},
+ {wse, ".*", {git, "https://github.com/tonyrog/wse.git", "HEAD"}}
]}.