This project is mirrored from https://gitee.com/NQL886/packer.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 14 Dec, 2019 2 commits
  2. 13 Dec, 2019 4 commits
  3. 12 Dec, 2019 1 commit
  4. 11 Dec, 2019 4 commits
  5. 25 Sep, 2019 1 commit
  6. 24 Sep, 2019 1 commit
  7. 03 Apr, 2019 2 commits
  8. 10 Sep, 2018 1 commit
  9. 24 Aug, 2018 1 commit
  10. 25 Jan, 2018 3 commits
    • Matthew Hooker's avatar
      fix imports · 7a189a83
      Matthew Hooker authored
      `find . -type f -name '*.go' -not -path "./vendor/*" -exec goimports -w {} \;`
      7a189a83
    • Matthew Hooker's avatar
      change run signatures · a831d522
      Matthew Hooker authored
      Run now takes a context as well as a statebag. We'll assign the context
      to the blank identifier to prevent namespace collisions. We'll let the
      step authors opt-in to using the context.
      
      `find . -iname "step_*.go" -exec gsed -i'' 's/func \(.*\)Run(/func \1Run(_ context.Context, /' {} \;`
      a831d522
    • Matthew Hooker's avatar
      move multistep imports to helper. · 366dc3da
      Matthew Hooker authored
      gomvpkg -from "github.com/mitchellh/multistep" -to "github.com/hashicorp/packer/helper/multistep"
      366dc3da
  11. 23 Jan, 2018 1 commit
  12. 04 Apr, 2017 1 commit
  13. 15 Jun, 2015 1 commit
  14. 12 Nov, 2013 1 commit
  15. 31 Aug, 2013 3 commits
  16. 01 Aug, 2013 1 commit
  17. 16 Jul, 2013 1 commit
  18. 27 Jun, 2013 1 commit
  19. 13 Jun, 2013 1 commit
  20. 06 Jun, 2013 1 commit
  21. 04 Jun, 2013 1 commit
  22. 24 May, 2013 1 commit