packer-cn/builder/vmware/vmx
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
..
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
config.go add new disable_vnc option 2017-10-12 16:34:40 -07:00
config_test.go tests actually test the floppies 2016-07-27 21:59:21 +01:00
step_clone_vmx.go change run signatures 2018-01-24 17:09:17 -08:00
step_clone_vmx_test.go move multistep imports to helper. 2018-01-24 17:09:15 -08:00
step_test.go move multistep imports to helper. 2018-01-24 17:09:15 -08:00