1. 23 May, 2015 2 commits
  2. 15 May, 2015 2 commits
  3. 14 May, 2015 4 commits
  4. 01 May, 2015 1 commit
  5. 24 Apr, 2015 1 commit
  6. 22 Apr, 2015 1 commit
  7. 21 Apr, 2015 1 commit
  8. 20 Apr, 2015 1 commit
  9. 17 Apr, 2015 2 commits
  10. 19 Mar, 2015 3 commits
  11. 16 Mar, 2015 3 commits
  12. 13 Mar, 2015 4 commits
  13. 11 Mar, 2015 1 commit
  14. 10 Mar, 2015 1 commit
  15. 05 Mar, 2015 2 commits
  16. 25 Feb, 2015 11 commits
    • Seth Vargo's avatar
      Merge pull request #1769 from ceh/vet-fixes · 1b07d7eb
      Seth Vargo authored
      Address go vet reports
      1b07d7eb
    • Emil Hessman's avatar
      Makefile: add vet target · ffd570fe
      Emil Hessman authored
      ffd570fe
    • Emil Hessman's avatar
      provisioner/salt-masterless: fix incorrect printf verb types · 3165b0c9
      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
      3165b0c9
    • Emil Hessman's avatar
      provisioner/puppet-masterless: fix missing format argument · 92704b69
      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
      92704b69
    • Emil Hessman's avatar
      post-processor/vagrant-cloud: fix incorrect printf verb types · 8144c92d
      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
      8144c92d
    • Emil Hessman's avatar
      post-processor/vagrant: address vet report · 9c31822a
      Emil Hessman authored
      Fixes the following vet report:
      
      post-processor/vagrant/post-processor_test.go:135: possible formatting directive in Fatal call
      9c31822a
    • Emil Hessman's avatar
      packer: fix formatting directives in test · d9abb545
      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
      d9abb545
    • Emil Hessman's avatar
      communicator/ssh: bind variable value to closure · c4d4e0a2
      Emil Hessman authored
      Fixes the following vet report:
      
      communicator/ssh/communicator_test.go:88: range variable newChannel captured by func literal
      c4d4e0a2
    • Emil Hessman's avatar
      common: fix formatting directives in tests · 952ae516
      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
      952ae516
    • Emil Hessman's avatar
      builder/vmware/iso: fix incorrect printf verb type in test · 57468b3d
      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
      57468b3d
    • Emil Hessman's avatar
      builder/vmware/common: fix missing format argument for Fatalf call in test · fdb64f6f
      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
      fdb64f6f