Changes between Initial Version and Version 1 of Ticket #226


Ignore:
Timestamp:
09/20/2014 12:16:13 PM (10 years ago)
Author:
Brian Warner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #226 – Description

    initial v1  
    88
    99* store service info in a single JSON file, `BASEDIR/services.json`
    10 * write one function that loads a dict of services (swissnum -> `{service_type, service_args, comment}`), by loading the JSON file if present, otherwise scanning `services` with `os.find()` for all `service_type` files and reconstructing swissnums from the (possibly multi-part) paths
     10* write one function that loads a dict of services (swissnum -> `{service_type, service_args, comment}`), by loading the JSON file if present, otherwise scanning `services` with `os.path.walk()` for all `service_type` files and reconstructing swissnums from the (possibly multi-part) paths
    1111* use this dict for:
    1212 * `flappserver list`