From f9c80f2a930b5c3849ec9cd8e7f89b6d22b4b02e Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Wed, 11 Feb 2015 10:26:43 +0000 Subject: Lorry OSTree and a dependency --- open-source-lorries/libgsystem.lorry | 6 ++++++ open-source-lorries/ostree.lorry | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 open-source-lorries/libgsystem.lorry create mode 100644 open-source-lorries/ostree.lorry 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" + } +} -- cgit v1.2.1