aboutsummaryrefslogtreecommitdiff
path: root/doc/gitian-building.md
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2016-01-30 10:10:11 +0800
committerfanquake <fanquake@gmail.com>2016-01-30 10:10:11 +0800
commit666a0f835aa9c3a608810e014d315b90a44c8f62 (patch)
treee394d16075df11bf3ece64f1543768ec7c4d85ae /doc/gitian-building.md
parent326ffed09bfcc209a2efd6a2ebc69edf6bd200b5 (diff)
downloadbitcoin-666a0f835aa9c3a608810e014d315b90a44c8f62.tar.xz
Use Debian 8.3 in gitian build guide
Add instructions to clone the gitian.sigs repo
Diffstat (limited to 'doc/gitian-building.md')
-rw-r--r--doc/gitian-building.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/gitian-building.md b/doc/gitian-building.md
index e3fb944388..5ca91505e7 100644
--- a/doc/gitian-building.md
+++ b/doc/gitian-building.md
@@ -74,11 +74,11 @@ In the VirtualBox GUI click "Create" and choose the following parameters in the
- File location and size: at least 40GB; as low as 20GB *may* be possible, but better to err on the safe side
- Click `Create`
-Get the [Debian 8.x net installer](http://cdimage.debian.org/debian-cd/8.2.0/amd64/iso-cd/debian-8.2.0-amd64-netinst.iso) (a more recent minor version should also work, see also [Debian Network installation](https://www.debian.org/CD/netinst/)).
+Get the [Debian 8.x net installer](http://cdimage.debian.org/debian-cd/8.3.0/amd64/iso-cd/debian-8.3.0-amd64-netinst.iso) (a more recent minor version should also work, see also [Debian Network installation](https://www.debian.org/CD/netinst/)).
This DVD image can be validated using a SHA256 hashing tool, for example on
Unixy OSes by entering the following in a terminal:
- echo "d393d17ac6b3113c81186e545c416a00f28ed6e05774284bb5e8f0df39fcbcb9 debian-8.2.0-amd64-netinst.iso" | sha256sum -c
+ echo "dd25bcdde3c6ea5703cc0f313cde621b13d42ff7d252e2538a11663c93bf8654 debian-8.3.0-amd64-netinst.iso" | sha256sum -c
# (must return OK)
After creating the VM, we need to configure it.
@@ -305,6 +305,7 @@ Clone the git repositories for bitcoin and Gitian.
```bash
git clone https://github.com/devrandom/gitian-builder.git
git clone https://github.com/bitcoin/bitcoin
+git clone https://github.com/bitcoin/gitian.sigs.git
```
Setting up the Gitian image