Skip to content

Commit 7b784cc

Browse files
committed
Merge #8852: Mention Gitian building script in doc (Laudaa)
203e2dd Mention Gitian building script in doc. (Lauda)
2 parents 940748b + 203e2dd commit 7b784cc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

doc/gitian-building.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,8 @@ There will be a lot of warnings printed during the build of the image. These can
336336
Getting and building the inputs
337337
--------------------------------
338338

339+
At this point you have two options, you can either use the automated script (found in [contrib/gitian-build.sh](/contrib/gitian-build.sh)) or you could manually do everything by following this guide. If you're using the automated script, then run it with the "--setup" command. Afterwards, run it with the "--build" command (example: "contrib/gitian-building.sh -b signer 0.13.0"). Otherwise ignore this.
340+
339341
Follow the instructions in [doc/release-process.md](release-process.md#fetch-and-create-inputs-first-time-or-when-dependency-versions-change)
340342
in the bitcoin repository under 'Fetch and create inputs' to install sources which require
341343
manual intervention. Also optionally follow the next step: 'Seed the Gitian sources cache

doc/release-process.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Before every major release:
1919

2020
### First time / New builders
2121

22+
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.
23+
2224
Check out the source code in the following directory hierarchy.
2325

2426
cd /path/to/your/toplevel/build
@@ -62,6 +64,8 @@ Tag version (or release candidate) in git
6264

6365
### Setup and perform Gitian builds
6466

67+
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.
68+
6569
Setup Gitian descriptors:
6670

6771
pushd ./bitcoin

0 commit comments

Comments
 (0)