packer-cn/builder/alicloud/ecs
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
..
access_config.go Add security token supported and TLS handshake timeout support 2017-11-28 10:32:17 +08:00
access_config_test.go remove alicloud_ prefix 2017-06-01 15:47:47 -07:00
artifact.go formatting 2017-06-01 17:14:51 -07:00
artifact_test.go remove alicloud_ prefix 2017-06-01 15:47:47 -07:00
builder.go move multistep imports to helper. 2018-01-24 17:09:15 -08:00
builder_acc_test.go formatting 2017-06-01 17:14:51 -07:00
builder_test.go refactor the code according hashicorp rename the repository 2017-04-18 15:14:45 +08:00
image_config.go run goimports 2018-01-22 17:21:10 -08:00
image_config_test.go formatting 2017-06-01 17:14:51 -07:00
packer_helper.go move multistep imports to helper. 2018-01-24 17:09:15 -08:00
run_config.go Fix alicloud-ecs typo 2017-06-11 16:03:28 +08:00
run_config_test.go remove alicloud_ prefix 2017-06-01 15:47:47 -07:00
ssh_helper.go move multistep imports to helper. 2018-01-24 17:09:15 -08:00
step_attach_keypair.go change run signatures 2018-01-24 17:09:17 -08:00
step_check_source_image.go change run signatures 2018-01-24 17:09:17 -08:00
step_config_eip.go change run signatures 2018-01-24 17:09:17 -08:00
step_config_key_pair.go change run signatures 2018-01-24 17:09:17 -08:00
step_config_public_ip.go change run signatures 2018-01-24 17:09:17 -08:00
step_config_security_group.go change run signatures 2018-01-24 17:09:17 -08:00
step_config_vpc.go change run signatures 2018-01-24 17:09:17 -08:00
step_config_vswitch.go change run signatures 2018-01-24 17:09:17 -08:00
step_create_image.go change run signatures 2018-01-24 17:09:17 -08:00
step_create_instance.go change run signatures 2018-01-24 17:09:17 -08:00
step_delete_images_snapshots.go change run signatures 2018-01-24 17:09:17 -08:00
step_mount_disk.go change run signatures 2018-01-24 17:09:17 -08:00
step_pre_validate.go change run signatures 2018-01-24 17:09:17 -08:00
step_region_copy_image.go change run signatures 2018-01-24 17:09:17 -08:00
step_run_instance.go change run signatures 2018-01-24 17:09:17 -08:00
step_share_image.go change run signatures 2018-01-24 17:09:17 -08:00
step_stop_instance.go change run signatures 2018-01-24 17:09:17 -08:00