Commit Graph

264 Commits

Author SHA1 Message Date
Charlie O'Keefe c84bad4d6e Remove note about installing vagrant-scp
This is now handled in the Vagrantfile
2019-03-29 00:12:06 -06:00
Charlie O'Keefe 5ec1bee604 Make direnv description less wordy 2019-03-28 23:51:30 -06:00
Charlie O'Keefe 4491abd767 Add direnv to Ubuntu install steps 2019-03-28 23:42:44 -06:00
Charlie O'Keefe 92bf83e881 Add "-b 4096" argument to ssh-keygen example command
per @garethtdavies suggestion
https://github.com/zcash/zcash-gitian/pull/58#discussion_r270273253
2019-03-28 23:34:23 -06:00
Charlie O'Keefe a66196c6d4 apt -> ansible
Thanks @garethtdavies for catching this
https://github.com/zcash/zcash-gitian/pull/58#pullrequestreview-220358796
2019-03-28 23:29:54 -06:00
Charlie O'Keefe 9ffcf1394e minor edits 2019-03-27 13:27:02 -06:00
Charlie O'Keefe f668ba5618 Update section on pushing signatures to github
Thanks to @garethtdavies for the suggestion
https://github.com/zcash/zcash-gitian/pull/58#issuecomment-477206099
2019-03-27 12:22:25 -06:00
Charlie O'Keefe 66166a5daf Bump dates/versions in ubuntu steps 2019-03-27 00:09:31 -06:00
Charlie O'Keefe 5d99b0eb81 Drop redundant date/version note 2019-03-27 00:09:31 -06:00
Charlie O'Keefe 252475f2c9 Drop gpg2 in favor of gpg 2019-03-27 00:09:31 -06:00
Charlie O'Keefe 46310186d3 Add Ubuntu ansible step with note about choice of install 2019-03-27 00:09:31 -06:00
Charlie O'Keefe dc9721974b Remove ansible from list of apt packages 2019-03-27 00:09:31 -06:00
Charlie O'Keefe 39c2ae5d98 Bump date and version for ubuntu release 2019-03-27 00:09:31 -06:00
Charlie O'Keefe c483b96613 Update Vagrant plugin install step to use dependencies from Vagrantfile 2019-03-27 00:09:31 -06:00
Charlie O'Keefe 953dd88e56 Add vagrant-scp dependency to Vagrantfile 2019-03-27 00:09:31 -06:00
Charlie O'Keefe f120e55522 Add vagrant-disksize dependency to Vagrantfile 2019-03-27 00:09:31 -06:00
Charlie O'Keefe 59e527ebf5 Update prompts for consistency 2019-03-27 00:09:31 -06:00
Charlie O'Keefe d4b05430fd Change vagrant plugin install from global to local 2019-03-26 22:31:51 -06:00
Charlie O'Keefe c5952dcc92 Move vagrant-disksize install later in the order 2019-03-26 22:31:51 -06:00
Charlie O'Keefe 6573891261 Update macOS link in README.md 2019-03-26 22:31:51 -06:00
Charlie O'Keefe 124157aa0b Add macOS steps 2019-03-26 22:31:51 -06:00
Charlie O'Keefe e32e312551 Remove macOS 10.13.x steps 2019-03-26 22:31:51 -06:00
Charlie O'Keefe 182fb42653 Remove note about stashing local customizations 2019-03-26 22:31:51 -06:00
Charlie O'Keefe 0f5e913e94 Add context to prompts in example commands 2019-03-26 22:31:51 -06:00
Charlie O'Keefe 1814f60ad1 Add step to set ZCASH_VERSION 2019-03-26 22:31:51 -06:00
Charlie O'Keefe 63153f735a Move gpg_key_name next to gpg_key_id 2019-03-26 22:31:51 -06:00
Charlie O'Keefe 387686f41c Read GPG_KEY_ID and GPG_KEY_NAME in gitian.yml 2019-03-26 22:31:51 -06:00
Charlie O'Keefe 94e6b0a5da Add 'Install pip packages' step 2019-03-26 22:31:51 -06:00
Charlie O'Keefe bf78e8869d Add requirements-pip.lock 2019-03-26 22:31:51 -06:00
Charlie O'Keefe c35dfe3db2 Add 'Upgrade pip' step 2019-03-26 22:31:51 -06:00
Charlie O'Keefe 2548288390 Describe how GPG_KEY_NAME/gpg_key_name is used
Might want to just rename these variables to SIGNER/signer
2019-03-26 22:31:51 -06:00
Charlie O'Keefe 96075b74b9 point user to .env for gpg key id/name config 2019-03-26 22:31:51 -06:00
Charlie O'Keefe 876b9f2be8 Add GPG_KEY_ID and GPG_KEY_NAME to .env.example 2019-03-26 22:31:51 -06:00
Charlie O'Keefe 918c889ae3 Update example output 2019-03-26 22:31:51 -06:00
Charlie O'Keefe 24d64b83bb Add note about skipping venv install if not needed for ansible 2019-03-26 22:31:51 -06:00
Charlie O'Keefe aaf1e3f0a5 Add walkthrough on setting up a python virtual environment 2019-03-26 22:29:13 -06:00
Charlie O'Keefe e2d36bad2c Add Debian 9 step to install python3-venv 2019-03-26 22:29:13 -06:00
Charlie O'Keefe 4d51b8a353 Add a local directory for untracked files 2019-03-26 22:29:13 -06:00
Charlie O'Keefe 98fa249308 Remove section on editing gitian.yml
Shouldn't need to ask the user to do this
2019-03-26 22:29:13 -06:00
Charlie O'Keefe ab9e63f211 Add env var lookups to gitian.yml
This way we are not asking the user to make local edits to a version
controlled file
2019-03-26 22:29:13 -06:00
Charlie O'Keefe 97e2790e4b Add section on allowing .envrc files 2019-03-26 22:29:13 -06:00
Charlie O'Keefe ff325c9904 Add setup step to copy .env.example and .envrc.example 2019-03-26 22:29:13 -06:00
Charlie O'Keefe 822b6e3d13 Add .env.example and .envrc.example
...and .gitignore .env and .envrc so they can be easily customized if
desired
2019-03-26 22:29:13 -06:00
Charlie O'Keefe 609a08c337 Add more description to 'clone project' step 2019-03-26 13:27:06 -06:00
Charlie O'Keefe e24d785b48 Minor wording change 2019-03-26 13:27:06 -06:00
Charlie O'Keefe f4a61450e0 Bump vagrant-disksize step 2019-03-26 13:27:06 -06:00
Charlie O'Keefe 82313e8f63 Add 'Install direnv' section to Debian 9 steps 2019-03-26 13:27:06 -06:00
Charlie O'Keefe def46d8331 Update python list item to mention venv support 2019-03-26 13:27:06 -06:00
Charlie O'Keefe 47c88df4ec Add direnv as an optional/recommended dependency 2019-03-26 13:27:06 -06:00
Charlie O'Keefe c01f549aa3 bump date on debian 9 gpg2 step 2019-03-26 13:27:06 -06:00