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. 17 Dec, 2020 1 commit
  2. 30 Nov, 2020 1 commit
  3. 18 Nov, 2020 1 commit
  4. 17 Nov, 2020 1 commit
  5. 26 Apr, 2019 2 commits
  6. 03 Apr, 2019 1 commit
  7. 11 Sep, 2018 1 commit
  8. 23 Jun, 2018 1 commit
  9. 15 Jun, 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. 02 Jun, 2017 1 commit
  12. 01 Jun, 2017 2 commits
  13. 26 May, 2017 1 commit
  14. 25 May, 2017 1 commit
  15. 03 Mar, 2017 1 commit