From 36076a129a01e1a461c25f212a681da9b37d5963 Mon Sep 17 00:00:00 2001 From: jebba Date: Sat, 12 Jun 2021 12:05:56 -0600 Subject: [PATCH] use spacecruft mirrors for git submodules --- .gitmodules | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/.gitmodules b/.gitmodules index ec5319a..38fac34 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,30 +1,40 @@ [submodule "bootloader"] path = bootloader - url = https://github.com/daniel-thompson/wasp-bootloader +# url = https://github.com/daniel-thompson/wasp-bootloader + url = https://mirrors.spacecruft.org/daniel-thompson/wasp-bootloader [submodule "micropython"] path = micropython - url = https://github.com/daniel-thompson/micropython +# url = https://github.com/daniel-thompson/micropython + url = https://mirrors.spacecruft.org/daniel-thompson/micropython [submodule "tools/intelhex"] path = tools/intelhex - url = https://github.com/python-intelhex/intelhex +# url = https://github.com/python-intelhex/intelhex + url = https://mirrors.spacecruft.org/python-intelhex/intelhex [submodule "tools/nrfutil"] path = tools/nrfutil - url = https://github.com/adafruit/Adafruit_nRF52_nrfutil.git +# url = https://github.com/adafruit/Adafruit_nRF52_nrfutil.git + url = https://mirrors.spacecruft.org/adafruit/Adafruit_nRF52_nrfutil [submodule "wasp/drivers/flash"] path = wasp/drivers/flash - url = https://github.com/daniel-thompson/micropython-eeprom +# url = https://github.com/daniel-thompson/micropython-eeprom + url = https://mirrors.spacecruft.org/daniel-thompson/micropython-eeprom [submodule "tools/pynus"] path = tools/pynus - url = https://github.com/daniel-thompson/pynus +# url = https://github.com/daniel-thompson/pynus + url = https://mirrors.spacecruft.org/daniel-thompson/pynus [submodule "tools/micropython-font-to-py"] path = tools/micropython-font-to-py - url = https://github.com/peterhinch/micropython-font-to-py +# url = https://github.com/peterhinch/micropython-font-to-py + url = https://mirrors.spacecruft.org/peterhinch/micropython-font-to-py [submodule "tools/ota-dfu"] path = tools/ota-dfu - url = https://github.com/daniel-thompson/ota-dfu-python +# url = https://github.com/daniel-thompson/ota-dfu-python + url = https://mirrors.spacecruft.org/daniel-thompson/ota-dfu-python [submodule "reloader"] path = reloader - url = https://github.com/daniel-thompson/wasp-reloader +# url = https://github.com/daniel-thompson/wasp-reloader + url = https://mirrors.spacecruft.org/daniel-thompson/wasp-reloader [submodule "wasp/modules/bma42x-upy"] path = wasp/modules/bma42x-upy - url = https://github.com/daniel-thompson/bma42x-upy +# url = https://github.com/daniel-thompson/bma42x-upy + url = https://mirrors.spacecruft.org/daniel-thompson/bma42x-upy