You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/common
M. Marsh e5a63a674e
Merge pull request #6422 from DanHam/fix-gh-vmsecureboot
8 years ago
..
bootcommand regenerate boot command code 8 years ago
json common/json: add Unmarshal with method with syntax errors 13 years ago
powershell Use Get-Command over Get-Help to check for SecureBootTemplate parameter 8 years ago
shell-local found a config validation bug where packer crashes instead of throwing a validation error if a windows-style path is provided to a provisioner on linux 8 years ago
ssh code.google.com/p/go.crypto/ssh -> golang.org/x/crypto/ssh 11 years ago
test-fixtures Add unit test to show that we handle tars safely 8 years ago
uuid Simplifies the implementation of common/uuid 13 years ago
config.go Inverted the logic of FileExistsLocally as suggested by @SwampDragons as remote URLs are assumed to exist locally. 8 years ago
config_test.go Removed an extra '/' from the TestFileExistsLocally test in common/config_test.go 8 years ago
download.go Do not return error on initial HEAD request 8 years ago
download_test.go Remove tmp file created by common/ test. Avoid possible race condition. 8 years ago
floppy_config.go move packer to hashicorp 9 years ago
floppy_config_test.go tests actually test the floppies 10 years ago
http_config.go move packer to hashicorp 9 years ago
http_config_test.go Refactor http server config into common 10 years ago
iso_config.go Split up DownloadableURL() into it's individual components: SupportedURL(), DownloadableURL(), and ValidatedURL(). Updated all instances of DownloadableURL() to point to ValidatedURL(). Reverted the tests that are based on un-supported protocols. 8 years ago
iso_config_test.go Remove tmp files created by common/ tests 8 years ago
multistep_debug.go fix imports 8 years ago
multistep_runner.go Use fmt to convert whatever's in error to a string. 8 years ago
packer_config.go Add -on-error command line argument to allow preserving artifacts on builder errors 10 years ago
retry.go builder/virtualbox-ovf retry removing VM. 8 years ago
retry_test.go post-processor/vagrant-cloud: try upload once 9 years ago
step_create_floppy.go fix imports 8 years ago
step_create_floppy_test.go test fixes WIP 8 years ago
step_download.go Add a common package for specifying useragent and adopt that everywhere 8 years ago
step_download_test.go fix imports 8 years ago
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. 8 years ago
step_provision.go fix imports 8 years ago
step_provision_test.go fix imports 8 years ago