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:
parent
1d61287aff
commit
37da9ce045
2 changed files with 9 additions and 6 deletions
|
|
@ -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/"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue