Skip to content

Commit

Permalink
Add libressl Branch Information To ".gitmodules"
Browse files Browse the repository at this point in the history
This is so we can take advantage of `git submodule update --remote`. Some submodules don't use the default branch.
  • Loading branch information
CuriousTommy committed Feb 3, 2024
1 parent f3b0ae0 commit 3e9ec8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -339,15 +339,19 @@
[submodule "src/external/libressl-2.2.9"]
path = src/external/libressl-2.2.9
url = ../darling-libressl.git
branch = v2.2.9
[submodule "src/external/libressl-2.5.5"]
path = src/external/libressl-2.5.5
url = ../darling-libressl.git
branch = v2.5.5
[submodule "src/external/libressl-2.6.5"]
path = src/external/libressl-2.6.5
url = ../darling-libressl.git
branch = v2.6.5
[submodule "src/external/libressl-2.8.3"]
path = src/external/libressl-2.8.3
url = ../darling-libressl.git
branch = v2.8.3
[submodule "src/external/OpenLDAP"]
path = src/external/OpenLDAP
url = ../darling-openldap.git
Expand Down

0 comments on commit 3e9ec8b

Please sign in to comment.