1. 23 May, 2015 1 commit
  2. 21 May, 2015 8 commits
  3. 19 May, 2015 1 commit
  4. 16 May, 2015 7 commits
  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 3 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