Skip to content

Commit 37c9830

Browse files
committed
Merge #8193: [trivial][doc] Use Debian 8.5 in the gitian-build guide
b0938a0 [trivial][doc] Use Debian 8.5 in the gitian-build guide (fanquake)
2 parents 65a9d7d + b0938a0 commit 37c9830

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/gitian-building.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gitian building
22
================
33

4-
*Setup instructions for a Gitian build of Bitcoin using a Debian VM or physical system.*
4+
*Setup instructions for a Gitian build of Bitcoin Core using a Debian VM or physical system.*
55

66
Gitian is the deterministic build process that is used to build the Bitcoin
77
Core executables. It provides a way to be reasonably sure that the
@@ -26,7 +26,7 @@ Table of Contents
2626
- [Installing Gitian](#installing-gitian)
2727
- [Setting up the Gitian image](#setting-up-the-gitian-image)
2828
- [Getting and building the inputs](#getting-and-building-the-inputs)
29-
- [Building Bitcoin](#building-bitcoin)
29+
- [Building Bitcoin Core](#building-bitcoin-core)
3030
- [Building an alternative repository](#building-an-alternative-repository)
3131
- [Signing externally](#signing-externally)
3232
- [Uploading signatures](#uploading-signatures)
@@ -95,11 +95,11 @@ After creating the VM, we need to configure it.
9595

9696
- Click `Ok` twice to save.
9797

98-
Get the [Debian 8.x net installer](http://cdimage.debian.org/debian-cd/8.4.0/amd64/iso-cd/debian-8.4.0-amd64-netinst.iso) (a more recent minor version should also work, see also [Debian Network installation](https://www.debian.org/CD/netinst/)).
98+
Get the [Debian 8.x net installer](http://cdimage.debian.org/debian-cd/8.5.0/amd64/iso-cd/debian-8.5.0-amd64-netinst.iso) (a more recent minor version should also work, see also [Debian Network installation](https://www.debian.org/CD/netinst/)).
9999
This DVD image can be validated using a SHA256 hashing tool, for example on
100100
Unixy OSes by entering the following in a terminal:
101101

102-
echo "7a6b418e6a4ee3ca75dda04d79ed96c9e2c33bb0c703ca7e40c6374ab4590748 debian-8.4.0-amd64-netinst.iso" | sha256sum -c
102+
echo "ad4e8c27c561ad8248d5ebc1d36eb172f884057bfeb2c22ead823f59fa8c3dff debian-8.5.0-amd64-netinst.iso" | sha256sum -c
103103
# (must return OK)
104104

105105
Then start the VM. On the first launch you will be asked for a CD or DVD image. Choose the downloaded iso.
@@ -342,10 +342,10 @@ manual intervention. Also optionally follow the next step: 'Seed the Gitian sour
342342
and offline git repositories' which will fetch the remaining files required for building
343343
offline.
344344

345-
Building Bitcoin
345+
Building Bitcoin Core
346346
----------------
347347

348-
To build Bitcoin (for Linux, OS X and Windows) just follow the steps under 'perform
348+
To build Bitcoin Core (for Linux, OS X and Windows) just follow the steps under 'perform
349349
Gitian builds' in [doc/release-process.md](release-process.md#perform-gitian-builds) in the bitcoin repository.
350350

351351
This may take some time as it will build all the dependencies needed for each descriptor.

0 commit comments

Comments
 (0)