From 04147e0aa670dcda13b9e9232eeb5b26e855425d Mon Sep 17 00:00:00 2001 From: Paul Sherwood Date: Sat, 7 Feb 2015 07:13:14 +0000 Subject: Add fail2ban, pyinotify --- open-source-lorries/fail2ban.lorry | 6 ++++++ open-source-lorries/pyinotify.lorry | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 open-source-lorries/fail2ban.lorry create mode 100644 open-source-lorries/pyinotify.lorry 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" + } +} -- cgit v1.2.1