diff options
| author | euer <root@euer.krebsco.de> | 2012-11-29 18:00:33 +0100 | 
|---|---|---|
| committer | euer <root@euer.krebsco.de> | 2012-11-29 18:00:33 +0100 | 
| commit | 1fa6c7a186a97f833028e4dcb4ec63d631cffa22 (patch) | |
| tree | 5e2caaedf23a37e19d5dbfa28da5abaf54ff938d /retiolum/scripts/github_listener | |
| parent | 9df3e874598a68873df94ffa344e3c172824736a (diff) | |
github_listener: add README
Diffstat (limited to 'retiolum/scripts/github_listener')
| -rw-r--r-- | retiolum/scripts/github_listener/README | 18 | 
1 files changed, 18 insertions, 0 deletions
| diff --git a/retiolum/scripts/github_listener/README b/retiolum/scripts/github_listener/README new file mode 100644 index 00000000..ad43031c --- /dev/null +++ b/retiolum/scripts/github_listener/README @@ -0,0 +1,18 @@ +GITHUB_LISTENER +=============== + +The github listener is an application which listens for github post-receive  +hook calls and runs a script each time currently the github listener is  +used to create a tarball of all nodes in the retiolum darknet.  the current  +tarball can be retrieved at http://euer.krebsco.de/retiolum/hosts.tar + +listen script +============= + +the listen script is a quick hack which runs netcat in an e-loop together  +with a "logger" command to signalise successful tarball generation. + + +github_listener.conf +=================== +the supervisor config file | 
