diff options
author | Daniel Firth <dan.firth@codethink.co.uk> | 2015-03-27 16:02:38 +0000 |
---|---|---|
committer | Baserock Gerrit <gerrit@baserock.org> | 2015-03-30 16:23:22 +0000 |
commit | e280d3e4340298ed3cc7f4244f00c8c806c8197a (patch) | |
tree | c41f53412cd9f457aa013831a480957dad9f835c | |
parent | 3242c091577510c9055d329f4bf0973e3829fded (diff) | |
download | lorries-e280d3e4340298ed3cc7f4244f00c8c806c8197a.tar.gz |
Add dev86.lorry and xen.lorry
Change-Id: I3d8ba9ef69e287e15be2d021cb17e4b0dcea4fe3
-rw-r--r-- | open-source-lorries/dev86.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/xen.lorry | 6 |
2 files changed, 12 insertions, 0 deletions
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" + } +} |