packer-cn/builder/vmware/iso
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 validating keep_registered and fixing skip_export issues 2017-11-08 15:57:34 -03:00
artifact_test.go run goimports 2018-01-22 17:21:10 -08:00
builder.go move multistep imports to helper. 2018-01-24 17:09:15 -08:00
builder_test.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
driver.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
driver_esx5.go move multistep imports to helper. 2018-01-24 17:09:15 -08:00
driver_esx5_test.go move multistep imports to helper. 2018-01-24 17:09:15 -08:00
output_dir.go remove a bunch of dead code. 2017-03-28 20:36:20 -07:00
remote_driver.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
remote_driver_mock.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
remote_driver_mock_test.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_create_disk.go change run signatures 2018-01-24 17:09:17 -08:00
step_create_vmx.go change run signatures 2018-01-24 17:09:17 -08:00
step_export.go change run signatures 2018-01-24 17:09:17 -08:00
step_export_test.go move multistep imports to helper. 2018-01-24 17:09:15 -08:00
step_register.go change run signatures 2018-01-24 17:09:17 -08:00
step_register_test.go move multistep imports to helper. 2018-01-24 17:09:15 -08:00
step_remote_upload.go change run signatures 2018-01-24 17:09:17 -08:00
step_test.go move multistep imports to helper. 2018-01-24 17:09:15 -08:00
step_upload_vmx.go change run signatures 2018-01-24 17:09:17 -08:00