Retz is a simple job queuing and execution service which runs on top of Mesos as a framework.
- For who starts from scratch with server
- For who knows a running Retz system with client
See and walk around doc
directory for documents.
- Please report any issues to repository for issue tracking
- Clone this repository
- Make a topic branch
- If it is a bugfix, add test(s) to reproduce the bug
- Add your your modification
- Make sure nothing is broken by running
make build inttest
- Commit with proper description in the commit message
- Open a pull request to Retz repository
- By opening a pull request, we assume the contributor has agreed to donate all copyright of the patch to the original author Nautilus Technologies and agreed not to claim any intellectual properties in the patch.