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/rpc
Mitchell Hashimoto d3fff7d145
packer/rpc: don't panic on failed Ui calls
13 years ago
..
artifact.go packer: Add Destroy method to artifact 13 years ago
artifact_test.go packer: Add Destroy method to artifact 13 years ago
build.go packer, packer/rpc: Update Build interface to allow variable overrides 13 years ago
build_test.go packer, packer/rpc: Update Build interface to allow variable overrides 13 years ago
builder.go packer/rpc: error instead of panic cancelling builder 13 years ago
builder_test.go packer: Builders can take multiple configs 13 years ago
cache.go packer/rpc: Support Cache interface 13 years ago
cache_test.go packer/rpc: Support Cache interface 13 years ago
command.go packer, etc: added Help method to Command interface 13 years ago
command_test.go packer, etc: added Help method to Command interface 13 years ago
communicator.go packer/rpc: when communicator abruptly exits, set exit status 123 13 years ago
communicator_test.go packer/rpc: get rid of data races in tests 13 years ago
environment.go packer/rpc: Environment.PostProcessor() properly sets thigns up 13 years ago
environment_test.go packer/rpc: Get RPC compliant with Environment again 13 years ago
error.go packer/rpc: error interface wrapper to RPC errors around 13 years ago
error_test.go packer/rpc: error interface wrapper to RPC errors around 13 years ago
hook.go packer: Provisioner/Hook can have errors returned 13 years ago
hook_test.go packer: Provisioner/Hook can have errors returned 13 years ago
init.go packer/rpc: register map[string]string since we transfer that 13 years ago
port.go packer/rpc: Listen on 127.0.0.1 specifically to avoid hangs 13 years ago
port_test.go packer/rpc: Tests passing again 13 years ago
post_processor.go packer: PostProcessor can take multiple configs 13 years ago
post_processor_test.go packer: PostProcessor can take multiple configs 13 years ago
provisioner.go packer: Provisioner/Hook can have errors returned 13 years ago
provisioner_test.go packer: Provisioner/Hook can have errors returned 13 years ago
server.go packer/rpc: Support PostProcessor 13 years ago
server_test.go go fmt 13 years ago
ui.go packer/rpc: don't panic on failed Ui calls 13 years ago
ui_test.go packer/rpc: ui.Machine works over RPC properly 13 years ago