summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2015-02-07 09:58:17 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2015-02-07 09:58:17 +0000
commit67379876fa99f5fea7863ce75565a974fbb8506a (patch)
tree133f91d8eb0b6a332c3928ecb94b61b60ec0412b
parentb9f4e506dcc5adda305d4baf4ce152001edc150a (diff)
parent04147e0aa670dcda13b9e9232eeb5b26e855425d (diff)
downloadlorries-67379876fa99f5fea7863ce75565a974fbb8506a.tar.gz
Merge branch 'baserock/ps/add-fail2ban-pyinotify'
Reviewed-by: Rob Taylor <rob.taylor@codethink.co.uk> Reviewed-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk>
-rw-r--r--open-source-lorries/fail2ban.lorry6
-rw-r--r--open-source-lorries/pyinotify.lorry6
2 files changed, 12 insertions, 0 deletions
diff --git a/open-source-lorries/fail2ban.lorry b/open-source-lorries/fail2ban.lorry
new file mode 100644
index 0000000..73239ea
--- /dev/null
+++ b/open-source-lorries/fail2ban.lorry
@@ -0,0 +1,6 @@
+{
+ "fail2ban": {
+ "type": "git",
+ "url": "git://github.com/fail2ban/fail2ban.git"
+ }
+}
diff --git a/open-source-lorries/pyinotify.lorry b/open-source-lorries/pyinotify.lorry
new file mode 100644
index 0000000..9e9a27a
--- /dev/null
+++ b/open-source-lorries/pyinotify.lorry
@@ -0,0 +1,6 @@
+{
+ "pyinotify": {
+ "type": "git",
+ "url": "git://github.com/seb-m/pyinotify.git"
+ }
+}