1. 24 Jun, 2014 1 commit
  2. 23 Jun, 2014 1 commit
  3. 20 Jun, 2014 1 commit
  4. 16 Jun, 2014 1 commit
  5. 15 Jun, 2014 3 commits
  6. 13 Jun, 2014 2 commits
  7. 09 Jun, 2014 1 commit
  8. 07 Jun, 2014 1 commit
  9. 28 May, 2014 2 commits
    • Ross Smith II's avatar
      Merge pull request #1209 from blt04/fix-chef-solo-chroot · 1dcaf171
      Ross Smith II authored
      Fix chroot builder to work with chef-solo provisioner. Fixes  #1196
      1dcaf171
    • Brandon Turner's avatar
      Fix chroot builder to work with chef-solo · b2258dc4
      Brandon Turner authored
      According to be5adb92, the UploadDir
      method supports two ways of copying depending on whether a trailing
      slash is used:
          src = "dir"  -> dest/dir
          src = "dir/" -> dest
      
      On BSD-based systems (such as OSX, FreeBSD, etc.) the `cp -R` command
      handles these two cases automatically.  However, Linux treats "src/" and
      "src" the same.
      
      To support the trailing slash syntax portably, we can use:
          src = "dir"   -> dest/dir
          src = "dir/." -> dest
      
      This works on BSD and Linux.  It is better than using wildcards as it
      grabs hidden files as well.
      
      This fixes #1196 that prevents the chef-solo provisioner from working
      with the chroot builder.
      b2258dc4
  10. 26 May, 2014 2 commits
  11. 23 May, 2014 2 commits
  12. 22 May, 2014 3 commits
  13. 15 May, 2014 6 commits
  14. 13 May, 2014 2 commits
  15. 12 May, 2014 1 commit
  16. 11 May, 2014 8 commits
  17. 10 May, 2014 3 commits