Commit Graph

17 Commits

Author SHA1 Message Date
Charlie O'Keefe 9d97146c15 Remove repartition tasks 2022-04-05 09:43:16 -06:00
Charlie O'Keefe 9b448177a4 python-pip -> python3-pip (package name update) 2022-04-05 09:39:52 -06:00
Charlie O'Keefe b57be1f0bf Remove 'perform aptitude safe-upgrade' task
This task ran into errors on debian 10
2021-04-09 14:56:47 -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 0ce6182f9e Update zcash-build vm debian release from jessie to stretch 2019-03-24 18:46:37 -06:00
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 9d13a595aa Add steps to repartition disk and resize filesystem on partition 2018-03-20 09:49:16 -06:00
Kevin Gallagher 0458368089 Set default EDITOR to vim and set vimrc options 2017-03-08 15:19:59 -08: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 4c20410fd8 Initial commit 2016-10-16 18:50:37 -07:00