mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2026-02-04 05:21:16 +01:00
+ self reference the deps from the corresponding branches in this repo, this makes the repo self contained
+ update workflows to point at this repo when cloning deps + update branches paths + update submodules
This commit is contained in:
20
.gitmodules
vendored
20
.gitmodules
vendored
@@ -1,20 +1,20 @@
|
||||
[submodule "third-party/build/linux"]
|
||||
path = third-party/build/linux
|
||||
url = git@github.com:otavepto/gbe_fork-deps.git
|
||||
branch = build/linux
|
||||
url=git@github.com:otavepto/gbe_fork.git
|
||||
branch = third-party/build/linux
|
||||
[submodule "third-party/common/win"]
|
||||
path = third-party/common/win
|
||||
url = git@github.com:otavepto/gbe_fork-deps.git
|
||||
branch = common/win
|
||||
url=git@github.com:otavepto/gbe_fork.git
|
||||
branch = third-party/common/win
|
||||
[submodule "third-party/deps/common"]
|
||||
path = third-party/deps/common
|
||||
url = git@github.com:otavepto/gbe_fork-deps.git
|
||||
branch = deps/common
|
||||
url=git@github.com:otavepto/gbe_fork.git
|
||||
branch = third-party/deps/common
|
||||
[submodule "third-party/deps/linux"]
|
||||
path = third-party/deps/linux
|
||||
url = git@github.com:otavepto/gbe_fork-deps.git
|
||||
branch = deps/linux
|
||||
url=git@github.com:otavepto/gbe_fork.git
|
||||
branch = third-party/deps/linux
|
||||
[submodule "third-party/deps/win"]
|
||||
path = third-party/deps/win
|
||||
url = git@github.com:otavepto/gbe_fork-deps.git
|
||||
branch = deps/win
|
||||
url=git@github.com:otavepto/gbe_fork.git
|
||||
branch = third-party/deps/win
|
||||
|
||||
Reference in New Issue
Block a user