- 20 Jul, 2013 1 commit
-
-
Emil Sit 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 3 commits
-
-
Radu Voicilas authored
-
Mark Peek authored
When there is an error returned from the Upload it is propagated back to the main loop and may have additional log messages before the actual error is displayed. This displays a log message close to where the error actually occurred.
-
Mark Peek authored
Currently file provisioners will silently fail when there is an error with the remote side. This commit checks the scp error code and will return the error message from the remote.
-
- 17 Jul, 2013 2 commits
-
-
Mitchell Hashimoto authored
builder/vmware: fix Fusion DhcpLeasesPath
-
Doug MacEachern authored
-
- 16 Jul, 2013 14 commits
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Julian Phillips authored
Now the VMware builder should automatically pick between Fusion 5 and Workstation 9, based on which one is installed.
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
- 15 Jul, 2013 4 commits
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
This unifies all the builders so that they all wait for SSH using a common step available in builder/common. This common step has the best practices of every previously unique step, such as retrying SSH handshakes, limiting the number of SSH handshakes, timeouts, and so on.
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-