diff options
author | Pedro Alvarez <pedro.alvarez@codethink.co.uk> | 2014-06-16 13:46:13 +0100 |
---|---|---|
committer | Pedro Alvarez <pedro.alvarez@codethink.co.uk> | 2014-06-16 13:46:13 +0100 |
commit | 00bf65857d32ff1888cea505de7531cd12548566 (patch) | |
tree | 6350aff1072cd1be0375321e0c004f3b5377cca2 /open-source-lorries | |
parent | 541c77b8521413673b1803e125933dd69bb19654 (diff) | |
download | lorries-00bf65857d32ff1888cea505de7531cd12548566.tar.gz |
Add Ansible lorry and also lorry its dependencies
Dependencies lorried:
- jinja2
- markupsafe
- paramiko
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/ansible.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/jinja2.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/markupsafe.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/paramiko.lorry | 6 |
4 files changed, 24 insertions, 0 deletions
diff --git a/open-source-lorries/ansible.lorry b/open-source-lorries/ansible.lorry new file mode 100644 index 0000000..e7261bc --- /dev/null +++ b/open-source-lorries/ansible.lorry @@ -0,0 +1,6 @@ +{ + "ansible": { + "type": "git", + "url": "git://github.com/ansible/ansible.git" + } +} diff --git a/open-source-lorries/jinja2.lorry b/open-source-lorries/jinja2.lorry new file mode 100644 index 0000000..ed5aa4c --- /dev/null +++ b/open-source-lorries/jinja2.lorry @@ -0,0 +1,6 @@ +{ + "jinja2": { + "type": "git", + "url": "git://github.com/mitsuhiko/jinja2.git" + } +} diff --git a/open-source-lorries/markupsafe.lorry b/open-source-lorries/markupsafe.lorry new file mode 100644 index 0000000..cf0fa17 --- /dev/null +++ b/open-source-lorries/markupsafe.lorry @@ -0,0 +1,6 @@ +{ + "markupsafe": { + "type": "git", + "url": "git://github.com/mitsuhiko/markupsafe.git" + } +} diff --git a/open-source-lorries/paramiko.lorry b/open-source-lorries/paramiko.lorry new file mode 100644 index 0000000..eba588c --- /dev/null +++ b/open-source-lorries/paramiko.lorry @@ -0,0 +1,6 @@ +{ + "paramiko": { + "type": "git", + "url": "git://github.com/paramiko/paramiko.git" + } +} |