Skip to content

Latest commit

 

History

History
44 lines (39 loc) · 1.54 KB

FEATURES.org

File metadata and controls

44 lines (39 loc) · 1.54 KB

Cookbook Features

This file tracks features that this cookbook implements. It is an orgmode formatted file (see http://orgmode.org/. If you are an emacs user, then this is right up your alley. I’m not, but there is a pretty nice Sublime Text plug-in for it and the format is very nice for keeping track of TODO lists and what not. That is precisely what this file is – a list of things that need do’ing.

Version 1.0 [8/8]

[X] devpi-server is installed into virtual environment [X] virtual environment location is configurable [X] devpi-server version is configurable [X] daemon user is configurable [X] admin group is configurable [X] supervisor recipe - controls service using supervisor [X] server port configurable [X] server root configurable [X] runit recipe - controls service using runit [X] server port configurable [X] server root configurable [X] nginx recipe - expose devpi-server via nginx

Version 1.1 [1/5]

[X] devpi client recipe - only install the client [ ] user LWRP [ ] index LWRP [ ] import LWRP [ ] export LWRP

Version 2.0 [7/7]

[X] Remove supporting recipes (e.g., supervisor, runit) [X] Use devpi-server --gen-config to generate nginx configuration [X] Convert server recipe into LWRP [X] Switch to ChefDK [X] Appease all style checks [X] Remove git-flow nonsense [X] Add nginx configuration LWRP

Version 2.1 [1/4]

[X] Add `replicate` option to devpi_server LWRP [ ] Add `devpi_service` LWRP [ ] Add `devpi_user` LWRP [ ] Add `devpi_index` LWRP