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. 20 Jan, 2021 1 commit
  2. 17 Dec, 2020 1 commit
  3. 30 Nov, 2020 1 commit
  4. 18 Nov, 2020 2 commits
  5. 15 Oct, 2019 1 commit
  6. 22 Aug, 2019 1 commit
  7. 03 Apr, 2019 1 commit
  8. 19 Oct, 2018 1 commit
    • Matt Dainty's avatar
      Convert `ena_support` to a pointer · feb8067c
      Matt Dainty authored
      This means it now has three states, `true`, `false`, & `nil`. The
      default state is now `nil` which does nothing instead of `false` which
      now will explicitly disable ENA support instead of just not enabling it.
      feb8067c
  9. 05 Sep, 2018 1 commit
  10. 23 Aug, 2018 1 commit
  11. 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
  12. 28 Aug, 2017 1 commit
  13. 25 Aug, 2017 1 commit
  14. 04 Apr, 2017 1 commit
  15. 29 Mar, 2017 1 commit
  16. 25 Feb, 2017 1 commit
  17. 01 Dec, 2016 1 commit
  18. 01 Nov, 2016 1 commit
  19. 20 Aug, 2016 3 commits
  20. 06 Jul, 2016 1 commit
  21. 18 Aug, 2015 1 commit
  22. 03 Jun, 2015 1 commit
  23. 13 Apr, 2015 1 commit
    • James Nugent's avatar
      Migrate from mitchellh/goamz to awslabs/aws-sdk-go · e99cd56b
      James Nugent authored
      This commit moves the Amazon builders of Packer away from the Hashicorp
      fork of the goamz library to the official AWS SDK for Go, in order that
      third party plugins may depend on the more complete official library
      more easily.
      e99cd56b
  24. 04 Jun, 2014 1 commit
  25. 26 Nov, 2013 2 commits
  26. 31 Aug, 2013 1 commit
  27. 30 Jul, 2013 2 commits