diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-11-19 13:01:58 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-11-19 13:02:07 +0100 |
commit | c983d6fcb47bafb4b82529f512310ccaef076ca2 (patch) | |
tree | 843e428adadf63e26285631e08519c85c28a2b27 /contrib/gitian-descriptors/README.md | |
parent | 52c563710ddd80a90c58205e866a42b01887ab63 (diff) | |
parent | 2cecb2460002bc645e47e8517b21099b0faec818 (diff) |
Merge pull request #6900
2cecb24 doc: change suite to trusty in gitian-building.md (Wladimir J. van der Laan)
957c0fd gitian: make windows build deterministic (Wladimir J. van der Laan)
2e31d74 gitian: use trusty for building (Wladimir J. van der Laan)
0b416c6 depends: qt PIDLIST_ABSOLUTE patch (Wladimir J. van der Laan)
9f251b7 devtools: add libraries for bitcoin-qt to symbol check (Wladimir J. van der Laan)
Diffstat (limited to 'contrib/gitian-descriptors/README.md')
-rw-r--r-- | contrib/gitian-descriptors/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gitian-descriptors/README.md b/contrib/gitian-descriptors/README.md index 061b897d2a..07c2ba98b1 100644 --- a/contrib/gitian-descriptors/README.md +++ b/contrib/gitian-descriptors/README.md @@ -27,7 +27,7 @@ Once you've got the right hardware and software: # Create base images cd gitian-builder - bin/make-base-vm --suite precise --arch amd64 + bin/make-base-vm --suite trusty --arch amd64 cd .. # Get inputs (see doc/release-process.md for exact inputs needed and where to get them) |