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. 03 Aug, 2015 1 commit
  2. 30 Jul, 2015 1 commit
  3. 15 Jun, 2015 2 commits
  4. 01 Jun, 2015 1 commit
  5. 26 May, 2015 1 commit
  6. 25 Feb, 2015 1 commit
  7. 28 Oct, 2014 2 commits
  8. 27 Oct, 2014 3 commits
  9. 11 Sep, 2014 1 commit
    • Mathias Meyer's avatar
      Run two builds in parallel with go get. · 971cdd22
      Mathias Meyer authored
      By default, go get determines parallelism based on the number of
      cores available. Those show up as 32 in the Travis CI environment
      but a virtual machine is limited both by the amount of cores it
      has allocated and the amount of memory available to it. 32 parallel
      build processes are likely to exhaust the memory resources, leading
      to killed processes.
      
      This change reduces the number of builds running concurrently to 2,
      which should reduce the likelihood of memory exhaustion greatly.
      
      The number could probably be dialed up a little bit, but this should
      give a good default reflecting the environment's resources.
      971cdd22
  10. 02 Sep, 2014 1 commit
  11. 19 Jul, 2014 1 commit
  12. 21 Apr, 2014 2 commits
  13. 31 Mar, 2014 1 commit
    • Christian Berendt's avatar
      fixing colored output of Makefile · e7e30aca
      Christian Berendt authored
      The colored output is broken when using Zsh.
      
      \033[32;01m==> Installing dependencies\033[0m
      \033[32;01m==> Building\033[0m
      
      After adding the parameter -e to echo I get the expected green lines.
      e7e30aca
  14. 18 Nov, 2013 1 commit
  15. 24 Sep, 2013 1 commit
  16. 22 Sep, 2013 3 commits
  17. 17 Sep, 2013 1 commit
  18. 14 Aug, 2013 1 commit
  19. 18 Jul, 2013 1 commit
  20. 01 Jul, 2013 1 commit
    • Eric Lathrop's avatar
      Remove newline from test import paths. · ff0647bc
      Eric Lathrop authored
      When running "make test" on my machine, I got many unrecognized import
      path errors, and the path showed a trailing "\n". Changing the go list
      format to remove the newline fixed these.
      ff0647bc
  21. 30 Jun, 2013 1 commit
    • Julian Phillips's avatar
      Fix building on Ubuntu · c0772327
      Julian Phillips authored
      1) /bin/sh is not /bin/bash, so build.sh needs to explictly use /bin/bash
      2) dash's echo does not support \x, but it does support \0 (since dash is
         /bin/sh, it gets used by Makefiles).
      c0772327
  22. 20 Jun, 2013 1 commit
  23. 24 May, 2013 1 commit
  24. 09 May, 2013 1 commit
  25. 07 May, 2013 2 commits
  26. 21 Apr, 2013 1 commit
  27. 15 Apr, 2013 3 commits
  28. 25 Mar, 2013 1 commit
  29. 24 Mar, 2013 2 commits