aboutsummaryrefslogtreecommitdiff
path: root/doc/gitian-building.md
diff options
context:
space:
mode:
authorJeremyRand <biolizard89@gmail.com>2016-04-02 22:10:28 +0000
committerJeremyRand <biolizard89@gmail.com>2016-04-02 22:10:28 +0000
commit190c1e234d0454d4eb93536992674770fc1e68bb (patch)
treebb1544cc8eeb556497fc95ec398d47ea9af08b75 /doc/gitian-building.md
parent30c2dd8d0598afac9319d3a813a89a682b9c0d34 (diff)
downloadbitcoin-190c1e234d0454d4eb93536992674770fc1e68bb.tar.xz
Doc: change Precise to Trusty in gitian-building.md
https://github.com/bitcoin/bitcoin/commit/2cecb2460002bc645e47e8517b21099b0faec818 changed "precise" to "trusty" in the shell command, but didn't change the text above it accordingly. This commit fixes that.
Diffstat (limited to 'doc/gitian-building.md')
-rw-r--r--doc/gitian-building.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gitian-building.md b/doc/gitian-building.md
index 54993d13a9..69d79b3c68 100644
--- a/doc/gitian-building.md
+++ b/doc/gitian-building.md
@@ -313,7 +313,7 @@ Setting up the Gitian image
-------------------------
Gitian needs a virtual image of the operating system to build in.
-Currently this is Ubuntu Precise x86_64.
+Currently this is Ubuntu Trusty x86_64.
This image will be copied and used every time that a build is started to
make sure that the build is deterministic.
Creating the image will take a while, but only has to be done once.