WIP towards the signing infrastructure that we need. Completes T364.
Details
Details
- Reviewers
deadalnix schancel - Group Reviewers
Restricted Project - Commits
- rSTAGING52b0de2d24a6: Added gitian signing keys and script to fetch them
rABC52b0de2d24a6: Added gitian signing keys and script to fetch them
run check-keys.sh
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
contrib/gitian-signing/check-keys.sh | ||
---|---|---|
4 ↗ | (On Diff #4192) | Have you tested this? I'm curious about the email in the keys file. How's that affect this command? |
contrib/gitian-signing/check-keys.sh | ||
---|---|---|
4 ↗ | (On Diff #4192) | Yes, see the test plan. The emails do not affect the script because read fingerprint keyholder holds the fingerprint in fingerprint and the email in keyholder. Spaces are used as delimiters. See https://ss64.com/bash/read.html for more information. |
contrib/gitian-signing/check-keys.sh | ||
---|---|---|
4 ↗ | (On Diff #4192) | Oh, shoot I didn't notice the second parameter to read. |