Update submodule mirrors
authorXilin Wu <wuxilin123@gmail.com>
星期六, 26 Feb 2022 03:03:37 +0000 (11:03 +0800)
committerXilin Wu <wuxilin123@gmail.com>
星期六, 26 Feb 2022 03:03:37 +0000 (11:03 +0800)
build.sh

index dba324437c1459b4a0012512afe1a7cdb28d8dc2..391f29b21c51ecf4507ea9fa988c1e3cf6b16c53 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -34,7 +34,7 @@ function _help(){
        echo "Options: "
        echo "  --device DEV, -d DEV:    build for DEV. (${DEVICES[*]})"
        echo "  --all, -a:               build all devices."
-       echo "  --chinese, -c:           use github.com.cnpmjs.org for submodule cloning."
+       echo "  --chinese, -c:           use hub.fastgit.xyz for submodule cloning."
        echo "  --release MODE, -r MODE: Release mode for building, default is 'RELEASE', 'DEBUG' alternatively."
        echo "  --toolchain TOOLCHAIN:   Set toolchain, default is 'GCC5'."
        echo "  --uart, -u:              compile with UART support, print debug messages to uart debug port."
@@ -138,29 +138,29 @@ then      set -e
        echo "Updating submodules"
        [ -e sdm845Pkg/AcpiTables/.git ]||git clone https://git.renegade-project.org/edk2-sdm845-acpi.git sdm845Pkg/AcpiTables
        if "${CHINESE}"
-       then    git submodule set-url edk2                         https://github.com.cnpmjs.org/tianocore/edk2.git
-               git submodule set-url edk2-platforms               https://github.com.cnpmjs.org/tianocore/edk2-platforms.git
-               git submodule set-url sdm845Pkg/Binary             https://github.com.cnpmjs.org/edk2-porting/edk2-sdm845-binary.git
-               git submodule set-url sdm845Pkg/Library/SimpleInit https://github.com.cnpmjs.org/BigfootACA/simple-init.git
+       then    git submodule set-url edk2                         https://hub.fastgit.xyz/tianocore/edk2.git
+               git submodule set-url edk2-platforms               https://hub.fastgit.xyz/tianocore/edk2-platforms.git
+               git submodule set-url sdm845Pkg/Binary             https://hub.fastgit.xyz/edk2-porting/edk2-sdm845-binary.git
+               git submodule set-url sdm845Pkg/Library/SimpleInit https://hub.fastgit.xyz/BigfootACA/simple-init.git
                git submodule init;git submodule update --depth 1
                pushd edk2
 
-               git submodule set-url ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3   https://github.com.cnpmjs.org/ucb-bar/berkeley-softfloat-3.git
-               git submodule set-url CryptoPkg/Library/OpensslLib/openssl                  https://github.com.cnpmjs.org/openssl/openssl.git
-               git submodule set-url BaseTools/Source/C/BrotliCompress/brotli              https://github.com.cnpmjs.org/google/brotli.git
-               git submodule set-url UnitTestFrameworkPkg/Library/CmockaLib/cmocka         https://git.cryptomilk.org/projects/cmocka.git
-               git submodule set-url ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3   https://github.com.cnpmjs.org/ucb-bar/berkeley-softfloat-3.git
-               git submodule set-url MdeModulePkg/Library/BrotliCustomDecompressLib/brotli https://github.com.cnpmjs.org/google/brotli.git
-               git submodule set-url MdeModulePkg/Universal/RegularExpressionDxe/oniguruma https://github.com.cnpmjs.org/kkos/oniguruma.git
-               git submodule set-url RedfishPkg/Library/JsonLib/jansson                    https://github.com.cnpmjs.org/akheron/jansson.git
+               git submodule set-url ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3   https://hub.fastgit.xyz/ucb-bar/berkeley-softfloat-3.git
+               git submodule set-url CryptoPkg/Library/OpensslLib/openssl                  https://hub.fastgit.xyz/openssl/openssl.git
+               git submodule set-url BaseTools/Source/C/BrotliCompress/brotli              https://hub.fastgit.xyz/google/brotli.git
+               git submodule set-url UnitTestFrameworkPkg/Library/CmockaLib/cmocka         https://hub.fastgit.xyz/tianocore/edk2-cmocka.git
+               git submodule set-url ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3   https://hub.fastgit.xyz/ucb-bar/berkeley-softfloat-3.git
+               git submodule set-url MdeModulePkg/Library/BrotliCustomDecompressLib/brotli https://hub.fastgit.xyz/google/brotli.git
+               git submodule set-url MdeModulePkg/Universal/RegularExpressionDxe/oniguruma https://hub.fastgit.xyz/kkos/oniguruma.git
+               git submodule set-url RedfishPkg/Library/JsonLib/jansson                    https://hub.fastgit.xyz/akheron/jansson.git
                git submodule init;git submodule update
                git checkout .gitmodules
                popd
                pushd sdm845Pkg/Library/SimpleInit
-               git submodule set-url libs/lvgl     https://github.com.cnpmjs.org/lvgl/lvgl.git
-               git submodule set-url libs/lodepng  https://github.com.cnpmjs.org/lvandeve/lodepng.git
-               git submodule set-url libs/freetype https://github.com.cnpmjs.org/freetype/freetype.git
-               git submodule set-url libs/nanosvg  https://github.com.cnpmjs.org/memononen/nanosvg.git
+               git submodule set-url libs/lvgl     https://hub.fastgit.xyz/lvgl/lvgl.git
+               git submodule set-url libs/lodepng  https://hub.fastgit.xyz/lvandeve/lodepng.git
+               git submodule set-url libs/freetype https://hub.fastgit.xyz/freetype/freetype.git
+               git submodule set-url libs/nanosvg  https://hub.fastgit.xyz/memononen/nanosvg.git
                git submodule init;git submodule update
                popd
                git checkout .gitmodules