..
builder.go
remove stray struct dumps in logs
2018-09-27 00:14:05 -07:00
builder_test.go
skip region validation in tests that don't care; refactor Prepare func so we can test region validation logic with a mock
2018-09-19 10:30:08 -07:00
cleanup.go
move multistep imports to helper.
2018-01-24 17:09:15 -08:00
command.go
communicator.go
fix chroot communicator to properly escape quotes
2018-08-28 09:16:43 -07:00
communicator_test.go
run goimports
2018-01-22 17:21:10 -08:00
copy_files.go
copy_files_test.go
device.go
device_test.go
Add volume and run tags if in us-gov/china
2018-02-05 16:39:20 -08:00
lockfile.go
lockfile_unix.go
Fix building packer on GOOS=solaris
2017-08-14 10:34:06 -07:00
run_local_commands.go
sh -c to execute command to accomodate communicator change
2018-06-08 13:14:55 -07:00
step_attach_volume.go
move UI call to before the wait; add context to these steps
2018-07-11 10:36:21 -07:00
step_attach_volume_test.go
step_check_root_device.go
fix imports
2018-01-24 17:09:17 -08:00
step_chroot_provision.go
fix imports
2018-01-24 17:09:17 -08:00
step_copy_files.go
fix imports
2018-01-24 17:09:17 -08:00
step_copy_files_test.go
step_create_volume.go
Add support to support non-gp2 volume types for building from_scratch
2018-09-06 13:22:09 -07:00
step_create_volume_test.go
Enable setting the volume type when building with the Amazon Chroot builder
2018-09-06 13:22:09 -07:00
step_early_cleanup.go
fix imports
2018-01-24 17:09:17 -08:00
step_early_unflock.go
fix imports
2018-01-24 17:09:17 -08:00
step_flock.go
fix imports
2018-01-24 17:09:17 -08:00
step_flock_test.go
step_instance_info.go
fix imports
2018-01-24 17:09:17 -08:00
step_mount_device.go
Add new option, nvme_device_path, so that we can properly mount nvme block devices.
2018-05-23 09:16:40 -07:00
step_mount_device_test.go
step_mount_extra.go
fix imports
2018-01-24 17:09:17 -08:00
step_mount_extra_test.go
step_post_mount_commands.go
fix imports
2018-01-24 17:09:17 -08:00
step_pre_mount_commands.go
fix imports
2018-01-24 17:09:17 -08:00
step_prepare_device.go
fix imports
2018-01-24 17:09:17 -08:00
step_register_ami.go
Convert ena_support to a pointer
2018-10-19 12:40:43 +01:00
step_register_ami_test.go
step_snapshot.go
move UI call to before the wait; add context to these steps
2018-07-11 10:36:21 -07:00