From e280d3e4340298ed3cc7f4244f00c8c806c8197a Mon Sep 17 00:00:00 2001 From: Daniel Firth Date: Fri, 27 Mar 2015 16:02:38 +0000 Subject: Add dev86.lorry and xen.lorry Change-Id: I3d8ba9ef69e287e15be2d021cb17e4b0dcea4fe3 --- open-source-lorries/dev86.lorry | 6 ++++++ open-source-lorries/xen.lorry | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 open-source-lorries/dev86.lorry create mode 100644 open-source-lorries/xen.lorry diff --git a/open-source-lorries/dev86.lorry b/open-source-lorries/dev86.lorry new file mode 100644 index 0000000..452fe23 --- /dev/null +++ b/open-source-lorries/dev86.lorry @@ -0,0 +1,6 @@ +{ + "dev86": { + "type": "git", + "url": "https://github.com/lkundrak/dev86" + } +} diff --git a/open-source-lorries/xen.lorry b/open-source-lorries/xen.lorry new file mode 100644 index 0000000..922df2c --- /dev/null +++ b/open-source-lorries/xen.lorry @@ -0,0 +1,6 @@ +{ + "xen": { + "type": "git", + "url": "git://xenbits.xen.org/xen.git" + } +} -- cgit v1.2.1