summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Firth <dan.firth@codethink.co.uk>2015-03-27 16:02:38 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-03-30 16:23:22 +0000
commite280d3e4340298ed3cc7f4244f00c8c806c8197a (patch)
treec41f53412cd9f457aa013831a480957dad9f835c
parent3242c091577510c9055d329f4bf0973e3829fded (diff)
downloadlorries-e280d3e4340298ed3cc7f4244f00c8c806c8197a.tar.gz
Add dev86.lorry and xen.lorry
Change-Id: I3d8ba9ef69e287e15be2d021cb17e4b0dcea4fe3
-rw-r--r--open-source-lorries/dev86.lorry6
-rw-r--r--open-source-lorries/xen.lorry6
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"
+ }
+}