Status: ALPHA
The sourcemint networkable node daemon to be installed on all systems.
- Copyright: 2012 Christoph Dorn
- Code License: MIT License
- Docs License: Creative Commons Attribution-NonCommercial-ShareAlike 3.0
- Sponsor: Sourcemint
- Mailing list: groups.google.com/group/sourcemint
Exposes API:
-
http://<hostname>:9999/api/github.com/post-receive
- Set this up as a github.com Post-Receive WebHook URL.Will trigger all scripts configured with:
/pinf/programs/<programId>/program.json ~ { "config": { "github.com/sourcemint/node/0": { "on": { "RepositoryNewTag": { "match": { "repository": "<github hostname><github pathname>" }, "do": "<shell command (cwd: /pinf/programs/<programId>)>" } } } } }