Commit Graph

326 Commits

Author SHA1 Message Date
Charlie O'Keefe efb1f0acb2 Use apt module to run apt-get commands
Removes some warning messages from ansible output
2018-03-21 13:46:31 -06:00
Charlie O'Keefe e2b907ba54 Change 'always_run: yes' to 'check_mode: no'
Removes some deprecation warnings in ansible output
2018-03-21 11:39:34 -06:00
Charlie O'Keefe 1359bb01e2 Change 'include' to 'include_tasks'
Removes some deprecation warnings in ansible output
2018-03-21 11:39:34 -06:00
Charlie O'Keefe 656382c7bb Use ansible 'filesystem' module to resize filesystem 2018-03-21 11:39:34 -06:00
Charlie O'Keefe 970a0f1b9c Add condition to partition resize task 2018-03-21 11:39:34 -06:00
Charlie O'Keefe e3ec525ae2 Use parted ansible module for partition removal
Tasks using this module should be more immutable rather than failing
when these partitions have already been removed.

Also remove parted from dependencies in gitian section

since it is required earlier in the 'common' section
2018-03-21 11:39:34 -06:00
Charlie O'Keefe 559153b676
Merge pull request #21 from charlieok/resize_disk_partition_filesystem
Resize disk partition filesystem
2018-03-21 11:34:16 -06:00
Charlie O'Keefe 9d13a595aa Add steps to repartition disk and resize filesystem on partition 2018-03-20 09:49:16 -06:00
Charlie O'Keefe 1185acf8be Use vagrant-disksize plugin to resize vm hard disk 2018-03-20 09:41:41 -06:00
str4d 6a5d631c4f Merge pull request #11 from bitcartel/bitcartel-patch-1
Update main.yml to remove old signing key
2017-08-14 15:36:53 +02:00
bitcartel 0c27153b50 Update main.yml
Fix zcash-build error
2017-08-03 21:22:40 -07:00
Kevin Gallagher 97b7ea5339 Add link to access token setup and bump zcash_version 2017-04-27 14:36:07 -07:00
Kevin Gallagher 0458368089 Set default EDITOR to vim and set vimrc options 2017-03-08 15:19:59 -08:00
Kevin Gallagher 48a5cc9b9c Adds Lintian to installed apt packages 2017-02-12 15:54:52 -08:00
Kevin Gallagher d0ca504c06 Fix unarchive task in Gitian role
As of Ansible 2.2.0, copy and remote_src are mutually exclusive.
Also adds IdentitiesOnly=yes to SSH options.
2016-12-08 11:19:41 -08:00
Kevin Gallagher 9f12f115ff Updates zcash_version to v1.0.1 2016-11-03 23:55:36 -07:00
Kevin Gallagher 4a2f08ae89 Updates gitian-builder repository URL to official one
Our pull request relating to lxc-init has been merged so there is no need to
keep using the fork.
2016-10-25 16:56:32 -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 75f6f20caf Reduces swap file size from 2GB to 1GB
Also intended to free up more storage space in the VM, as resizing the disk isn't easy.
2016-10-17 15:11:22 -07:00
Kevin Gallagher 77d43abbe7 Clean the apt cache at the end of provisioning
The VirtualBox VM is running tight on available space with nearly 100% usage.
This frees things up a bit by cleaning the apt cache after Gitian installation.
2016-10-17 15:07:39 -07:00
Kevin Gallagher 76eb7a3272 Tweaks output and commit message in gitian-build.sh
We are not building signed Win/OSX binaries, so all our Gitian signatures are "unsigned".
2016-10-17 14:58:48 -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