mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-23 18:04:11 -05:00
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, /' {} \;`
|
||
|---|---|---|
| .. | ||
| access_config.go | ||
| artifact.go | ||
| artifact_test.go | ||
| builder.go | ||
| builder_test.go | ||
| image_config.go | ||
| image_config_test.go | ||
| run_config.go | ||
| run_config_test.go | ||
| server.go | ||
| ssh.go | ||
| step_add_image_members.go | ||
| step_allocate_ip.go | ||
| step_create_image.go | ||
| step_get_password.go | ||
| step_key_pair.go | ||
| step_key_pair_test.go | ||
| step_load_extensions.go | ||
| step_load_flavor.go | ||
| step_run_source_server.go | ||
| step_stop_server.go | ||
| step_update_image_visibility.go | ||
| step_wait_for_rackconnect.go | ||