Skip to content

Commit

Permalink
Merge e7441a6 into merged_master (Bitcoin PR bitcoin/bitcoin#21711)
Browse files Browse the repository at this point in the history
  • Loading branch information
apoelstra committed Aug 3, 2021
2 parents 6484dc0 + e7441a6 commit 7a9b6ec
Show file tree
Hide file tree
Showing 9 changed files with 1,250 additions and 319 deletions.
4 changes: 2 additions & 2 deletions contrib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ All other packaging related files can be found in the [bitcoin-core/packaging](h
### [Gitian-descriptors](/contrib/gitian-descriptors) ###
Files used during the gitian build process. For more information about gitian, see the [the Bitcoin Core documentation repository](https://github.com/bitcoin-core/docs).

### [Gitian-keys](/contrib/gitian-keys)
PGP keys used for signing Bitcoin Core [Gitian release](/doc/release-process.md) results.
### [Builder keys](/contrib/builder-keys)
PGP keys used for signing Bitcoin Core [release](/doc/release-process.md) results.

### [MacDeploy](/contrib/macdeploy) ###
Scripts and notes for Mac builds.
Expand Down
14 changes: 7 additions & 7 deletions contrib/gitian-keys/README.md → contrib/builder-keys/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## PGP keys of Gitian builders and Developers
## PGP keys of builders and Developers

The file `keys.txt` contains fingerprints of the public keys of Gitian builders
and active developers.
The file `keys.txt` contains fingerprints of the public keys of builders and
active developers.

The associated keys are mainly used to sign git commits or the build results
of Gitian builds.
of Guix builds.

The most recent version of each pgp key can be found on most pgp key servers.

Expand All @@ -16,12 +16,12 @@ To fetch the latest version of all pgp keys in your gpg homedir,
gpg --refresh-keys
```

To fetch keys of Gitian builders and active developers, feed the list of
fingerprints of the primary keys into gpg:
To fetch keys of builders and active developers, feed the list of fingerprints
of the primary keys into gpg:

```sh
while read fingerprint keyholder_name; do gpg --keyserver hkp://subset.pool.sks-keyservers.net --recv-keys ${fingerprint}; done < ./keys.txt
```

Add your key to the list if you provided Gitian signatures for two major or
Add your key to the list if you provided Guix attestations for two major or
minor releases of Bitcoin Core.
File renamed without changes.
Loading

0 comments on commit 7a9b6ec

Please sign in to comment.