cinderella

[unmaintained] simple CI engine
Log | Files | Refs | README | LICENSE

commit 5ac4a9d576079e7fafc03d4a40e5d24518cb2c73
parent 8ee524056bfa0e6934f0fe7af326565a381a5e39
Author: Stefan Koch <programming@stefan-koch.name>
Date:   Sun, 22 Sep 2019 23:26:22 +0200

write a list of open points

Diffstat:
MREADME.md | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -101,3 +101,17 @@ If Cinderella finds a `config.toml` file with a table `email` it will enable e-mail notifications. If you want to disable e-mail notifications again, delete the table `email` from your Cinderella configuration file or delete the whole Cinderella configuration file. + + +Open Points +----------- + +This is a list of open points that are subject to implementation: + +- on all errors during execution (`panic!`, `unwrap` errors, `expect` errors) + return a `ExecutionResult::Fatal(String)` +- keep a status of the last result per repository (to send *OK again* mails) +- send a more detailed error message on the build error reason: + - return code of the failed command + - full log of the executed commands (in a prompt style, command followed by + output)