diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-11-17 10:24:05 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-11-19 13:01:35 +0100 |
| commit | 2cecb2460002bc645e47e8517b21099b0faec818 (patch) | |
| tree | b7e3e1cefbc2336e93d7e1b99049090d2d090eef | |
| parent | gitian: make windows build deterministic (diff) | |
| download | discoin-2cecb2460002bc645e47e8517b21099b0faec818.tar.xz discoin-2cecb2460002bc645e47e8517b21099b0faec818.zip | |
doc: change suite to trusty in gitian-building.md
| -rw-r--r-- | doc/gitian-building.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gitian-building.md b/doc/gitian-building.md index 43de87d4b..019e85169 100644 --- a/doc/gitian-building.md +++ b/doc/gitian-building.md @@ -320,7 +320,7 @@ Execute the following as user `debian`: ```bash cd gitian-builder -bin/make-base-vm --lxc --arch amd64 --suite precise +bin/make-base-vm --lxc --arch amd64 --suite trusty ``` There will be a lot of warnings printed during the build of the image. These can be ignored. |