The script breaks if the signer has multiple, ultimately-trusted user IDs.
I recently added another email to my GPG key, so this was broken for me.
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABCf7541c92b9fe: Fix Debian package script in case signer has multiple user IDs
Used this script to upload to my staging PPA: https://launchpad.net/~jasonbcox/+archive/ubuntu/bitcoin-abc/+packages
./debian-packages.sh -p jasonbcox-bitcoin-abc jasonbcox
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- release-signer
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 11144 Build 20833: Default Diff Build & Tests Build 20832: Build without Wallet Build 20831: Build with clang-10 Build 20830: arc lint + arc unit
Event Timeline
contrib/release/debian-packages.sh | ||
---|---|---|
111 | I don't see the point, you already know the signer email since it's in the keys.txt file. You can use it to filter with no ambiguity. |