From 00bf65857d32ff1888cea505de7531cd12548566 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Mon, 16 Jun 2014 13:46:13 +0100 Subject: Add Ansible lorry and also lorry its dependencies Dependencies lorried: - jinja2 - markupsafe - paramiko --- open-source-lorries/ansible.lorry | 6 ++++++ open-source-lorries/jinja2.lorry | 6 ++++++ open-source-lorries/markupsafe.lorry | 6 ++++++ open-source-lorries/paramiko.lorry | 6 ++++++ 4 files changed, 24 insertions(+) create mode 100644 open-source-lorries/ansible.lorry create mode 100644 open-source-lorries/jinja2.lorry create mode 100644 open-source-lorries/markupsafe.lorry create mode 100644 open-source-lorries/paramiko.lorry 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" + } +} -- cgit v1.2.1