packer-cn/post-processor/vagrant-cloud
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 Expand Artifact API to expose build state 2014-09-22 11:15:47 +01:00
artifact_test.go run goimports 2018-01-22 17:21:10 -08:00
client.go add content-length to file upload 2017-06-12 15:01:19 -07:00
post-processor.go move multistep imports to helper. 2018-01-24 17:09:15 -08:00
post-processor_test.go atlas cloud token warn 2017-06-07 17:20:54 -07:00
step_create_provider.go change run signatures 2018-01-24 17:09:17 -08:00
step_create_version.go change run signatures 2018-01-24 17:09:17 -08:00
step_prepare_upload.go change run signatures 2018-01-24 17:09:17 -08:00
step_release_version.go change run signatures 2018-01-24 17:09:17 -08:00
step_upload.go change run signatures 2018-01-24 17:09:17 -08:00
step_verify_box.go change run signatures 2018-01-24 17:09:17 -08:00