初版网页

This commit is contained in:
2026-08-10 21:05:36 +08:00
parent ffc96741db
commit b4e53c40e0
2 changed files with 10 additions and 4 deletions
+1
View File
@@ -2955,3 +2955,4 @@
/cmake-build-vs2019_debug/Renderive_Qt.lib
/performance/
/cmake-build-vs2019_debug/
/.playwright-cli/
+9 -4
View File
@@ -5,6 +5,8 @@ cd "$root"
origin="$(git remote get-url origin)"
origin="${origin%/}"
remote_root="$(printf '%s\n' "$origin" | sed -E 's#/[^/]+(\.git)?$##')"
remote_root="${remote_root%/*}"
echo "remote_root: $remote_root"
get_default_branch() {
local repo="$1"
local branch
@@ -40,8 +42,11 @@ fetch_repo_ex() {
local name="$1"
local branch="${2-}"
local repo="${remote_root}/${name}"
fetch_repo "$repo" "third_party/${name}" "$branch"
local dir="${name##*/}"
fetch_repo "$repo" "third_party/${dir}" "$branch"
}
fetch_repo_ex "build_infra"
fetch_repo_ex "CPP_Core"
fetch_repo_ex "Renderive" "restart"
fetch_repo_ex "ae/build_infra"
fetch_repo_ex "ae/CPP_Core"
fetch_repo_ex "psc/Structive"
fetch_repo_ex "psc/Adminive"
fetch_repo_ex "ae/Renderive" "restart"