packer-cn/packer
Seth Vargo 5d37c58457 Store the RawContents of the template on the template object
This allows children to get the raw templates without re-reading the
file.
2015-02-04 13:30:40 -05:00
..
plugin Remove version from "packer" package 2014-10-27 20:51:34 -07:00
rpc Merge branch '0-8-0' 2014-10-28 10:38:52 -07:00
artifact.go Expand Artifact API to expose build state 2014-09-22 11:15:47 +01:00
artifact_mock.go Expand Artifact API to expose build state 2014-09-22 11:15:47 +01:00
artifact_test.go Expand Artifact API to expose build state 2014-09-22 11:15:47 +01:00
build.go packer: template now handles user var logic 2013-12-27 09:17:51 -07:00
build_test.go packer: template now handles user var logic 2013-12-27 09:17:51 -07:00
builder.go packer: builder prepare can return warnings 2013-11-02 22:31:12 -05:00
builder_mock.go packer/rpc: use packer.MockBuilder for tests 2013-11-02 22:47:23 -05:00
builder_test.go packer: builder prepare can return warnings 2013-11-02 22:31:12 -05:00
cache.go core: Create cache directory only when needed [GH-367] 2014-04-26 20:33:12 -07:00
cache_test.go core: cache makes proper path with slashes after "." [GH-716] 2013-12-19 18:25:01 -08:00
communicator.go provisioner/file: set file/directory permissions 2014-05-09 21:03:35 -07:00
communicator_mock.go provisioner/file: set file/directory permissions 2014-05-09 21:03:35 -07:00
communicator_mock_test.go packer: Add UploadDir to the Communicator interface 2013-08-25 20:30:56 -07:00
communicator_test.go packer/rpc: use public MockCommunicator, tests pass 2013-08-25 20:30:56 -07:00
config_template.go builder/amazon: fix {{uuid}} default not being replaced 2014-09-05 16:38:05 -07:00
config_template_test.go fmt 2014-09-08 10:28:21 -07:00
environment.go packer: remove Command 2014-10-27 20:37:11 -07:00
environment_test.go packer: remove Command 2014-10-27 20:37:11 -07:00
hook.go packer: reset runningHook when done 2013-08-30 22:59:13 -07:00
hook_mock.go packer/rpc: test concurrent cancel/run 2013-08-30 23:10:16 -07:00
hook_test.go packer: no more asserts lib 2013-10-16 21:09:27 -10:00
multi_error.go packer: no need to check if nil since we're appending to slice 2013-08-23 15:25:02 -07:00
multi_error_test.go packer: no more asserts lib 2013-10-16 21:09:27 -10:00
post_processor.go packer: PostProcessor can take multiple configs 2013-07-01 14:59:23 -07:00
post_processor_test.go packer: PostProcessor can take multiple configs 2013-07-01 14:59:23 -07:00
provisioner.go packer: say the pause before next provisioner 2013-12-20 21:39:23 -08:00
provisioner_mock.go packer: PausedProvisioner 2013-12-20 21:36:41 -08:00
provisioner_test.go packer: PausedProvisioner 2013-12-20 21:36:41 -08:00
template.go Store the RawContents of the template on the template object 2015-02-04 13:30:40 -05:00
template_test.go Store the RawContents of the template on the template object 2015-02-04 13:30:40 -05:00
ui.go packer: fuzzy search broken pipe too [GH-1314] 2014-09-03 21:31:34 -07:00
ui_test.go fmt 2014-02-21 20:02:55 -08:00