Commit Graph

102 Commits

Author SHA1 Message Date
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 5ef5d1ffb6 Add Python to list of dependencies 2019-03-26 13:27:06 -06:00
Charlie O'Keefe 2934c1b304 Remove Ansible from list of Dependencies
Rather than describing this in the first part, which depends on OS,
I'll describe using a project-local python virtual environment.
2019-03-26 13:27:06 -06:00
Charlie O'Keefe 038ea71dc4 Remove ssh-key-copying tasks, ssh_key_name config
Preferring ssh-agent forwarding to copying user's ssh keys.

As a bonus, ansible tasks don't need to know or care about the name or
path of the user's ssh private key file, and the configuration is
simplified.
2019-02-14 15:43:45 -07:00
Charlie O'Keefe 4445214926 Remove ssh portion of "GPG and SSH" section
The parts about ssh here are now addressed by the above walkthrough of
ssh-agent forwarding.
2019-02-14 15:43:45 -07:00
Charlie O'Keefe e6c5f4cd59 Add steps to ssh-add and verify that it worked
Walk the user through using ssh-agent in case they're unfamiliar with it
2019-02-14 15:43:45 -07:00
Charlie O'Keefe 9664a7ad20 backtick-quote directory path
This fixed a syntax-highlighting artifact in the sublime markdown view
2019-02-14 15:43:45 -07:00
Charlie O'Keefe befdf62fb4 Clarify what the ssh keypair we're using is for 2019-02-14 15:43:45 -07:00
Charlie O'Keefe fce7b89e9d Add missing space 2019-02-14 15:41:34 -07:00
Charlie O'Keefe 77a804aa52 Clarify that gsign is a gitian command 2019-02-14 13:50:21 -07:00
Charlie O'Keefe d0cabd80ef Remove redundant instruction
Already covered above when listing fields in gitian.yml
2019-02-14 13:42:43 -07:00
Charlie OKeefe e79c6b6fdb Use 'quick-generate-key' in command instead of 'quick-gen-key'
The longer form matches the command's help output. This was originally
changed to support earlier versions of gpg but I later encountered other
problems with earlier versions and added 2.1.18 as a recommended minimum
version number.
2019-02-14 13:28:55 -07:00
Charlie OKeefe 5b34223880 Be explicit about directing user to specify tag 2019-02-14 13:28:55 -07:00
Charlie OKeefe 9f182d481e Inline instruction on testing github ssh connection 2019-02-14 13:28:55 -07:00
Charlie OKeefe dae24ab3f8 Minor syntax/grammar cleanup 2019-02-14 13:28:55 -07:00
Charlie OKeefe cf58cde47b Add steps for installing dependencies using Ubuntu 18.04 2019-02-14 13:28:55 -07:00
Charlie O'Keefe c13af9c93b List platform-specific steps first
We want the reader to follow the platform-specific steps first, if
applicable, rather than having to read ahead or start doing something
they don't need to do.
2019-02-14 13:18:25 -07:00
Charlie O'Keefe c0d8bc683e Just say four cores 2019-02-14 13:10:14 -07:00
Charlie O'Keefe fa56d5a11f Update dates and versions in debian 9 steps 2019-02-13 17:00:54 -07:00
Charlie O'Keefe 56cc3027a2 : -> . 2019-02-13 16:02:37 -07:00
Charlie O'Keefe 180de682c3 Remind user to update the zcash_version field 2019-02-13 16:02:21 -07:00
Charlie O'Keefe 06411853d8 Bump RAM requirement from 4GB to 6GB 2019-02-12 16:09:51 -07:00
Charlie OKeefe db0f87f03d Specify Vagrant 2.0.3 or higher 2018-05-07 10:11:58 -06:00
Charlie OKeefe a0f75ea091 Remove 'tested with' note at bottom of README.md 2018-04-23 16:30:40 -06:00
Charlie OKeefe a287191d61 Move dependency install steps from README.md to per-platform pages 2018-04-23 16:30:40 -06:00
Charlie O'Keefe dd0152be8b Update instructions to say to use gpg 2.1.18 or greater
Address issue with earlier versions of gpg 2.1.x that incorrectly prompt the user for
a passphrase when a key is stored without a passphrase.
2018-04-22 01:12:36 -06:00
Charlie O'Keefe 84f957c7f7 Recommend four cores when provisioning VM
Ran into VM freezes when running with two cores.
2018-04-16 21:07:57 -07:00
Charlie O'Keefe 23659e1628 Remove redundant instruction
README.md already covered installing these packages earlier.
2018-04-16 21:05:13 -07:00
Charlie O'Keefe 89587e715d Add note about possibly truncated key id 2018-04-02 17:08:05 -06:00
Charlie O'Keefe 06603f00ee Make formatting of argument descriptions consistent 2018-04-02 16:14:28 -06:00
Charlie O'Keefe 9f2006cc6e Remove some detail from example output
some gpg2 versions don't include this portion in their output
2018-04-02 15:54:21 -06:00
Charlie O'Keefe 5122e37c73 markdown formatting fix 2018-04-02 15:50:14 -06:00
Charlie O'Keefe f5bf9597f3 Combine two block quotes into one 2018-04-02 15:40:29 -06:00
Charlie O'Keefe e8a38a261c 'quick-gen-key' works on more versions than 'quick-generate-key' 2018-04-02 15:39:27 -06:00
Charlie O'Keefe d4a1ca5035 Update gnupg description
correct apt package name to gnupg2 and update note about gpg2 to make
clear that it is likely more relevant to non-apt scenarios.
2018-04-02 15:18:36 -06:00
Charlie O'Keefe 64949c3f9a Remove extra 'is' 2018-04-02 12:08:26 -06:00
Charlie O'Keefe 495295459c Call gpg2 for consistency (on some systems gpg will get version 1.x) 2018-04-01 07:45:23 -06:00
Marshall Gaucher 8444c7ef32
Fix for incorrect markdown render
Although the prior commit fixed the 'cosmetics / formatting' , the markdown rendering botched command for single and double quote params
2018-03-31 17:38:05 -06:00
Marshall Gaucher 023781285c
Another minor formatting update to README 2018-03-31 08:21:09 -06:00
Marshall Gaucher e4816e6f7d
Cleanup minor formatting in README 2018-03-31 08:18:36 -06:00
Charlie O'Keefe 064a7f2b44 Add walkthrough for setting up ssh keys 2018-03-22 09:38:44 -06:00
Charlie O'Keefe c79381aae2 Add walkthrough for setting up gpg keys 2018-03-22 09:38:15 -06:00
Charlie O'Keefe 2bd40ddd3c Add note to README.md about making sure gpg2 is callable 2018-03-21 13:46:31 -06:00
Charlie O'Keefe 1185acf8be Use vagrant-disksize plugin to resize vm hard disk 2018-03-20 09:41:41 -06:00
Kevin Gallagher 97b7ea5339 Add link to access token setup and bump zcash_version 2017-04-27 14:36:07 -07:00
Kevin M. Gallagher 00e9d9d76f Import Zcash developer public keys
* Changes method for setting trust level of GPG keys
* Import keys but don't use Ansible git verify_commit
Per an upstream Ansible bug, verifying signed tags is not supported yet.
Also removes non-working scp.sh script.
Updates README to explain how to run gverify.
Changes zcash_version to v1.0.0-rc2
2016-10-22 16:44:26 -07:00
Kevin Gallagher 396899dcc3 Updates README w/ more detailed installation instructions 2016-10-18 20:41:43 -07:00
Kevin Gallagher 02f7f13439 Bumps allocated memory from 3072 to 3584
We have more memory available, so might as well use it.
Also lowers vm.swappiness from 10 to 1.
2016-10-18 00:57:58 -07:00
Kevin Gallagher 0ac8f95c82 Updates README.md with some recommendations 2016-10-17 14:12:28 -07:00
Kevin Gallagher 191f52ed3e Update git tasks, vars, task descriptions + README
Don't use depth: 1 or ignore_errors in git tasks.
Commit history is nice, and since you can't do most things without the
repositories, we should fail closed upon errors.
Creates variable for 'gitian_builder_url', so we can switch out @ageis's fork
with the official @devrandom repo once a pending pull request is merged.
Changes default zcash_version to 'master' in defaults/main.yml.
2016-10-16 23:08:43 -07:00
Kevin Gallagher 4c20410fd8 Initial commit 2016-10-16 18:50:37 -07:00