1. 26 Apr, 2014 1 commit
    • Brett Porter's avatar
      builder/googlecompute: configure instance name · e1690135
      Brett Porter authored
      Retain the current default of an instance name generated by UUID, but allow
      users to choose a specific one. Useful for provisioning with Puppet when a
      node name is used to select the right manifest.
      e1690135
  2. 22 Apr, 2014 2 commits
  3. 21 Apr, 2014 19 commits
  4. 17 Apr, 2014 8 commits
  5. 13 Apr, 2014 2 commits
  6. 11 Apr, 2014 1 commit
  7. 10 Apr, 2014 1 commit
  8. 08 Apr, 2014 1 commit
  9. 06 Apr, 2014 2 commits
  10. 04 Apr, 2014 1 commit
  11. 03 Apr, 2014 1 commit
  12. 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