1 # -*- coding: utf-8 -*-
5 # Hostname of the virtual machine (must be in /etc/hosts)
6 VIRTUAL_MACHINE_HOSTNAME = 'tails-builder-20140709.vagrantup.com'
8 # Approximate amount of extra space needed for builds
9 BUILD_SPACE_REQUIREMENT = 6656
11 # Virtual machine memory size for on-disk builds
12 VM_MEMORY_FOR_DISK_BUILDS = 512
14 # Virtual machine memory size for in-memory builds
15 VM_MEMORY_FOR_RAM_BUILDS = VM_MEMORY_FOR_DISK_BUILDS + BUILD_SPACE_REQUIREMENT
18 BOX_CHECKSUM = '9a51f600f015d107a249f2530c5681d0f475525f52698404d5ce2fe11a0e07e3'