- cleaned up buildout.cfg (#5).
- pep8.
- update MANIFEST.in: ignore temp files.
- fixed zc.recipe.egg import.
- sets env: USER, LOGNAME, HOME
- fixed bool_options.
- added skip-user option.
- updated buildout and doctests.
- enabled travis.
- replaced conda.makedirs by os.makedirs.
- using zc.recipe.deployment.
- using run-directory.
- fixed use-monitor option.
- cleaned up configuration files.
- added more supervisord options: host, port, username, password, use_monitor.
- remove supervisor config files after uninstall.
- added DAEMON_OPTS env variable to set additional parameters when starting supervisord.
- added
stopsignal
option. - fixed
stopasgroup
option.
- cleaned up templates.
- added user and chown option.
- added more options for program configuration.
- setting default logfile name for service.
- installing in conda enviroment
birdhouse
. - using
$ANACONDA_HOME
environment variable. - separation of anaconda-home and installation prefix.
- bugfix: var/log/supervisor directory is now created.
- Don't update conda on buildout update.
- Updated documentation.
- Removed workaround "kill nginx".
- Not using supervisor-host option.
- Initial Release.