Skip to content

Commit a2ef659

Browse files
committed
updating submodule heads to point to my own fork
All the bits specific submodules have been forked and this commit updates the top level bits repo to refer to these forks. Signed-off-by: Ani Sinha <[email protected]>
1 parent 08dd543 commit a2ef659

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

.gitmodules

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
11
[submodule "deps/acpica"]
22
path = deps/acpica
3-
url = ../acpica
3+
url = [email protected]:ani-sinha/bits-acpica.git
4+
branch = bits
45
fetchRecurseSubmodules = true
56
[submodule "deps/fdlibm"]
67
path = deps/fdlibm
7-
url = ../fdlibm
8+
url = [email protected]:ani-sinha/bits-fdlibm.git
9+
branch = bits
810
fetchRecurseSubmodules = true
911
[submodule "deps/grub"]
1012
path = deps/grub
11-
url = ../grub
13+
url = [email protected]:ani-sinha/bits-grub.git
14+
branch = bits
1215
fetchRecurseSubmodules = true
1316
[submodule "deps/libffi"]
1417
path = deps/libffi
15-
url = ../libffi
18+
url = [email protected]:ani-sinha/bits-libffi.git
19+
branch = bits
1620
fetchRecurseSubmodules = true
1721
[submodule "deps/python"]
1822
path = deps/python
19-
url = ../python
23+
url = [email protected]:ani-sinha/bits-python.git
24+
branch = bits
2025
fetchRecurseSubmodules = true

deps/fdlibm

deps/libffi

0 commit comments

Comments
 (0)