summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2015-02-07 07:13:14 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2015-02-07 07:13:14 +0000
commit04147e0aa670dcda13b9e9232eeb5b26e855425d (patch)
tree133f91d8eb0b6a332c3928ecb94b61b60ec0412b
parentb9f4e506dcc5adda305d4baf4ce152001edc150a (diff)
downloadlorries-baserock/ps/add-fail2ban-pyinotify.tar.gz
Add fail2ban, pyinotifybaserock/ps/add-fail2ban-pyinotify
-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"
+ }
+}