Commit Graph

693 Commits (f2fed94a715433b25ee0dfd4efc6e253ff9ee0bd)

Author SHA1 Message Date
Matthew Hooker afd394e0bd
only output telemetry logs when enabled.
9 years ago
Matthew Hooker 68287566b8 Merge pull request #5167 from hashicorp/fix5147
9 years ago
Sean Chittenden cd84b17923
Fix building packer on GOOS=solaris
9 years ago
Megan Marsh d733be711a Merge pull request #5238 from hashicorp/fix5237
9 years ago
Matthew Hooker 2d3b639c7b
don't need a waitgroup for uploading files
9 years ago
Matthew Hooker b05643cd47
increase telemetry report timeout
9 years ago
Luke Farnell d9a5b69403 clean up ineffectual assignments
9 years ago
Matthew Hooker 6d997d82e0
preserve left-side whitespace in output
9 years ago
Megan Marsh 07decf99ad quick patch to make ansible work again
9 years ago
Megan Marsh b2d5fcd48a move wait earlier
9 years ago
Megan Marsh 9ee97aaa2a while I'm at it, kill this race condition in uploads, too
9 years ago
Megan Marsh d8637751a3 rpc/communicator fix race condition that causes stdout from ssh provisioner to be truncated
9 years ago
Matthew Hooker 5e3a119069
increase telemetry timeout
9 years ago
Matthew Hooker 8681ea6026
report panic comment and shorter timeout
9 years ago
Matthew Hooker 5da9b3de61
Telemetry logging changes
9 years ago
Matthew Hooker beb338b78b
remove unneeded logs
9 years ago
Matthew Hooker f534b85ee9
get chris's nits.
9 years ago
Matthew Hooker 2d581dfc7b
fix tests.
9 years ago
Matthew Hooker 35332e4498
fix panic with deadlines. update panicwrap dep
9 years ago
Matthew Hooker 7382382727
Add telemetry reporting through checkpoint
9 years ago
Matthew Hooker 81522dced0
move packer to hashicorp
9 years ago
Matthew Hooker 048e316645
s/TargettedUi/TargetedUI/
9 years ago
Matthew Hooker 79287d7e47
simplify some code
9 years ago
Matthew Hooker d1b20b3d9c
remove a bunch of dead code.
9 years ago
Matthew Hooker 230079f73a
spell fixes
9 years ago
Ash Berlin 242ed49ecb Use bufio.Scanner in BasicUi.Ask so we can read whole lines
9 years ago
Matthew Hooker f1175c1921
parallels/vmware: don't wait for shutdown command.
9 years ago
Rickard von Essen f6c611da5b Merge pull request #3940 from bhcleek/fix-fastpath
10 years ago
Matthew Hooker d920b3fbf4 run gofmt
10 years ago
Matthew Hooker 892d5e82c9 expect_disconnect option
10 years ago
Billie H. Cleek b4f6d40001 allow ssh communicator's Upload fastpath to execute
10 years ago
Orivej Desh 389603cc0f Allow upper case input to -on-error=ask
10 years ago
Orivej Desh 6762965696 Add -on-error command line argument to allow preserving artifacts on builder errors
10 years ago
Vasiliy Tolstov feee19e4ed file provisioner improvements
10 years ago
Mark Peek bc0f438db0 Use alternate temp directories for docker
11 years ago
Mark Peek 38c81cf3e3 Move ConfigFile() and ConfigDir() from package main to packer
11 years ago
Chris Bednarski a4eba1102b Switch bool chan to struct chan for less memory usage
11 years ago
Chris Bednarski 4856544027 Add a comment to indicate why we're waiting on the channel
11 years ago
Chris Bednarski b51cd5406a Add explicit wait after Communicator.Download to make sure serveSingleCopy completes
11 years ago
Chris Bednarski 74d604e5a8 Switch from hashicorp/go-msgpack to the original upstream ugorgi/go to fix a slew of race conditions
11 years ago
Mark Peek e5a713ff01 Alternative fix for #2641: make random script name actually random
11 years ago
Chris Bednarski abb67fdd79 Fix govet issues
11 years ago
Chris Bednarski b3eacc5c2b Updated test to verify expected behavior
11 years ago
Mitchell Hashimoto 2498ad02c8 packer: validate minimum version [GH-2310]
11 years ago
Mitchell Hashimoto 2d13db300c packer: HookProvision errors if no communicator
11 years ago
Mitchell Hashimoto 472b060394 packer: build_name and build_type work + tests
11 years ago
Chris Bednarski 408250ec76 Wrap output in if statement to catch zero values from select
11 years ago
Mitchell Hashimoto 1b775cca2e packer: core interpolates Push
11 years ago
Mitchell Hashimoto 579264bb5b command/push: interpolate
11 years ago
Mitchell Hashimoto 048c764e05 packer: fix failing tests
11 years ago