Commit Graph

197 Commits

Author SHA1 Message Date
Charlie O'Keefe 04342ecebb Fix indentation 2019-06-19 08:45:43 -06:00
Charlie O'Keefe 137c560333 Don't set SUITE in /home/vagrant/.profile 2019-06-19 08:45:24 -06:00
Charlie O'Keefe 6f90fb2e26 Remove container setup tasks from VM setup playbook
Looking at builds that will involve different, or multiple, containers.
Probably makes more sense to set up and tear down containers after VM is
built.
2019-06-19 08:09:09 -06:00
Charlie O'Keefe c733109520
Merge pull request #74 from charlieok/add_braces_around_variable
Put braces around variable to dereference it
2019-06-15 13:15:22 -06:00
Charlie O'Keefe b583751baf Put braces around variable to dereference it 2019-06-15 13:14:45 -06:00
Charlie O'Keefe f63793d896
Merge pull request #73 from charlieok/add_gitian_builder_version_param
Add configuration parameter for gitian_builder_version
2019-06-15 13:10:38 -06:00
Charlie O'Keefe 0bcbad7db2 Add configuration parameter for gitian_builder_version 2019-06-15 13:08:52 -06:00
Charlie O'Keefe 5bb1cd7786
Merge pull request #71 from charlieok/remove_become_from_task_include
Remove 'become: no' from include_tasks
2019-06-12 22:26:17 -06:00
Charlie O'Keefe 70aa531f74 Remove 'become: no' from include_tasks
Newer ansible version seems to have a problem with this
2019-06-12 22:25:44 -06:00
Charlie O'Keefe e6659faf6f
Merge pull request #70 from charlieok/bump_versions_and_dates
Update dates and version
2019-06-12 22:22:03 -06:00
Charlie O'Keefe 3c59fdfcbf Update dates and version 2019-06-12 22:21:01 -06:00
Charlie O'Keefe 1d395f561f
Merge pull request #69 from charlieok/add_note_about_virtualbox
Mention virtualbox kernel modules, and it might be preinstalled
2019-06-12 17:20:26 -06:00
Charlie O'Keefe 09bb87e0df Mention virtualbox kernel modules, and it might be preinstalled 2019-06-12 17:15:58 -06:00
Charlie O'Keefe b6d99fc14a
Merge pull request #68 from charlieok/update_dates_and_versions
Update dates and versions
2019-05-15 16:24:55 -06:00
Charlie O'Keefe ab8e0747be Update dates and versions 2019-05-15 16:05:49 -06:00
Charlie O'Keefe fc42ae9bdb
Merge pull request #67 from charlieok/specify_vagrant_box_version
Specify vagrant box version in Vagrantfile
2019-05-15 15:24:28 -06:00
Charlie O'Keefe 7f418d462b Specify vagrant box version 2019-05-15 15:08:25 -06:00
Charlie O'Keefe ef99cd62f7
Merge pull request #66 from charlieok/fix_readme_instruction
Fix repository name
2019-05-07 13:22:37 -06:00
Charlie O'Keefe 413c16b70e Fix repository name
The repository named in this instruction should be gitian.sigs, not
zcash-gitian.
2019-05-07 13:21:58 -06:00
Charlie O'Keefe 90482ef12f
Merge pull request #65 from charlieok/bump_dates_and_versions
Bump dates and dependency versions
2019-05-02 13:23:09 -06:00
Charlie O'Keefe 9e150e9bb7 Bump dates and dependency versions
Also reduce verbiage about homebrew-cask
2019-05-02 13:22:29 -06:00
Charlie O'Keefe 367b6e9ecc
Merge pull request #63 from charlieok/minor_updates
Minor updates
2019-04-17 08:50:02 -06:00
Charlie O'Keefe 8abe1aedcf Remove '--provision' from example command
This is default behavior and doesn't need to be part of the command
2019-04-17 08:49:28 -06:00
Charlie O'Keefe 475202bc7b Pass lists to apt module instead of looping
Removes deprecation warnings
2019-04-17 08:48:57 -06:00
Charlie O'Keefe 39316967c8
Merge pull request #62 from charlieok/add_note_about_nested_virtualization
Add note about nested virtualization
2019-04-16 16:51:18 -06:00
Charlie O'Keefe 1139acd1e7 Add note about nested virtualization 2019-04-16 16:50:32 -06:00
Charlie O'Keefe 0abc644d62
Merge pull request #61 from charlieok/minor_updates
Minor updates
2019-03-30 10:37:03 -06:00
Charlie O'Keefe d0d897b0a3 Update venv example to pin to specific python version 2019-03-30 10:35:19 -06:00
Charlie O'Keefe 46827bfabc Mention cloning from fork vs cloning the main repo 2019-03-30 10:34:40 -06:00
Charlie O'Keefe a619aed25c Bump dates/versions 2019-03-30 10:33:34 -06:00
Charlie O'Keefe 79092f4036
Merge pull request #59 from charlieok/fix_copy_paste_oversight
Fix copy/paste oversight
2019-03-29 11:26:19 -06:00
Charlie O'Keefe 8aafa31b33 Fix copy/paste oversight 2019-03-29 11:25:40 -06:00
Charlie O'Keefe b2f9de80b9
Merge pull request #58 from charlieok/update_gitian_setup
Update gitian setup
2019-03-29 09:34:39 -06:00
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