gitian-builder/bin/gverify
script returns the exit code 1 if a signature verification ends with ‘BAD SIGNATURE’ or ‘MISMATCH’ by design.
In these cases check_call()
will raise CalledProcessError
and gitian-build.py --verify
will fail.
gitian-builder/bin/gverify
script returns the exit code 1 if a signature verification ends with ‘BAD SIGNATURE’ or ‘MISMATCH’ by design.
In these cases check_call()
will raise CalledProcessError
and gitian-build.py --verify
will fail.
The `gitian-builder/bin/gverify` script returns the exit code 1 if a signature verification ends with 'BAD SIGNATURE' or 'MISMATCH' by design.
In these cases `check_call()` will raise `CalledProcessError` and `gitian-build.py --verify` will fail.
Labels
Scripts and tools