Descriptiongo.tools/dashboard/builder: do not fatal on subrepo fetch errors
When fetching repos it is not uncommon for a 500 or 503 to be returned
from code.google.com. When this happens, log the error and continue so
that we try again later, rather than treating this as fatal.
Patch Set 1 #Patch Set 2 : diff -r 027d1cf6c8c1 https://code.google.com/p/go.tools #Patch Set 3 : diff -r b77e326362d5 https://code.google.com/p/go.tools #Patch Set 4 : diff -r 563f7f5657bb https://code.google.com/p/go.tools #Patch Set 5 : diff -r 563f7f5657bb https://code.google.com/p/go.tools #Patch Set 6 : diff -r 563f7f5657bb https://code.google.com/p/go.tools #MessagesTotal messages: 5
|