You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(repo-mirror): stage tarball extraction under reposPath to avoid cross-device rename
Containerised manager has /tmp and /workspace on different volumes, so the final
fsp.rename(stagingDir, fullPath) was failing with EXDEV. Move both the receive
staging dir and the gitignore exclude staging into a sibling .ocm-staging
directory under getReposPath() so the rename is always intra-filesystem.
0 commit comments