1. 21 Apr, 2014 17 commits
  2. 17 Apr, 2014 8 commits
  3. 13 Apr, 2014 2 commits
  4. 11 Apr, 2014 1 commit
  5. 08 Apr, 2014 1 commit
  6. 06 Apr, 2014 2 commits
  7. 04 Apr, 2014 1 commit
  8. 03 Apr, 2014 1 commit
  9. 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
  10. 24 Mar, 2014 2 commits
  11. 21 Mar, 2014 2 commits
  12. 18 Mar, 2014 1 commit
    • Ryan Burrows's avatar
      Fix ansible paths when provisioning Linux from Windows · 6420fbb4
      Ryan Burrows authored
      Since the paths are generated on the host machine but the commands are
      executed on the VM being provisioned the paths generated will use path
      separators from the host. In the case of provisioning a Linux VM from
      Windows this path will not work.
      
      Convert the path to use a '/' separator which should work for both
      platforms in Go
      6420fbb4
  13. 13 Mar, 2014 1 commit