packer-cn/common
DanHam c2437ba592
Remove the option to place the VHD files in a separate directory
The export process now exports the VM directly from the build directory
into the output directory. There are no intermediate steps or copying of
files involved. This means that there is no longer any benefit in having
a separate directory to house the VHD files - see #5206 for the
reasoning behind the introduction of this feature.

If a user wishes to house the build files on a separate disk from the
output directory (perhaps for performance reasons or due to disk space
limitations) they can still do so through the use of `temp_path`.
2018-07-20 02:12:43 +01:00
..
bootcommand regenerate boot command code 2018-05-29 11:17:51 -07:00
json common/json: add Unmarshal with method with syntax errors 2013-08-09 16:50:24 -07:00
powershell Remove the option to place the VHD files in a separate directory 2018-07-20 02:12:43 +01:00
shell-local shell-local: expose PACKER_HTTP_ADDR env var 2018-07-17 18:49:36 +03:00
ssh code.google.com/p/go.crypto/ssh -> golang.org/x/crypto/ssh 2015-05-28 08:17:49 -07:00
test-fixtures Add unit test to show that we handle tars safely 2018-05-25 12:13:59 -07:00
uuid Simplifies the implementation of common/uuid 2013-10-23 23:05:02 +01:00
config.go Inverted the logic of FileExistsLocally as suggested by @SwampDragons as remote URLs are assumed to exist locally. 2018-02-02 20:17:24 -06:00
config_test.go Removed an extra '/' from the TestFileExistsLocally test in common/config_test.go 2018-02-02 20:36:08 -06:00
download.go Do not return error on initial HEAD request 2018-06-13 20:30:19 -03:00
download_test.go Remove tmp file created by common/ test. Avoid possible race condition. 2018-05-09 22:09:05 +01:00
floppy_config.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
floppy_config_test.go tests actually test the floppies 2016-07-27 21:59:21 +01:00
http_config.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
http_config_test.go Refactor http server config into common 2015-11-01 14:45:47 -08:00
iso_config.go fix relative pathing versus iso checksum dir to work even if user has provided a relative path for the iso_url which is relative to the directory where Packer is run. 2018-07-13 09:21:04 -07:00
iso_config_test.go Remove tmp files created by common/ tests 2018-04-30 18:16:46 +01:00
multistep_debug.go fix imports 2018-01-24 17:09:17 -08:00
multistep_runner.go Use fmt to convert whatever's in error to a string. 2018-05-08 15:22:02 -07:00
packer_config.go Add -on-error command line argument to allow preserving artifacts on builder errors 2016-09-16 12:15:00 +00:00
retry.go builder/virtualbox-ovf retry removing VM. 2017-10-25 10:27:33 -07:00
retry_test.go post-processor/vagrant-cloud: try upload once 2017-06-12 17:34:32 -07:00
step_create_floppy.go fix imports 2018-01-24 17:09:17 -08:00
step_create_floppy_test.go test fixes WIP 2018-01-24 17:09:17 -08:00
step_download.go Add a common package for specifying useragent and adopt that everywhere 2018-04-05 14:28:50 -04:00
step_download_test.go fix imports 2018-01-24 17:09:17 -08:00
step_http_server.go use build name to ensure that winrm password and other shared state is not overwritten if two builders need the password in the same packer run. 2018-04-16 13:41:17 -07:00
step_provision.go fix imports 2018-01-24 17:09:17 -08:00
step_provision_test.go fix imports 2018-01-24 17:09:17 -08:00