1. 15 Oct, 2013 1 commit
    • Matthew Hooker's avatar
      provisioner/shell: fix EOF detection · 104f5049
      Matthew Hooker authored
      Fixes #507
      
      The scanUnixLine function was erroneously returning empty lines when EOF
      was reached.
      This commit adds a test for the problem and changes the scanUnixLine
      function to elide the trailing \n if no content was read.
      104f5049
  2. 14 Oct, 2013 9 commits
  3. 13 Oct, 2013 2 commits
  4. 11 Oct, 2013 1 commit
    • Patrick Lucas's avatar
      Fix race condition after launching EC2 instance · e17984fa
      Patrick Lucas authored
      It is possible for an instance to not immediately exist after it is
      launched. Previously, InstanceStateRefreshFunc would crash if this race
      condition were realized.
      
      This change takes the exact same approach of the function above,
      AMIStateRefreshFunc, treating 'InvalidInstanceID.NotFound' as if there
      were an empty result.
      e17984fa
  5. 10 Oct, 2013 3 commits
  6. 09 Oct, 2013 2 commits
  7. 05 Oct, 2013 1 commit
  8. 04 Oct, 2013 2 commits
  9. 03 Oct, 2013 4 commits
  10. 02 Oct, 2013 9 commits
  11. 01 Oct, 2013 6 commits