-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feedback on the gitian tutorial #14
Comments
And maybe mention including a GPG pubkey in your first PR |
Also, it seems like the bitcoin/contrib/gitian-build.py script can simplify some of this stuff. For instance, this one command will build and sign both the signed and unsigned executables.
|
Thanks for the PR @justinmoon. Happy to review and merge any other proposals you have. |
The downside of |
Super helpful.
Maybe in this section you could have people create another branch off of master? The previous section you make a branch and if you just copy the commands and push you'll end up with 2 commits on one PR. Seems like people usually do multiple PR -- one with "signed" stuff and another "unsigned". Edit: Made a PR for this.
And for some reason this command:
downloaded the file as
gitian-builder/osslsigncode-2.0.tar.gz
. The-P inputs
didn't seem to have any effect (should download it asgitian-builder/inputs/osslsigncode-2.0.tar.gz
). This caused an error duringbin/gbuild -i --commit signature=v${VERSION} ../bitcoin/contrib/gitian-descriptors/gitian-win-signer.yml
.The text was updated successfully, but these errors were encountered: