- 01 Aug, 2013 22 commits
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
/cc @rgarcia Should just pass it in as a param
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
/cc @rgarcia
-
Mitchell Hashimoto authored
/cc @rgarcia - "Message" in Ui is the non-bold colored messages and are meant for sub-messages or steps part of a larger message. "Say" is used for the bold stuff. This is more in line wit how Packer works.
-
Mitchell Hashimoto authored
/cc @rgarcia - Not sure why this was capitalized to begin with
-
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 18 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
-
-