mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
Merge #8852: Mention Gitian building script in doc (Laudaa)
203e2dd
Mention Gitian building script in doc. (Lauda)
This commit is contained in:
parent
210242e5c0
commit
ba02e9d188
@ -344,6 +344,8 @@ There will be a lot of warnings printed during the build of the image. These can
|
|||||||
Getting and building the inputs
|
Getting and building the inputs
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
Follow the instructions in [doc/release-process.md](release-process.md#fetch-and-create-inputs-first-time-or-when-dependency-versions-change)
|
Follow the instructions in [doc/release-process.md](release-process.md#fetch-and-create-inputs-first-time-or-when-dependency-versions-change)
|
||||||
in the Dash Core repository under 'Fetch and create inputs' to install sources which require
|
in the Dash Core repository under 'Fetch and create inputs' to install sources which require
|
||||||
manual intervention. Also optionally follow the next step: 'Seed the Gitian sources cache
|
manual intervention. Also optionally follow the next step: 'Seed the Gitian sources cache
|
||||||
|
@ -7,6 +7,8 @@ Release Process
|
|||||||
* * *
|
* * *
|
||||||
|
|
||||||
### First time / New builders
|
### 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.
|
Check out the source code in the following directory hierarchy.
|
||||||
|
|
||||||
cd /path/to/your/toplevel/build
|
cd /path/to/your/toplevel/build
|
||||||
@ -38,6 +40,8 @@ Check out the source code in the following directory hierarchy.
|
|||||||
|
|
||||||
### Setup and perform Gitian builds
|
### 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:
|
Setup Gitian descriptors:
|
||||||
|
|
||||||
pushd ./dash
|
pushd ./dash
|
||||||
|
Loading…
Reference in New Issue
Block a user