git: Add required configuration for kdesrc-build
All checks were successful
check / check (push) Successful in 35s
All checks were successful
check / check (push) Successful in 35s
This commit is contained in:
parent
ed8665fa49
commit
3ef6e6e381
1 changed files with 6 additions and 1 deletions
|
@ -17,6 +17,11 @@ in
|
||||||
userEmail = "florian.richer@protonmail.com";
|
userEmail = "florian.richer@protonmail.com";
|
||||||
|
|
||||||
# signing.signByDefault = true;
|
# signing.signByDefault = true;
|
||||||
|
|
||||||
|
extraConfig = {
|
||||||
|
url."https://invent.kde.org/".insteadOf = "kde:";
|
||||||
|
url."ssh://git@invent.kde.org/".pushInsteadOf = "kde:";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue