commit | b48b126ffd2d43e8fa7897c8174e2688e113af4d | [log] [tgz] |
---|---|---|
author | hinoka <[email protected]> | Tue Jun 07 21:09:46 2016 |
committer | Commit bot <[email protected]> | Tue Jun 07 21:09:46 2016 |
tree | 6e4d7a4b062d35ef5e68f6c4d20e719752440572 | |
parent | 0b67044c35903e7a69bb1552f815dd0521d51719 [diff] |
git_cache.py: Clobber git repos if the config is corrupt See https://build.chromium.org/p/tryserver.chromium.win/builders/win10_chromium_x64_rel_ng_exp/builds/1801/steps/bot_update/logs/stdio [Mirror] https://luci-logdog.appspot.com/v/?s=chromium%2Fbb%2Ftryserver.chromium.win%2Fwin10_chromium_x64_rel_ng_exp%2F1801%2F%2B%2Frecipes%2Fsteps%2Fbot_update%2F0%2Fstdout Sometimes repos become corrupt and bot_update fails spectacularly. This usually happens due to the process being interrupted during a fetch. Git cache should be able to recover from this by clobbering. BUG= Review-Url: https://codereview.chromium.org/2031773002