Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | controller: allow parsing credsfile from anywhere | Pavel Raiskup | 2014-10-22 | 1 | -1/+3 |
| | | | | | * controller/parse_credsfile: Detect $srcdir to be able to read the correct secret file from any CWD. | ||||
* | big reorg: prepare for generalization | Pavel Raiskup | 2014-10-22 | 1 | -0/+14 |
Try to split into three separate components -> controller, tester, and 'tasks' (postgresql-tasks in our case). The controller component is the main part which is able to run the task remotely. Tester is more-like library for 'tasks' component (should be reusable on the raw git level). * controller: Almost separated component. * postgresql-tasks: Likewise. * tester: Likewise. |