- 15 Apr, 2015 2 commits
-
-
James Nugent authored
This commit adds extra nil checks for some pointers which were not necessary when using goamz
-
James Nugent authored
-
- 13 Apr, 2015 1 commit
-
-
James Nugent authored
This commit moves the Amazon builders of Packer away from the Hashicorp fork of the goamz library to the official AWS SDK for Go, in order that third party plugins may depend on the more complete official library more easily.
-
- 19 Mar, 2015 3 commits
-
-
Seth Vargo authored
Address certain mobile issues
-
Seth Vargo authored
-
Seth Vargo authored
-
- 16 Mar, 2015 3 commits
-
-
Seth Vargo authored
Explain how packer works with atlas
-
Seth Vargo authored
Clarify the plugin discovery search & priority orders.
-
Seth Vargo authored
Corrected invalid boot command section for Parallels, Virtualbox, and VMware ISO builders
-
- 13 Mar, 2015 4 commits
- 11 Mar, 2015 1 commit
-
-
Aneesh Agrawal authored
-
- 10 Mar, 2015 1 commit
-
-
Kevin Fishner authored
-
- 05 Mar, 2015 2 commits
-
-
Seth Vargo authored
Better error reporting when a config key in template is Unknown
-
Grégoire Pineau authored
This patch will allow to fix the following bug much faster: ``` 1 error(s) occurred: * Unknown configuration key: output_directory ``` Related configuration: ``` "output_directory ": "build/sl_base/", ``` After the patch, the error reporting will be: ``` 1 error(s) occurred: * Unknown configuration key: "output_directory¤" ```
-
- 25 Feb, 2015 23 commits
-
-
Seth Vargo authored
Address go vet reports
-
Emil Hessman authored
-
Emil Hessman authored
Fixes the following vet reports: provisioner/salt-masterless/provisioner.go:119: arg cmd for printf verb %s of wrong type: *github.com/mitchellh/packer/packer.RemoteCmd provisioner/salt-masterless/provisioner.go:121: arg err for printf verb %d of wrong type: error provisioner/salt-masterless/provisioner.go:142: arg err for printf verb %d of wrong type: error provisioner/salt-masterless/provisioner.go:157: arg err for printf verb %d of wrong type: error provisioner/salt-masterless/provisioner.go:172: arg err for printf verb %d of wrong type: error provisioner/salt-masterless/provisioner.go:216: arg err for printf verb %d of wrong type: error
-
Emil Hessman authored
Fixes the following vet report: provisioner/puppet-masterless/provisioner.go:196: missing argument for Errorf(%d): format reads arg 1, have only 0 args
-
Emil Hessman authored
Fixes the following vet reports: post-processor/vagrant-cloud/client.go:81: arg resp for printf verb %s of wrong type: *net/http.Response post-processor/vagrant-cloud/client.go:99: arg resp for printf verb %s of wrong type: *net/http.Response post-processor/vagrant-cloud/client.go:131: arg resp for printf verb %s of wrong type: *net/http.Response post-processor/vagrant-cloud/client.go:156: arg resp for printf verb %s of wrong type: *net/http.Response post-processor/vagrant-cloud/client.go:175: arg resp for printf verb %s of wrong type: *net/http.Response
-
Emil Hessman authored
Fixes the following vet report: post-processor/vagrant/post-processor_test.go:135: possible formatting directive in Fatal call
-
Emil Hessman authored
Fixes the following vet reports: packer/template_test.go:496: possible formatting directive in Fatal call packer/template_test.go:528: possible formatting directive in Fatal call
-
Emil Hessman authored
Fixes the following vet report: communicator/ssh/communicator_test.go:88: range variable newChannel captured by func literal
-
Emil Hessman authored
Fixes the following vet reports: common/step_create_floppy_test.go:79: possible formatting directive in Fatal call common/step_create_floppy_test.go:89: possible formatting directive in Fatal call common/step_create_floppy_test.go:180: possible formatting directive in Fatal call common/step_create_floppy_test.go:190: possible formatting directive in Fatal call
-
Emil Hessman authored
Fixes the following vet report: builder/vmware/iso/builder_test.go:178: arg b.config.DiskSize for printf verb %s of wrong type: uint
-
Emil Hessman authored
Fixes the following vet report: builder/vmware/common/step_shutdown_test.go:130: missing argument for Fatalf("%s"): format reads arg 1, have only 0 args
-
Emil Hessman authored
Fixes the following vet report: builder/virtualbox/iso/builder_test.go:86: arg b.config.DiskSize for printf verb %s of wrong type: uint
-
Emil Hessman authored
Fixes the following vet report: builder/qemu/builder_test.go:163: arg b.config.DiskSize for printf verb %s of wrong type: uint
-
Emil Hessman authored
Fixes the following vet report: builder/parallels/iso/builder_test.go:78: arg b.config.DiskSize for printf verb %s of wrong type: uint
-
Emil Hessman authored
Fixes the following vet reports: builder/openstack/artifact.go:44: arg a.ImageId for printf verb %d of wrong type: string builder/openstack/step_wait_for_rackconnect.go:24: arg server for printf verb %s of wrong type: *github.com/mitchellh/gophercloud-fork-40444fb.Server
-
Emil Hessman authored
Fixes the following vet reports: builder/googlecompute/step_create_instance_test.go:42: possible formatting directive in Fatal call builder/googlecompute/step_teardown_instance_test.go:29: possible formatting directive in Fatal call builder/googlecompute/step_teardown_instance_test.go:39: possible formatting directive in Fatal call
-
Emil Hessman authored
Fixes the following vet reports: builder/digitalocean/builder_test.go:267: arg b.config.SSHUsername for printf verb %d of wrong type: string builder/digitalocean/builder_test.go:300: arg b.config.RawSSHTimeout for printf verb %d of wrong type: string builder/digitalocean/builder_test.go:341: arg b.config.RawStateTimeout for printf verb %d of wrong type: string builder/digitalocean/builder_test.go:382: arg b.config.PrivateNetworking for printf verb %s of wrong type: bool builder/digitalocean/builder_test.go:397: arg b.config.PrivateNetworking for printf verb %s of wrong type: bool
-
Emil Hessman authored
Fixes the following vet report: builder/amazon/ebs/step_create_ami.go:90: arg resp.Return for printf verb %s of wrong type: bool
-
Emil Hessman authored
Fixes the following vet reports: builder/amazon/common/step_ami_region_copy.go:81: arg target for printf verb %s of wrong type: github.com/mitchellh/goamz/aws.Region builder/amazon/common/step_ami_region_copy.go:93: arg target for printf verb %s of wrong type: github.com/mitchellh/goamz/aws.Region
-
Seth Vargo authored
docs/templates: add note about escaping
-
Seth Vargo authored
post-processor/vagrant: fix test failure on Windows
-
Seth Vargo authored
-
Seth Vargo authored
Add Rackconnect support to openstack builder
-