cinderella

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

commit 88369a11c73c5b654c83fe489159908aa3b406b5
parent 184ff1f833af696513958603203f300e2a763b1c
Author: Stefan Koch <programming@stefan-koch.name>
Date:   Mon, 23 Sep 2019 21:52:22 +0200

new open issue, need to parse commands with quotation marks

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

diff --git a/README.md b/README.md @@ -108,8 +108,8 @@ 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)` +- parse commands that put multiple words in one argument with quotation marks + (`mycommand "one argument"`) correctly - 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