File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,10 @@ Please note that you will need the Mac development SDK in order to build for Mac
3434The end result is that you will have a manifest and build artifacts/binaries in the directory 'result/out'.
3535
36368 . Fork [ gitian.sigs] ( https://github.com/bitpay/gitian.sigs )
37- 9 . Make a directory for the version of bitcoin you just built :
37+ 9 . Use the convenience script to add your manifest files and sign them :
3838
3939``` bash
40- $ mkdir -p gitian.sigs/< version such as bitcoin-linux-0.14> /< your name> # you should see prior build examples in the gitian.sigs repo
41- $ cp result/< manifest yml> gitian.sigs/< version> /< name> /
40+ $ bash move_and_sign_manifest.sh
4241```
4342
444310 . Sign the yml manifest if you have a gpg key setup for yourself (if not skip this step and go to step 13 to compare manifests):
You can’t perform that action at this time.
0 commit comments