- 01 Aug, 2013 12 commits
-
-
Mitchell Hashimoto authored
/cc @rgarcia - Since you opened the pull request, common config decoding stuff has been pulled out into the common Package. This simplifies a lot of code.
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
/cc @rgarcia - This just forces the tests to make sure the package even builds. Better than nothing.
-
Mitchell Hashimoto authored
/cc @rgarcia - I don't know of any Go packages that follow this naming convention so I just lowercased it.
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
provisioner/salt-masterless: masterless salt provisioner
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Julian Phillips authored
We shouldn't need a different one for each driver ... Conflicts: builder/vmware/driver_workstation9.go
-
Julian Phillips authored
We have two choices for VMware on Linux. We already support Workstation, add support for Player too. VMware Player doesn't come with vmware-vdiskmanager, so fall back to using qemu-img if we can find that. Conflicts: builder/vmware/driver.go
-
- 31 Jul, 2013 28 commits
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
builder/amazon/common: handle missing source AMI error
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mark Peek authored
Specifying a non-existent source AMI will result in an empty array of images in the response which would cause an "index out of range" panic. This change handles this case more gracefully with an error message.
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
/cc @rasa - This is more idiomatic Go: to share the platform-independent stuff and make the platform-specific stuff unexported functions
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
This adds support for Windows VMware Workstation
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
James Massara authored
Conflicts: builder/amazon/common/run_config.go
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-