| Index: git_common.py
|
| diff --git a/git_common.py b/git_common.py
|
| index 9ccbbc35a6344adc5cd85abf3dc09d02219c82c2..a9b766acf7706595ccc758715606c45119b1e5c0 100644
|
| --- a/git_common.py
|
| +++ b/git_common.py
|
| @@ -92,6 +92,12 @@ GIT_TRANSIENT_ERRORS = (
|
| # crbug.com/430343
|
| # TODO(dnj): Resync with Chromite.
|
| r'The requested URL returned error: 5\d+',
|
| +
|
| + r'Connection reset by peer',
|
| +
|
| + r'Unable to look up',
|
| +
|
| + r'Couldn\'t resolve host',
|
| )
|
|
|
| GIT_TRANSIENT_ERRORS_RE = re.compile('|'.join(GIT_TRANSIENT_ERRORS),
|
|
|