jaydoane commented on PR #6:
URL: https://github.com/apache/couchdb-admin/pull/6#issuecomment-2552298498

   > For example: one very important thing to me is validating checksums, 
especially the GPG one since that needs manual inspection, but that output is 
lost in the stdout stream.
   
   Since the `test_candidate.sh` script begins with `#!/bin/sh -ex`, the shell 
should immediately exit if any command in the script returns a non-zero exit 
status, which means it should stop immediately if there's a `gpg --verify` 
failure, and so is maybe less likely to be lost in the stdout stream?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to