- 23 May, 2015 2 commits
-
-
Seth Vargo authored
doc update: no need for homebrew/binary anymore
-
Seth Vargo authored
Remove duplicate "directly"
-
- 15 May, 2015 2 commits
-
-
Seth Vargo authored
Update middleman-hashicorp
-
Seth Vargo authored
-
- 14 May, 2015 4 commits
-
-
Seth Vargo authored
Fix typo in getting started remote builds example code
-
Asa Gage authored
-
Asa Gage authored
-
Romain Bossart authored
-
- 01 May, 2015 1 commit
-
-
Ernie Hershey authored
-
- 24 Apr, 2015 1 commit
-
-
Seth Vargo authored
Add how Packer fits into the HashiCorp Ecosystem
-
- 22 Apr, 2015 1 commit
-
-
Eric Johnson authored
Delete GCE disk on SIGINT.
-
- 21 Apr, 2015 1 commit
-
-
duftler authored
-
- 20 Apr, 2015 1 commit
-
-
Kevin Fishner authored
-
- 17 Apr, 2015 2 commits
-
-
Eric Johnson authored
Use new Google API and OAuth libs, add UserAgent string
-
Dave Cunningham authored
-
- 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 11 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
-