Commit Graph

11298 Commits (dfa284c02bcafeb9d77d2f4394bccfb04fd2f659)
 

Author SHA1 Message Date
Adrien Delorme dfa284c02b
Merge pull request #7094 from hashicorp/fix_7087
8 years ago
Adrien Delorme 5e5ed9793f
Merge pull request #7092 from arizvisa/vmware-builders.halt-duplicate-code
8 years ago
Megan Marsh a819217c93 fix virtualbox 6.0 beta command options
8 years ago
Ali Rizvi-Santiago 1a36458e9e Tiny fix to replace some duplicate code with usage of the `halt` closure in the StepCloneVMX step for the vmware-vmx builder.
8 years ago
Megan Marsh d367c1ba8b
Merge pull request #7091 from arizvisa/GH-6920
8 years ago
Ali Rizvi-Santiago a6af04417e Moved the entrypoint argument for the docker builder in front of the image so it's passed correctly as an argument.
8 years ago
Megan Marsh 32f226eda0
Merge pull request #7069 from arizvisa/GH-6920
8 years ago
Adrien Delorme 9d32a75104
Merge pull request #7089 from aspectcapital/puppet-path-spaces
8 years ago
Adrien Delorme ecc20cf816
Merge pull request #7084 from hashicorp/packer_inspect_sensitive
8 years ago
Matt Dainty d7cd693680 Document how to pass spaces in `puppet_bin_dir`
8 years ago
chhaj5236 c4782807de
Merge pull request #7050 from chhaj5236/feature/force_delete_copied
8 years ago
Megan Marsh 98e933ca54 make packer inspect not print sensitive variables.
8 years ago
Adrien Delorme c42b3a41a9
Merge pull request #7059 from hashicorp/fix_6965
8 years ago
Adrien Delorme 2283efff79
Merge pull request #7071 from aspectcapital/ignore-pending-reboots
8 years ago
Matt Dainty 0192289d68 Drop exit code 1717
8 years ago
Megan Marsh ce71932f95
Merge pull request #7061 from boumenot/pr-6773-caching-type
8 years ago
Megan Marsh f19fdbcaaf
Merge pull request #7075 from hashicorp/do_4844
8 years ago
Megan Marsh e69391f28b save users some bash scripting by exposing IP and port separately as well as together
8 years ago
Adrien Delorme 0cc1493baf
Merge pull request #7062 from arizvisa/go-home-go-homedir-you-are-drunk
8 years ago
Adrien Delorme d876978337
Fixed misspelling in a comment residing in packer/config_file.go as suggested by @azr.
8 years ago
Megan Marsh 963982a6a0 update to v1.3.4-dev
8 years ago
Megan Marsh 508b6efb4a
Cut version 1.3.3
8 years ago
Megan Marsh a7d54a207f update to version 1.3.3
8 years ago
Megan Marsh ef095ad7c0 update changelog
8 years ago
Matt Dainty 5fed453047 Ignore an already-scheduled reboot
8 years ago
Ali Rizvi-Santiago 2e977019e4 Modified the docker builder's default run_command to specify the shell via the entrypoint command line argument as suggested by @vrubiolo in #6920.
8 years ago
bozhi.ch 0174a502eb support -force option and update docs
8 years ago
Ali Rizvi-Santiago 310ea6c006 Updated docker's default config to use regular bourne shell instead of bourne again. Closes #6920.
8 years ago
Megan Marsh af73071489 sort changelog
8 years ago
Ali Rizvi-Santiago ecf45d4740 Added tests for packer.ExpandUser in packer/config_file_test.go.
8 years ago
Ali Rizvi-Santiago 194f31aba1 Revert "Removed mitchellh/go-homedir from vendor packages."
8 years ago
Ali Rizvi-Santiago b0af406e08 gofmt using v1.11.2 instead of disro's outdated v1.10.5.
8 years ago
Ali Rizvi-Santiago 040a33567e Trying again one more time to prevent import cycles.. Moved common.ExpandUser into packer.ExpandUser..
8 years ago
Ali Rizvi-Santiago 79b68fb89c Replaced the previous incorrect logic with an re-implementation of common.ExpandUser.
8 years ago
Ali Rizvi-Santiago e04986659a Changed the logic for when to actually prefix a path with a u.HomeDir so that it's only done when a non-absolute path is specified.
8 years ago
Ali Rizvi-Santiago a4a42001f5 Removed mitchellh/go-homedir from vendor packages.
8 years ago
Ali Rizvi-Santiago 1a3c3f2ffc Replaced all instances of mitchellh/go-homedir with an implementation based on os/user.
8 years ago
Megan Marsh 65b513fdfc update version
8 years ago
Megan Marsh 66855747a3 update changelog
8 years ago
Megan Marsh 152f6fed8f
Merge pull request #7066 from arizvisa/vmware-temporary-devices
8 years ago
Megan Marsh 40df713453
Merge pull request #7064 from hashicorp/fix_7004
8 years ago
Adrien Delorme 9bd802b6ec
Merge pull request #7065 from hashicorp/fix_6405
8 years ago
Megan Marsh fa6eb3fdea reverts 406bf9c4aad7c925c3f5a837fe7f9c71169af098; this was incorrect interpretation of the intent of the inventoryDirectory template option
8 years ago
Ali Rizvi-Santiago 96bdf17d2e Added knowledge of the "temporaryDevices" statebag to the StepCleanVMX tests for the VMware builders.
8 years ago
Megan Marsh 7bc3128e18 update docs for detect-zero
8 years ago
Megan Marsh 65124985d1 don't set DetectZeroes if it's off, because some versions of QEMU don't support this option
8 years ago
Ali Rizvi-Santiago fa4998e1ec Modified StepCleanVMX to walk through the "temporaryDevices" statebag so that we can disable or remove its devices cleanly. This gets rid of the regex hack that was previously used to identify a cdrom-image.
8 years ago
Ali Rizvi-Santiago e0d3861e81 Updated StepCreateVMX to add the CDROM device that packer uses to the "temporaryDevices" statebag so that StepCleanVMX can unmount its ISO later.
8 years ago
Ali Rizvi-Santiago 3512c3c5ea Updated StepConfigureVMX to add the floppy disk device to the "temporaryDevices" statebag so that StepCleanVMX can remove it later.
8 years ago
Ali Rizvi-Santiago 27b16cee0a Added a new "temporaryDevices" key to the VMware builders' statebag in order to keep track of devices that were temporarily added during build and need to be removed later by StepCleanVMX.
8 years ago