Skip to content

Commit 7efae0b

Browse files
committed
Merge #109: doc: gitian-keys is now builder-keys
ba44590 doc: gitian-keys is now builder-keys (W. J. van der Laan) Pull request description: Even though this script is specific to gitian, the rename of the directory where the keys.txt file is affects its use. Top commit has no ACKs. Tree-SHA512: 7a742861baf01878a6ad2c864612088beabbb89046eff0a71dda43d65ece691e65f64a51532bc436a8198dd01ecc988ef96fdc69e3e2aad552e75661a502769f
2 parents 436cd98 + ba44590 commit 7efae0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,15 +292,15 @@ pip3 install --user pyyaml gpg
292292
(or install the distribution package, in Debian/Ubuntu this is `python3-yaml` and `python3-gpg`)
293293

294294
The `gpg` module requires the [gpgme](https://www.gnupg.org/software/gpgme/index.html) library
295-
which is usually present on Linux, and can be installed with `brew install gpgme` on macOS.
295+
which is usually present on Linux, and can be installed with `brew install gpgme` on macOS.
296296

297-
Example usage: `./gitian-verify.py -r 0.21.0rc5 -d ../gitian.sigs -k ../bitcoin/contrib/gitian-keys/keys.txt`
297+
Example usage: `./gitian-verify.py -r 0.21.0rc5 -d ../gitian.sigs -k ../bitcoin/contrib/builder-keys/keys.txt`
298298

299299
Where
300300

301301
- `-r 0.21.0rc5` specifies the release to verify signatures for.
302302
- `-d ../gitian.sigs` specifies the directory where the repository with signatures, [gitian.sigs](https://github.com/bitcoin-core/gitian.sigs/) is checked out.
303-
- `../bitcoin/contrib/gitian-keys/keys.txt` is the path to `keys.txt` file inside the main repository that specifies the valid keys and what signers they belong to.
303+
- `../bitcoin/contrib/builder-keys/keys.txt` is the path to `keys.txt` file inside the main repository that specifies the valid keys and what signers they belong to.
304304

305305
Example output:
306306
```

0 commit comments

Comments
 (0)