This allows the releaser to type fewer characters with simpler formatting requirements.
See test plan for examples.
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rSTAGING0cf235df5a0f: [debian release] Fetch signer string from GPG rather than requiring the user to…
rABC0cf235df5a0f: [debian release] Fetch signer string from GPG rather than requiring the user to…
./debian-packages.sh --dry-run jason ./debian-packages.sh --dry-run jasonbcox ./debian-packages.sh --dry-run jasonbcox@bitcoinabc.org ./debian-packages.sh --dry-run 3BB16D0 ./debian-packages.sh --dry-run 1 # fails due to too many matches ./debian-packages.sh --dry-run blah # fails due to no matches
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- get-signer-from-gpg
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 9946 Build 17746: Default Diff Build & Tests Build 17745: arc lint + arc unit
Event Timeline
Comment Actions
This does not guarantee that you will use the expected key. For example I have several keys with my name and various email addresses, and the script could randomly pick any of these.
The input should be unique. Another approach would be to filter using the keys.txt file from the repo.