Commit Graph

769 Commits (61fd3f733326bda553a065dfd9bea7669c53f86e)

Author SHA1 Message Date
Mitchell Hashimoto 2789281285 builder/vmware: clarify guestiphack error message [GH-639]
12 years ago
Mitchell Hashimoto 8766a93245 builder/vmware: correct logic in cehcking if file is still there
12 years ago
Mitchell Hashimoto 6211cd2028 builder/vmware: more resilient to racing deletes [GH-675]
12 years ago
Mitchell Hashimoto f7b1c2dbc6 builder/amazon/instance: add location to upload command [GH-679]
12 years ago
Mitchell Hashimoto 2110edb690 builder/amazon/chroot: remove unused import
12 years ago
Mitchell Hashimoto 2dad0cdca7 builder/amazon/chroot: block when obtaining lock [GH-689]
12 years ago
Mitchell Hashimoto a770a5b2f2 Merge pull request #660 from CpuID/master
12 years ago
Mitchell Hashimoto 5d420ce1c1 Revert "Merge pull request #663 from ktruong7/public-AMI"
12 years ago
Mitchell Hashimoto 09b53212bb Merge pull request #663 from ktruong7/public-AMI
12 years ago
Mitchell Hashimoto 60c797b256 Merge pull request #637 from johnbellone/master
12 years ago
Mitchell Hashimoto e1042cbc2c Merge pull request #681 from pcfens/qemu-img-formats
12 years ago
adrian kalaveshi d0387d1d3a Trivial bug fix in mechanism to clean installation ISOs for VMware builder
12 years ago
Phil Fenstermacher c4ae11589d Changed error message and docs to match code - qemu-img options are qcow2 and raw
12 years ago
ktruong7 2994129486 fixed format issue
13 years ago
ktruong7 961e58dfd0 fixed format issues
13 years ago
ktruong7 3589b0ba27 Added option to make ami public automatically
13 years ago
Nathan Sullivan e711255d95 fix some debugging for PublicIpAddress
13 years ago
Nathan Sullivan 4809186c12 remove excess debugging
13 years ago
Nathan Sullivan 6270d759cd revert whitespace changes - not necessary anymore
13 years ago
Nathan Sullivan 13f55bdec6 working AssociatePublicIpAddress support
13 years ago
Nathan Sullivan 5cbff00afa goamz aspects of AssociatePublicIpAddress working now
13 years ago
Nathan Sullivan 49a131951a reverting testing stuff
13 years ago
Nathan Sullivan 0cfb7564d5 lets try a string instead of a bool for AssociatePublicIpAddress
13 years ago
Nathan Sullivan 5df7bc0acf oops bugfix for work on https://github.com/mitchellh/packer/issues/578
13 years ago
Nathan Sullivan 31bf1f342c https://github.com/mitchellh/packer/issues/578
13 years ago
Mitchell Hashimoto cc13e6690c builder/amazon/chroot: don't choose partition mount point if taken
13 years ago
Mitchell Hashimoto d9c3aed479 builder/virtualbox: use VBOX_INSTALL_PATH to find VBoxManage
13 years ago
John Bellone 817b1bdb32 Add ProxyUrl parameter for OpenStack builder.
13 years ago
Mitchell Hashimoto b787d6fb1d builder/vmware: ESX artifacts have a different builder ID
13 years ago
Doug MacEachern 4af1c7f1b2 builder/vmware: Double check that OutputDirectory does not already exist
13 years ago
Doug MacEachern 3f5a02cf2a builder/vmware: Add ListFiles and Remove methods to OutputDir interface
13 years ago
Doug MacEachern 9655be5582 builder/vmware: Path related fixes in esx5 driver
13 years ago
Mitchell Hashimoto 21bb0674f2 builder/docker: ctrl-C works during provisioning
13 years ago
Mitchell Hashimoto d88cb09d32 builder/vmware: ctrl-c works during wait for boot
13 years ago
Mitchell Hashimoto c1bd7468d5 builder/virtualbox: ctrl-c works during wait for boot
13 years ago
Mitchell Hashimoto 832b4408a5 builder/docker: verify docker is available on path
13 years ago
Mitchell Hashimoto c04d1cd57e builder/docker: say when killing the container
13 years ago
Mitchell Hashimoto d8b29cd63b builder/docker: remove unused file
13 years ago
Mitchell Hashimoto 7bcfd83bdd builder/docker: stream output from commands
13 years ago
Mitchell Hashimoto 2b89da50b3 builder/docker: UploadDir
13 years ago
Mitchell Hashimoto ab5f719734 builder/docker: show stderr if docker fails to run
13 years ago
Mitchell Hashimoto 8ec68031d0 builder/docker: ability to disable pull
13 years ago
Mitchell Hashimoto 0287cdd614 builder/docker: config refactor
13 years ago
Mitchell Hashimoto 06b6cb1af1 builder/docker: artifact
13 years ago
Mitchell Hashimoto a58754b974 builder/docker: StepExport tests
13 years ago
Mitchell Hashimoto 0e3011cbce builder/docker: StepRun tests
13 years ago
Mitchell Hashimoto 62b81dc432 builder/docker: StepPull test, driver abstraction for tests
13 years ago
Mitchell Hashimoto 2da9233655 builder/docker: test StepTempDir
13 years ago
Mitchell Hashimoto da683afde0 builder/docker: config validation test
13 years ago
Mitchell Hashimoto 23ad5442ec builder/docker: perform cleanup in run method, not prematurely
13 years ago