Skip to content

Commit

Permalink
updating submodule heads to point to my own fork
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
ani-sinha committed Jun 4, 2022
1 parent 08dd543 commit 5fccc73
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[submodule "deps/acpica"]
path = deps/acpica
url = ../acpica
url = ../bits-acpica
fetchRecurseSubmodules = true
[submodule "deps/fdlibm"]
path = deps/fdlibm
url = ../fdlibm
url = ../bits-fdlibm
fetchRecurseSubmodules = true
[submodule "deps/grub"]
path = deps/grub
url = ../grub
url = ../bits-grub
fetchRecurseSubmodules = true
[submodule "deps/libffi"]
path = deps/libffi
url = ../libffi
url = ../bits-libffi
fetchRecurseSubmodules = true
[submodule "deps/python"]
path = deps/python
url = ../python
url = ../bits-python
fetchRecurseSubmodules = true

0 comments on commit 5fccc73

Please sign in to comment.