You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/packer
Megan Marsh a82a3ccaa6
need to scrub sensitive variables first, to make sure we don't fail for comma-containing sensitive info
7 years ago
..
plugin Merge remote-tracking branch 'origin/master' into context_provisioner 7 years ago
rpc fix race condition in hooks 7 years ago
test-fixtures fixing interpolation 7 years ago
tmp clarify comments 7 years ago
artifact.go
artifact_mock.go
artifact_test.go
build.go Merge remote-tracking branch 'origin/master' into context_provisioner 7 years ago
build_test.go Merge remote-tracking branch 'origin/master' into context_provisioner 7 years ago
builder.go change hooks to be passed a context for cancellation 7 years ago
builder_mock.go [Builder|Build|PostProcessor|Provisioner|Hook]Server: context cancel using a RPC cancel method 7 years ago
builder_test.go
cache.go I use Dir instead of Base for mkdirall call 7 years ago
cache_test.go Use the hashicorp/go-getter to download files 7 years ago
communicator.go fix race 7 years ago
communicator_mock.go Add unit test to find issue #7655 7 years ago
communicator_mock_test.go
communicator_test.go use our own copy of iochan.LineReader 7 years ago
config_file.go check env for a PACKER_CONFIG_DIR before defaulting to homedir for config 7 years ago
config_file_test.go
config_file_unix.go
config_file_windows.go
core.go text/template turns out to swallow custom error types. 7 years ago
core_test.go fixing interpolation 7 years ago
hook.go Fixed various typos 7 years ago
hook_mock.go [Builder|Build|PostProcessor|Provisioner|Hook]Server: context cancel using a RPC cancel method 7 years ago
hook_test.go [Builder|Build|PostProcessor|Provisioner|Hook]Server: context cancel using a RPC cancel method 7 years ago
logs.go
multi_error.go
multi_error_test.go
packer_test.go
post_processor.go update docs for definig Builders and PostProcessors 7 years ago
post_processor_mock.go Merge remote-tracking branch 'origin/master' into context_provisioner 7 years ago
progressbar.go allow building packer on solaris by removing progress bar and tty imports 7 years ago
progressbar_noop.go allow building packer on solaris by removing progress bar and tty imports 7 years ago
progressbar_solaris.go allow building packer on solaris by removing progress bar and tty imports 7 years ago
progressbar_test.go Use the hashicorp/go-getter to download files 7 years ago
provisioner.go allow to set provisioner timeout from buildfile 7 years ago
provisioner_mock.go [Builder|Build|PostProcessor|Provisioner|Hook]Server: context cancel using a RPC cancel method 7 years ago
provisioner_test.go TestPausedProvisionerProvision_waits: don't fail when we spend too much time. 7 years ago
provisioner_timeout.go TimeoutProvisioner: also display an error log when the context times out 7 years ago
telemetry.go
telemetry_test.go
testing.go
tty.go Close tty on exit (#7411) 7 years ago
ui.go need to scrub sensitive variables first, to make sure we don't fail for comma-containing sensitive info 7 years ago
ui_test.go Close tty on exit (#7411) 7 years ago