make all submodules point to my forks

git servers are insane, submodule implementation is crap, what can you do
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-14 00:00:06 +00:00
parent 521ec5af61
commit 9b6fbb7242
2 changed files with 16 additions and 7 deletions

8
build
View File

@@ -538,11 +538,11 @@ Which components to build. Default: qemu-buildroot
# However, most git servers out there are crap or craply configured
# and don't allow shallow cloning except for branches.
#
# So for now, let's shallow clone only the Linux kernel, which has by far
# the largest .git repo history, and full clone the others.
# So for now I'm keeping all mirrors in my GitHub.
# and always have a lkmc-* branch pointint to it.
#
# Then we will maintain a GitHub Linux kernel mirror / fork that always has a
# lkmc branch, and point to it, so that it will always succeed.
# However, QEMU has a bunch of submodules itself, and I'm not in the mood
# to mirror all of them...
#
# See also:
#