chore: deduplicate .gitmodules and normalize paths
This commit is contained in:
parent
49749ed795
commit
cb55b82918
90
.gitmodules
vendored
90
.gitmodules
vendored
@ -35,110 +35,34 @@
|
|||||||
url = https://git.4nkweb.com/4nk/ihm_client.git
|
url = https://git.4nkweb.com/4nk/ihm_client.git
|
||||||
branch = dev
|
branch = dev
|
||||||
[submodule "4NK_node"]
|
[submodule "4NK_node"]
|
||||||
path = deploy4NK_node
|
path = deploy/4NK_node
|
||||||
url = git@git.4nkweb.com:4nk/4NK_node.git
|
url = git@git.4nkweb.com:4nk/4NK_node.git
|
||||||
branch = dev
|
branch = dev
|
||||||
[submodule "4NK_IA"]
|
[submodule "4NK_IA"]
|
||||||
path = modules/4NK_IA
|
path = modules/4NK_IA
|
||||||
url = git@git.4nkweb.com:4nk/4NK_IA.git
|
url = git@git.4nkweb.com:4nk/4NK_IA.git
|
||||||
branch = dev
|
branch = dev
|
||||||
[submodule "id_verif"]
|
[submodule "projects/id_verif/id_verif"]
|
||||||
path = proect/id_verif/id_verif
|
path = projects/id_verif/id_verif
|
||||||
url = git@git.4nkweb.com:4nk/id_verif.git
|
url = git@git.4nkweb.com:4nk/id_verif.git
|
||||||
branch = docker-support-v2
|
branch = docker-support-v2
|
||||||
[submodule "tor"]
|
[submodule "tor"]
|
||||||
path = modules/tor
|
path = modules/tor
|
||||||
url = https://github.com/torproject/tor.git
|
url = https://github.com/torproject/tor.git
|
||||||
branch = main
|
branch = main
|
||||||
[submodule "sdk_signer_client"]
|
|
||||||
path = modules/sdk_signer_client
|
|
||||||
url = https://git.4nkweb.com/4nk/sdk_signer_client.git
|
|
||||||
branch = dev
|
|
||||||
[submodule "4NK_template"]
|
[submodule "4NK_template"]
|
||||||
path = deploy4NK_template
|
path = deploy/4NK_template
|
||||||
url = https://git.4nkweb.com/4nk/4NK_template.git
|
url = https://git.4nkweb.com/4nk/4NK_template.git
|
||||||
branch = main
|
branch = main
|
||||||
[submodule "4NK_wallet"]
|
[submodule "4NK_wallet"]
|
||||||
path = project/4NK_wallet/4NK_wallet
|
path = projects/4NK_wallet/4NK_wallet
|
||||||
url = https://git.4nkweb.com/4nk/4NK_wallet.git
|
url = https://git.4nkweb.com/4nk/4NK_wallet.git
|
||||||
branch = main
|
branch = main
|
||||||
[submodule "lecoffre-front"]
|
[submodule "lecoffre-front"]
|
||||||
path = project/lecoffre/lecoffre-front
|
path = projects/lecoffre/lecoffre-front
|
||||||
url = https://git.4nkweb.com/4nk/lecoffre-front.git
|
url = https://git.4nkweb.com/4nk/lecoffre-front.git
|
||||||
branch = dev
|
branch = dev
|
||||||
[submodule "lecoffre-back-mini"]
|
[submodule "lecoffre-back-mini"]
|
||||||
path = project/lecoffre/lecoffre-back-mini
|
path = projects/lecoffre/lecoffre-back-mini
|
||||||
url = https://git.4nkweb.com/4nk/lecoffre-back-mini.git
|
url = https://git.4nkweb.com/4nk/lecoffre-back-mini.git
|
||||||
branch = dev
|
branch = dev
|
||||||
[submodule "modules/bitcoin-core"]
|
|
||||||
path = modules/bitcoin-core
|
|
||||||
url = https://github.com/bitcoin/bitcoin.git
|
|
||||||
branch = master
|
|
||||||
[submodule "modules/sp-client"]
|
|
||||||
path = modules/sp-client
|
|
||||||
url = https://github.com/Sosthene00/sp-client.git
|
|
||||||
branch = dev
|
|
||||||
[submodule "modules/sdk_common"]
|
|
||||||
path = modules/sdk_common
|
|
||||||
url = https://git.4nkweb.com/4nk/sdk_common.git
|
|
||||||
branch = dev
|
|
||||||
[submodule "modules/sdk_client"]
|
|
||||||
path = modules/sdk_client
|
|
||||||
url = https://git.4nkweb.com/4nk/sdk_client.git
|
|
||||||
branch = dev
|
|
||||||
[submodule "modules/sdk_relay"]
|
|
||||||
path = modules/sdk_relay
|
|
||||||
url = https://git.4nkweb.com/4nk/sdk_relay.git
|
|
||||||
branch = dev
|
|
||||||
[submodule "modules/sdk_storage"]
|
|
||||||
path = modules/sdk_storage
|
|
||||||
url = https://git.4nkweb.com/4nk/sdk_storage.git
|
|
||||||
branch = dev
|
|
||||||
[submodule "modules/sdk_signer"]
|
|
||||||
path = modules/sdk_signer
|
|
||||||
url = https://git.4nkweb.com/4nk/sdk_signer.git
|
|
||||||
branch = dev
|
|
||||||
[submodule "modules/ihm_client"]
|
|
||||||
path = modules/ihm_client
|
|
||||||
url = https://git.4nkweb.com/4nk/ihm_client.git
|
|
||||||
branch = dev
|
|
||||||
[submodule "deploy4NK_node"]
|
|
||||||
path = deploy4NK_node
|
|
||||||
url = git@git.4nkweb.com:4nk/4NK_node.git
|
|
||||||
branch = dev
|
|
||||||
[submodule "modules/4NK_IA"]
|
|
||||||
path = modules/4NK_IA
|
|
||||||
url = git@git.4nkweb.com:4nk/4NK_IA.git
|
|
||||||
branch = dev
|
|
||||||
[submodule "proect/id_verif/id_verif"]
|
|
||||||
path = proect/id_verif/id_verif
|
|
||||||
url = git@git.4nkweb.com:4nk/id_verif.git
|
|
||||||
branch = docker-support-v2
|
|
||||||
[submodule "modules/tor"]
|
|
||||||
path = modules/tor
|
|
||||||
url = https://github.com/torproject/tor.git
|
|
||||||
branch = main
|
|
||||||
[submodule "deploy4NK_template"]
|
|
||||||
path = deploy4NK_template
|
|
||||||
url = https://git.4nkweb.com/4nk/4NK_template.git
|
|
||||||
branch = main
|
|
||||||
[submodule "project/4NK_wallet/4NK_wallet"]
|
|
||||||
path = project/4NK_wallet/4NK_wallet
|
|
||||||
url = https://git.4nkweb.com/4nk/4NK_wallet.git
|
|
||||||
branch = main
|
|
||||||
[submodule "project/lecoffre/lecoffre-front"]
|
|
||||||
path = project/lecoffre/lecoffre-front
|
|
||||||
url = https://git.4nkweb.com/4nk/lecoffre-front.git
|
|
||||||
branch = dev
|
|
||||||
[submodule "project/lecoffre/lecoffre-back-mini"]
|
|
||||||
path = project/lecoffre/lecoffre-back-mini
|
|
||||||
url = https://git.4nkweb.com/4nk/lecoffre-back-mini.git
|
|
||||||
branch = dev
|
|
||||||
[submodule "modules/blindbit-oracle"]
|
|
||||||
path = modules/blindbit-oracle
|
|
||||||
url = https://github.com/setavenger/blindbit-oracle
|
|
||||||
branch = master
|
|
||||||
[submodule "modules/sdk-signer-client"]
|
|
||||||
path = modules/sdk-signer-client
|
|
||||||
url = https://git.4nkweb.com/4nk/sdk-signer-client.git
|
|
||||||
branch = dev
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user