Hacker News new | ask | show | jobs
by jerf 4652 days ago
"Somebody" needs to write a git caching proxy. Google searching comes up with a couple of attempts, neither looks production quality.

I'd suggest a rule of thumb where a build ought to be able to complete without any resources that you don't control the uptime of. As the number of such resources increases, the amount of time the build can not actually be built will tend towards 100%. A git caching proxy would be great for that sort of thing. A generic DVCS proxy would be even better.