Skip to content
Snippets Groups Projects
Commit 299aea82 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

directory: Align process to checkout a remote git ref with guix one

It has been observed that the process used by SWH to checkout a remote
git reference can lead to different recursive nar hash values compared
to those computed by guix. This seems related to CR/LF normalization.

So prefer to align the process to checkout a remote git reference with
the one used by guix. It seems also faster than the previous approach.

Also refine the not found repository detection process as previously
some non related git errors could be missed.

Related to #4751.
parent f9c18e78
No related branches found
Tags v2.7.0
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment