packer-cn/builder/hyperv/common
Matthew Hooker a831d522be
change run signatures
Run now takes a context as well as a statebag. We'll assign the context
to the blank identifier to prevent namespace collisions. We'll let the
step authors opt-in to using the context.

`find . -iname "step_*.go" -exec gsed -i'' 's/func \(.*\)Run(/func \1Run(_ context.Context, /' {} \;`
2018-01-24 17:09:17 -08:00
..
artifact.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
artifact_test.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
config_test.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
driver.go Add support for differential disk 2017-11-24 12:44:53 +05:30
driver_mock.go Fix tests 2017-11-24 13:24:44 +05:30
driver_ps_4.go Add support for differential disk 2017-11-24 12:44:53 +05:30
output_config.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
output_config_test.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
run_config.go run goimports 2018-01-22 17:21:10 -08:00
run_config_test.go Use the same configuration style as existing builders 2016-12-12 22:44:02 +00:00
shutdown_config.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
shutdown_config_test.go Use the same configuration style as existing builders 2016-12-12 22:44:02 +00:00
ssh.go move multistep imports to helper. 2018-01-24 17:09:15 -08:00
ssh_config.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_clone_vm.go change run signatures 2018-01-24 17:09:17 -08:00
step_configure_ip.go change run signatures 2018-01-24 17:09:17 -08:00
step_configure_vlan.go change run signatures 2018-01-24 17:09:17 -08:00
step_create_external_switch.go change run signatures 2018-01-24 17:09:17 -08:00
step_create_switch.go change run signatures 2018-01-24 17:09:17 -08:00
step_create_tempdir.go change run signatures 2018-01-24 17:09:17 -08:00
step_create_vm.go change run signatures 2018-01-24 17:09:17 -08:00
step_disable_vlan.go change run signatures 2018-01-24 17:09:17 -08:00
step_enable_integration_service.go change run signatures 2018-01-24 17:09:17 -08:00
step_export_vm.go change run signatures 2018-01-24 17:09:17 -08:00
step_mount_dvddrive.go change run signatures 2018-01-24 17:09:17 -08:00
step_mount_floppydrive.go change run signatures 2018-01-24 17:09:17 -08:00
step_mount_guest_additions.go change run signatures 2018-01-24 17:09:17 -08:00
step_mount_secondary_dvd_images.go change run signatures 2018-01-24 17:09:17 -08:00
step_output_dir.go change run signatures 2018-01-24 17:09:17 -08:00
step_polling_installation.go change run signatures 2018-01-24 17:09:17 -08:00
step_reboot_vm.go change run signatures 2018-01-24 17:09:17 -08:00
step_run.go change run signatures 2018-01-24 17:09:17 -08:00
step_shutdown.go change run signatures 2018-01-24 17:09:17 -08:00
step_sleep.go change run signatures 2018-01-24 17:09:17 -08:00
step_type_boot_command.go change run signatures 2018-01-24 17:09:17 -08:00
step_unmount_dvddrive.go change run signatures 2018-01-24 17:09:17 -08:00
step_unmount_floppydrive.go change run signatures 2018-01-24 17:09:17 -08:00
step_unmount_guest_additions.go change run signatures 2018-01-24 17:09:17 -08:00
step_unmount_secondary_dvd_images.go change run signatures 2018-01-24 17:09:17 -08:00
step_wait_for_install_to_complete.go change run signatures 2018-01-24 17:09:17 -08:00