summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-02-11 10:26:43 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2015-02-11 11:06:48 +0000
commitb6221c88050d40de126d732d3d07b6a5d021f6c0 (patch)
tree91dd245128253f45a19c3eb167e83fc723945f5a
parent2ea2749903a35732adc9c1201f4ee6f8b055f69f (diff)
downloadlorries-b6221c88050d40de126d732d3d07b6a5d021f6c0.tar.gz
Lorry OSTree and a dependency
-rw-r--r--open-source-lorries/libgsystem.lorry6
-rw-r--r--open-source-lorries/ostree.lorry6
2 files changed, 12 insertions, 0 deletions
diff --git a/open-source-lorries/libgsystem.lorry b/open-source-lorries/libgsystem.lorry
new file mode 100644
index 0000000..43691dc
--- /dev/null
+++ b/open-source-lorries/libgsystem.lorry
@@ -0,0 +1,6 @@
+{
+ "libgsystem": {
+ "type": "git",
+ "url": "git://git.gnome.org/libgsystem"
+ }
+}
diff --git a/open-source-lorries/ostree.lorry b/open-source-lorries/ostree.lorry
new file mode 100644
index 0000000..e5807d5
--- /dev/null
+++ b/open-source-lorries/ostree.lorry
@@ -0,0 +1,6 @@
+{
+ "ostree": {
+ "type": "git",
+ "url": "git://git.gnome.org/ostree"
+ }
+}