Updated the gist. https://gist.github.com/901174/
New patch attached, as well as a diff of just the changes addressing Zac's comments. -Colin
infrapatch2.diff
Description: Binary data
zac-comments.diff
Description: Binary data
On May 7, 2011, at 5:45 PM, Zachary West wrote: > How about this: > (1) Check and see if a cache file exists for the requested latest.info > (2) If the file exists, and isn't out of date, use it. > (3) If the file exists, but is out of date, update it. > (4) If the file does not exist, try and ping the nightly server to see if > it's real. > > Otherwise the changes seem good.