Skip to content

Commit 5ae8292

Browse files
sokcevicGLUCI
authored and
LUCI
committed
Revert "sync: skip network half on repo upgrade"
This reverts commit 61224d0. Reason for revert: the manifest will be updated during in the post-upgrade process, and that can result in a missing object in LocalHalf, since NetworkHalf is not skipped. Bug: b/392979411 Change-Id: I8a46e5b54093ed78285c8b30f000bb08a8244179 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/450181 Tested-by: Josip Sokcevic <[email protected]> Commit-Queue: Josip Sokcevic <[email protected]> Reviewed-by: Scott Lee <[email protected]>
1 parent dfdf577 commit 5ae8292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subcmds/sync.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1834,7 +1834,7 @@ def _ExecuteHelper(self, opt, args, errors):
18341834

18351835
self._fetch_times = _FetchTimes(manifest)
18361836
self._local_sync_state = LocalSyncState(manifest)
1837-
if not opt.local_only and not opt.repo_upgraded:
1837+
if not opt.local_only:
18381838
with multiprocessing.Manager() as manager:
18391839
with ssh.ProxyManager(manager) as ssh_proxy:
18401840
# Initialize the socket dir once in the parent.

0 commit comments

Comments
 (0)