summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauren Perry <lauren.perry@codethink.co.uk>2016-06-10 15:01:03 +0100
committerLauren Perry <lauren.perry@codethink.co.uk>2016-06-10 15:01:03 +0100
commite7ddee58eaa3304ea55a9ca6c6ae88e12b49aca4 (patch)
treed93755a9b243060464c368ab7db7065259f860c0
parent368f5f7e7c9e2fb27d41843a56efac690b0d7283 (diff)
downloadlorries-e7ddee58eaa3304ea55a9ca6c6ae88e12b49aca4.tar.gz
Add rvi_sota_client lorry, and move all rvi lorries to single location
Change-Id: Iad5d540a4bd10b10be2eb2d55c9e576589eb6b7b
-rw-r--r--open-source-lorries/rvi.lorry11
-rw-r--r--open-source-lorries/rvi_core.lorry6
2 files changed, 11 insertions, 6 deletions
diff --git a/open-source-lorries/rvi.lorry b/open-source-lorries/rvi.lorry
new file mode 100644
index 0000000..ccbb241
--- /dev/null
+++ b/open-source-lorries/rvi.lorry
@@ -0,0 +1,11 @@
+{
+ "rvi/rvi_core": {
+ "type": "git",
+ "url": "https://github.com/GENIVI/rvi_core"
+ },
+
+ "rvi/rvi_sota_client": {
+ "type": "git",
+ "url": "https://github.com/GENIVI/rvi_sota_client"
+ }
+}
diff --git a/open-source-lorries/rvi_core.lorry b/open-source-lorries/rvi_core.lorry
deleted file mode 100644
index b864ba2..0000000
--- a/open-source-lorries/rvi_core.lorry
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "rvi_core": {
- "type": "git",
- "url": "https://github.com/GENIVI/rvi_core"
- }
-}