summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-03 18:14:08 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-03 18:14:08 +0000
commitc624a4656ae0d5f840881180fdb420456fb751a8 (patch)
tree7290d7368c7643b267956d626030441c973e34b9
parentb6ecf44257addeb9abd18d95ff10b3ce68d72d4d (diff)
parent5912b75be000e37af79f4cb1f203f0bce7d07c6b (diff)
downloadlorries-c624a4656ae0d5f840881180fdb420456fb751a8.tar.gz
Merge branch 'baserock/pedroalvarez/genivi-jupiter-components'
Reviewed-by: Javier Jardón <jjardon@gnome.org> Reviewed-by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
-rw-r--r--open-source-lorries/genivi-persistence-administrator.lorry6
-rw-r--r--open-source-lorries/genivi-persistence-common-object.lorry6
-rw-r--r--open-source-lorries/libarchive.lorry6
3 files changed, 18 insertions, 0 deletions
diff --git a/open-source-lorries/genivi-persistence-administrator.lorry b/open-source-lorries/genivi-persistence-administrator.lorry
new file mode 100644
index 0000000..987bba1
--- /dev/null
+++ b/open-source-lorries/genivi-persistence-administrator.lorry
@@ -0,0 +1,6 @@
+{
+ "genivi/persistence-administrator": {
+ "type": "git",
+ "url": "git://git.projects.genivi.org/persistence/persistence-administrator.git"
+ }
+}
diff --git a/open-source-lorries/genivi-persistence-common-object.lorry b/open-source-lorries/genivi-persistence-common-object.lorry
new file mode 100644
index 0000000..961ed6c
--- /dev/null
+++ b/open-source-lorries/genivi-persistence-common-object.lorry
@@ -0,0 +1,6 @@
+{
+ "genivi/persistence-common-object": {
+ "type": "git",
+ "url": "git://git.projects.genivi.org/persistence/persistence-common-object.git"
+ }
+}
diff --git a/open-source-lorries/libarchive.lorry b/open-source-lorries/libarchive.lorry
new file mode 100644
index 0000000..8799b23
--- /dev/null
+++ b/open-source-lorries/libarchive.lorry
@@ -0,0 +1,6 @@
+{
+ "libarchive": {
+ "type": "git",
+ "url": "git://github.com/libarchive/libarchive.git"
+ }
+}