Add link to access token setup and bump zcash_version

This commit is contained in:
Kevin Gallagher 2017-04-27 14:36:07 -07:00
parent 0458368089
commit 97b7ea5339
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ Signatures can be verified by running `gitian-build.sh --verify`, but set `build
Working with GPG and SSH
--------------------------
We provide two options for automatically importing keys into the VM, or you may choose to copy them manually. Keys are needed A) to sign the manifests which get pushed to [gitian.sigs](https://github.com/zcash/gitian.sigs) and B) to interact with GitHub, if you choose to use an SSH instead of HTTPS remote. The latter would entail always providing your GitHub login and access token in order to push from within the VM.
We provide two options for automatically importing keys into the VM, or you may choose to copy them manually. Keys are needed A) to sign the manifests which get pushed to [gitian.sigs](https://github.com/zcash/gitian.sigs) and B) to interact with GitHub, if you choose to use an SSH instead of HTTPS remote. The latter would entail always providing your GitHub login and [access token](https://github.com/settings/tokens) in order to push from within the VM.
Your local SSH agent is automatically forwarded into the VM via a configuration option. If you run ssh-agent, your keys should already be available.

View File

@ -4,7 +4,7 @@
hosts: localhost:zcash-build
vars:
zcash_git_repo_url: https://github.com/zcash/zcash
zcash_version: v1.0.1
zcash_version: v1.0.8-1
gpg_key_name: ''
git_name: ''
git_email: ''