From 97b7ea5339e9a0b7a904aab2781ec5242a1dca16 Mon Sep 17 00:00:00 2001 From: Kevin Gallagher Date: Thu, 27 Apr 2017 14:36:07 -0700 Subject: [PATCH] Add link to access token setup and bump zcash_version --- README.md | 2 +- gitian.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2dc22bf..a063e2b 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/gitian.yml b/gitian.yml index 3a31c70..698e056 100644 --- a/gitian.yml +++ b/gitian.yml @@ -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: ''