diff options
author | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-02-18 15:45:04 +0000 |
---|---|---|
committer | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-02-18 15:45:04 +0000 |
commit | 697d74d2ae7b2b6f5f6efc58a116d3afd4f8bfc6 (patch) | |
tree | e1adb7f0eeee78c944a4704407156fc5c68f1a76 /open-source-lorries | |
parent | 768ff3f83967eaa5185fc22f55012af9645e033a (diff) | |
download | lorries-697d74d2ae7b2b6f5f6efc58a116d3afd4f8bfc6.tar.gz |
Add luxio and gitano-all lorries
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/gitano-all.lorry | 34 | ||||
-rw-r--r-- | open-source-lorries/luxio.lorry | 6 |
2 files changed, 40 insertions, 0 deletions
diff --git a/open-source-lorries/gitano-all.lorry b/open-source-lorries/gitano-all.lorry new file mode 100644 index 0000000..619b865 --- /dev/null +++ b/open-source-lorries/gitano-all.lorry @@ -0,0 +1,34 @@ +{ + "gitano/luacov": { + "type": "git", + "url": "git://git.gitano.org.uk/luacov.git" + }, + "gitano/libgit2": { + "type": "git", + "url": "git://git.gitano.org.uk/libgit2.git" + }, + "gitano/luagit2": { + "type": "git", + "url": "git://git.gitano.org.uk/luagit2.git" + }, + "gitano/lace": { + "type": "git", + "url": "git://git.gitano.org.uk/lace.git" + }, + "gitano/clod": { + "type": "git", + "url": "git://git.gitano.org.uk/clod.git" + }, + "gitano/supple": { + "type": "git", + "url": "git://git.gitano.org.uk/supple.git" + }, + "gitano/gall": { + "type": "git", + "url": "git://git.gitano.org.uk/gall.git" + }, + "gitano/gitano": { + "type": "git", + "url": "git://git.gitano.org.uk/gitano.git" + } +} diff --git a/open-source-lorries/luxio.lorry b/open-source-lorries/luxio.lorry new file mode 100644 index 0000000..5d2f0c9 --- /dev/null +++ b/open-source-lorries/luxio.lorry @@ -0,0 +1,6 @@ +{ + "luxio": { + "type": "bzr", + "url": "http://bzr.rjek.com/public/luxio/" + } +} |