Extend/generalize shallow clone avoidance

Savannah seems to have the same problem.

CI fails for emms. Extend to all of savannah as we'll presumably hit
this for several other packages next...
This commit is contained in:
Marien Zwart 2024-07-02 21:59:49 +10:00
parent 1d61287aff
commit 37da9ce045
No known key found for this signature in database
2 changed files with 9 additions and 6 deletions

View file

@ -55,8 +55,9 @@
git-commit = "ea0f07e54967197ac0b072a69ba314314a4080c1";
};
# Repositories for which to force `shallow = false`.
forceDeepClone = {
"https://git.notmuchmail.org/git/notmuch" = true;
};
# Domains for which to force `shallow = false`.
forceDeepCloneDomains = [
"https://git.notmuchmail.org/"
"https://git.savannah.gnu.org/"
];
}