mirror of
https://github.com/darlinghq/darling.git
synced 2024-11-23 04:09:43 +00:00
Add libressl Branch Information To ".gitmodules"
This is so we can take advantage of `git submodule update --remote`. Some submodules don't use the default branch.
This commit is contained in:
parent
f3b0ae0c35
commit
3e9ec8b648
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user