Skip to content
Snippets Groups Projects
  1. Feb 13, 2008
  2. Feb 11, 2008
  3. Jan 15, 2008
  4. Dec 18, 2007
  5. Dec 06, 2007
  6. Nov 20, 2007
  7. Nov 15, 2007
  8. Nov 02, 2007
  9. Oct 04, 2007
  10. Oct 02, 2007
  11. Sep 26, 2007
  12. Sep 19, 2007
  13. Aug 30, 2007
  14. Aug 21, 2007
  15. Aug 09, 2007
  16. Jul 22, 2007
    • Ryan Williams's avatar
      Added much more error-recovery logic to template-verifier -- e.g. it retries a... · 77691914
      Ryan Williams authored
      Added much more error-recovery logic to template-verifier -- e.g. it retries a few times to fetch the master from the web.  Also I changed the master to live in the system global tempdir, mostly because the build machines had a network problem and I wanted to reduce the chance of that happening.  Not reviewed, but I'm checking it in over the weekend so I can silently fix it if there's yet another weird configuration difference that breaks it on the build machines.
      77691914
  17. Jul 20, 2007
  18. Jul 18, 2007
    • Ryan Williams's avatar
      Replaced usage of urlopen.read(), which isn't guaranteed to return all of the... · 168794a0
      Ryan Williams authored
      Replaced usage of urlopen.read(), which isn't guaranteed to return all of the downloaded bytes, with urlopen.readlines(), which (I believe) does have that guarantee.  This should fix the rash of mysteriously-failing prebuilds.  In the process, added some better error messaging about whether the local template has the parse error, or the master on the network.  Also some reorganization.  Reviewed by Tess and Leyla.
      168794a0
  19. Jul 16, 2007
  20. Jul 11, 2007
  21. May 23, 2007
  22. May 01, 2007
  23. Mar 22, 2007
  24. Jan 31, 2007
  25. Jan 17, 2007
  26. Jan 02, 2007
Loading