Skip to content

Commit 5fccc73

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 5fccc73

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.gitmodules

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[submodule "deps/acpica"]
22
path = deps/acpica
3-
url = ../acpica
3+
url = ../bits-acpica
44
fetchRecurseSubmodules = true
55
[submodule "deps/fdlibm"]
66
path = deps/fdlibm
7-
url = ../fdlibm
7+
url = ../bits-fdlibm
88
fetchRecurseSubmodules = true
99
[submodule "deps/grub"]
1010
path = deps/grub
11-
url = ../grub
11+
url = ../bits-grub
1212
fetchRecurseSubmodules = true
1313
[submodule "deps/libffi"]
1414
path = deps/libffi
15-
url = ../libffi
15+
url = ../bits-libffi
1616
fetchRecurseSubmodules = true
1717
[submodule "deps/python"]
1818
path = deps/python
19-
url = ../python
19+
url = ../bits-python
2020
fetchRecurseSubmodules = true

0 commit comments

Comments
 (0)