- 14 Oct, 2013 5 commits
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
builder/amzon: fix race condition after launching EC2 instance
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
common/config: config filter function [GH-521]
-
Mitchell Hashimoto authored
-
- 13 Oct, 2013 2 commits
-
-
Matthew Hooker authored
-
Matthew Hooker authored
Fixes #521
-
- 11 Oct, 2013 1 commit
-
-
Patrick Lucas authored
It is possible for an instance to not immediately exist after it is launched. Previously, InstanceStateRefreshFunc would crash if this race condition were realized. This change takes the exact same approach of the function above, AMIStateRefreshFunc, treating 'InvalidInstanceID.NotFound' as if there were an empty result.
-
- 10 Oct, 2013 3 commits
-
-
Jack Pearkes authored
-
Jack Pearkes authored
builder/digitalocean: Scrub config before logging
-
Matthew Hooker authored
-
- 04 Oct, 2013 2 commits
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
- 03 Oct, 2013 4 commits
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
common: An SSH timeout should be treated as an error
-
- 02 Oct, 2013 9 commits
-
-
Patrick Lucas authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
/cc @netshade
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
provisioner/chef-solo: chef environment support
-
Mitchell Hashimoto authored
website: Updated web site doc. for avail commands list
-
Tehmasp Chaudhri authored
-
- 01 Oct, 2013 6 commits
-
-
Chris authored
-
Chris authored
-
Matthew Hooker authored
* Single quotes around chroot command cause it to fail. * The chroot command also gets passed through the CommandWrapper template, so having sudo would clash with however the user wants to run it. * Fix spelling mistake.
-
Matthew Hooker authored
Added a test for the failure. Most of the scanner code looks like it's a modified version of bufio.ScanLines, so I changed it to use that but always add a line feed.
-
Mitchell Hashimoto authored
-
Jason A. Beranek authored
Packer was using the original file reader when uploading, instead of the UnixReader /cc @mitchellh
-
- 30 Sep, 2013 8 commits
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
/cc @mwhooker - I changed the interface up a bit to return an error, since things should return errors in Go (the ui.Error bit was kind of ghetto because it had no way to bubble that error up except through the UI). Using this, I made it so that the communicator uses both a CommandWrapper and ShellCommand with chroot so that the chroot commannd is also wrapped (it wasn't before). I think the functionality of all this is the same but I'd love if you could look it over and make sure.
-
Mitchell Hashimoto authored
/cc @mwhooker
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
build/amazon/chroot: command_wrapper to support sudo-less
-
Matthew Hooker authored
-