- 23 Jul, 2013 2 commits
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
- 22 Jul, 2013 2 commits
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
builder/amazon: support launching in VPC
-
- 21 Jul, 2013 4 commits
-
-
Rafael Garcia authored
adds `vpc_id` and `subnet_id` to builder config depends on https://github.com/mitchellh/goamz/pull/4
-
Mitchell Hashimoto authored
/cc @sit - Found another edge case
-
Mitchell Hashimoto authored
/cc @timsutton - This is a bit more flexible.
-
Mitchell Hashimoto authored
-
- 20 Jul, 2013 15 commits
-
-
Mitchell Hashimoto authored
builder/vmware: Remove ISO from ide1 in stepCleanVMX
-
Mitchell Hashimoto authored
builder/v*: Include path to output dir in error
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
/cc @sit
-
Mitchell Hashimoto authored
/cc @sit
-
Mitchell Hashimoto authored
Preserve suffix of files put in the cache.
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
builder/vmware, builder/virtualbox: add special keys for backspace, delete and F1-F12
-
JD Harrington authored
-
Mitchell Hashimoto authored
-
Emil Sit authored
-
Emil Sit authored
This reverts commit 688be43811007d33b9c70dec93b43782a4f71c06; instead of copying the ISO (which can be huge), we have adjusted the cache path to include the extension of the source file. Conflicts: builder/virtualbox/step_download_iso.go
-
Emil Sit authored
This allows us to hand cache paths to any programs that may want to interpret file extensions in order to behave differently. For example, VirtualBox may want ISO images to end with .iso.
-
Emil Sit authored
-
Timothy Sutton authored
-
- 19 Jul, 2013 16 commits
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
/cc @markpeek - The main thing is that the style for variables/methods in Go is to use CamelCase (with the first letter generally downcased unless an exported thing).
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
communicator/ssh: check scp codes and report errors
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
packer: builder name should be removed from rawConfig
-
Julian Phillips authored
This prevents the builder from rejecting the name (which it doesn't know about) when validating the config.
-
Julian Phillips authored
The name isn't actually part of the builder config, so it should be removed during parsing.
-
- 18 Jul, 2013 1 commit
-
-
Radu Voicilas authored
-