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 bd1fe21718
packer/rpc: remove unused test file
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 Add support for -force flag on builds [GH-119] 13 years ago
build_test.go Add support for -force flag on builds [GH-119] 13 years ago
builder.go packer: Builders can take multiple configs 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: Properly close net.conn when remote process ends 13 years ago
communicator_test.go packer/rpc: Exited fields now work over RPC 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 []interface{} so arrays can be sent over wire 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: Ui can return an error for Ask, returns one for interrupt 13 years ago
ui_test.go packer: Ui can return an error for Ask, returns one for interrupt 13 years ago