diff options
author | Leah Rowe <leah@libreboot.org> | 2025-01-03 09:19:59 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-01-03 09:19:59 +0000 |
commit | 4149f3dc81a5157b08a8f1e297fd6c78811cf170 (patch) | |
tree | c3fb6dbefe704e388a4744c8ed7affa321fd2edb /config/submodule/grub/xhci/gnulib | |
parent | 0305975e7052bd3f988b11f0dca89af56a2bfd82 (diff) |
submodule/grub: use codeberg for 1st gnulib mirror
the gnu.org mirror is always slow for some reason, but only
for gnulib. it may only be for me, because routing in other
countries/networks may differ.
when i'm freshly cloning lbmk modules, gnulib is always really
slow, like 300KB/s (bytes, not bits)
i have 1gbps internet and wish to not have 2005-era speeds,
thank you kindly!
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/submodule/grub/xhci/gnulib')
-rw-r--r-- | config/submodule/grub/xhci/gnulib/module.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/submodule/grub/xhci/gnulib/module.cfg b/config/submodule/grub/xhci/gnulib/module.cfg index ca09e0ba..eaf40b24 100644 --- a/config/submodule/grub/xhci/gnulib/module.cfg +++ b/config/submodule/grub/xhci/gnulib/module.cfg @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0-or-later -subrepo="git://git.sv.gnu.org/gnulib" -subrepo_bkup="https://codeberg.org/libreboot/gnulib" +subrepo="https://codeberg.org/libreboot/gnulib" +subrepo_bkup="git://git.sv.gnu.org/gnulib" # ALWAYS slow. only use as backup! subhash="9f48fb992a3d7e96610c4ce8be969cff2d61a01b" |