mirror of
https://github.com/Dev-Wiki/git-repo.git
synced 2025-09-07 07:14:44 +08:00
sync: Fix tracking of broken links
Change-Id: Ice4f4cc745cbac59f356bd4ce1124b6162894e61 Bug: b/113935847 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/390434 Tested-by: Jason Chang <jasonnc@google.com> Reviewed-by: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Mike Frysinger <vapier@google.com> Commit-Queue: Jason Chang <jasonnc@google.com>
This commit is contained in:
parent
9267d58727
commit
1fd5c4bdf2
@ -1776,7 +1776,6 @@ later is required to fix a server side protocol bug.
|
|||||||
logger.error("error: Local checkouts *not* updated.")
|
logger.error("error: Local checkouts *not* updated.")
|
||||||
raise SyncFailFastError(aggregate_errors=errors)
|
raise SyncFailFastError(aggregate_errors=errors)
|
||||||
|
|
||||||
err_update_linkfiles = False
|
|
||||||
try:
|
try:
|
||||||
self.UpdateCopyLinkfileList(m)
|
self.UpdateCopyLinkfileList(m)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
Loading…
Reference in New Issue
Block a user