summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-source-lorries/ansible.lorry6
-rw-r--r--open-source-lorries/jinja2.lorry6
-rw-r--r--open-source-lorries/markupsafe.lorry6
-rw-r--r--open-source-lorries/paramiko.lorry6
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"
+ }
+}