diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-09-30 20:50:37 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-09-30 20:50:44 +0200 |
| commit | 7b784cc2bbcdc90361add2adb657c58162aca4ef (patch) | |
| tree | cb61470f4a76de3dec3e0775883f2bbf6a4debf1 /doc/release-process.md | |
| parent | Merge #8851: [wallet] Move key derivation logic from GenerateNewKey to Derive... (diff) | |
| parent | Mention Gitian building script in doc. (diff) | |
| download | discoin-7b784cc2bbcdc90361add2adb657c58162aca4ef.tar.xz discoin-7b784cc2bbcdc90361add2adb657c58162aca4ef.zip | |
Merge #8852: Mention Gitian building script in doc (Laudaa)
203e2dd Mention Gitian building script in doc. (Lauda)
Diffstat (limited to 'doc/release-process.md')
| -rw-r--r-- | doc/release-process.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index 04d9473c2..d07f9a89a 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -19,6 +19,8 @@ Before every major release: ### First time / New builders +If you're using the automated script (found in [contrib/gitian-build.sh](/contrib/gitian-build.sh)), then at this point you should run it with the "--setup" command. Otherwise ignore this. + Check out the source code in the following directory hierarchy. cd /path/to/your/toplevel/build @@ -62,6 +64,8 @@ Tag version (or release candidate) in git ### Setup and perform Gitian builds +If you're using the automated script (found in [contrib/gitian-build.sh](/contrib/gitian-build.sh)), then at this point you should run it with the "--build" command. Otherwise ignore this. + Setup Gitian descriptors: pushd ./bitcoin |