This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
packer-cn
Watch
1
Star
0
Fork
You've already forked packer-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8b6f1358fb
packer-cn
/
packer
History
Adrien Delorme
a8b2918d0e
remote duplicate gob.Register(new(map[string]interface{}))
...
otherwise this panics
2019-10-15 12:56:42 +02:00
..
plugin
…
rpc
remote duplicate gob.Register(new(map[string]interface{}))
2019-10-15 12:56:42 +02:00
test-fixtures
fixing interpolation
2019-06-10 11:30:52 -07:00
tmp
…
artifact.go
…
artifact_mock.go
…
artifact_test.go
…
build.go
Creates a final "cleanup" provisioner to run if an error occurs during a provisioning step, allowing users to perform any custom cleanup tasks that must happen on the VM before the VM is shut down and destroyed.
2019-09-24 16:08:15 -07:00
build_test.go
…
builder.go
…
builder_mock.go
…
builder_test.go
…
cache.go
…
cache_test.go
…
communicator.go
…
communicator_mock.go
…
communicator_mock_test.go
…
communicator_test.go
…
config_file.go
check env for a PACKER_CONFIG_DIR before defaulting to homedir for config
2019-07-25 13:06:41 -07:00
config_file_test.go
…
config_file_unix.go
…
config_file_windows.go
…
core.go
Creates a final "cleanup" provisioner to run if an error occurs during a provisioning step, allowing users to perform any custom cleanup tasks that must happen on the VM before the VM is shut down and destroyed.
2019-09-24 16:08:15 -07:00
core_test.go
remove any reference to Push
2019-09-16 16:38:17 +02:00
hook.go
add test for error-cleanup provisioner, and fix tests by fixing null builder to use an actual none communicator instead of skipping communicator generation altogether
2019-09-25 13:39:09 -07:00
hook_mock.go
…
hook_test.go
…
logs.go
…
multi_error.go
…
multi_error_test.go
…
packer_test.go
…
post_processor.go
…
post_processor_mock.go
…
progressbar.go
…
progressbar_noop.go
…
progressbar_solaris.go
…
progressbar_test.go
…
provisioner.go
add test for error-cleanup provisioner, and fix tests by fixing null builder to use an actual none communicator instead of skipping communicator generation altogether
2019-09-25 13:39:09 -07:00
provisioner_mock.go
…
provisioner_test.go
TestPausedProvisionerProvision_waits: don't fail when we spend too much time.
2019-05-24 18:21:53 +02:00
provisioner_timeout.go
…
telemetry.go
…
telemetry_test.go
…
testing.go
…
tty.go
…
ui.go
need to scrub sensitive variables first, to make sure we don't fail for comma-containing sensitive info
2019-08-15 16:16:11 -07:00
ui_test.go
…