diff options
| author | Lauda <[email protected]> | 2016-09-22 15:14:19 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-09-30 20:32:10 +0200 |
| commit | 203e2ddad8e544803491d1e9e9ca2b6e26a15f8e (patch) | |
| tree | 9c2ba87164f94153db06b11b304b5c49386b722b /doc/release-process.md | |
| parent | Merge #8636: Implement NULLDUMMY softfork (BIP147) (diff) | |
| download | discoin-203e2ddad8e544803491d1e9e9ca2b6e26a15f8e.tar.xz discoin-203e2ddad8e544803491d1e9e9ca2b6e26a15f8e.zip | |
Mention Gitian building script in doc.
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 394b159b3..e2ad3949d 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -17,6 +17,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 @@ -60,6 +62,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 |