From e7ddee58eaa3304ea55a9ca6c6ae88e12b49aca4 Mon Sep 17 00:00:00 2001 From: Lauren Perry Date: Fri, 10 Jun 2016 15:01:03 +0100 Subject: Add rvi_sota_client lorry, and move all rvi lorries to single location Change-Id: Iad5d540a4bd10b10be2eb2d55c9e576589eb6b7b --- open-source-lorries/rvi.lorry | 11 +++++++++++ open-source-lorries/rvi_core.lorry | 6 ------ 2 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 open-source-lorries/rvi.lorry delete mode 100644 open-source-lorries/rvi_core.lorry 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" - } -} -- cgit v1.2.1