From 58176a9173fe971f6adab7653cba79d772f067e0 Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Fri, 26 Sep 2025 15:53:12 +0200 Subject: [PATCH] avoid add submodules --- .gitmodules | 20 -------------------- vendor/nim-chronicles | 1 - vendor/nim-chronos | 1 - vendor/nim-libp2p | 1 - vendor/nim-metrics | 1 - 5 files changed, 24 deletions(-) delete mode 160000 vendor/nim-chronicles delete mode 160000 vendor/nim-chronos delete mode 160000 vendor/nim-libp2p delete mode 160000 vendor/nim-metrics diff --git a/.gitmodules b/.gitmodules index a5aeac2..69eba32 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,23 +6,3 @@ url = https://github.com/waku-org/nwaku.git ignore = untracked branch = master -[submodule "vendor/nim-chronos"] - path = vendor/nim-chronos - url = https://github.com/status-im/nim-chronos.git - ignore = untracked - branch = master -[submodule "vendor/nim-chronicles"] - path = vendor/nim-chronicles - url = https://github.com/status-im/nim-chronicles.git - ignore = untracked - branch = master -[submodule "vendor/nim-metrics"] - path = vendor/nim-metrics - url = https://github.com/status-im/nim-metrics.git - ignore = untracked - branch = master -[submodule "vendor/nim-libp2p"] - path = vendor/nim-libp2p - url = https://github.com/status-im/nim-libp2p.git - ignore = untracked - branch = master diff --git a/vendor/nim-chronicles b/vendor/nim-chronicles deleted file mode 160000 index 67da112..0000000 --- a/vendor/nim-chronicles +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 67da11265f8defa5b2c7d2f17ab5b1637c6a1d41 diff --git a/vendor/nim-chronos b/vendor/nim-chronos deleted file mode 160000 index bb0a8f0..0000000 --- a/vendor/nim-chronos +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bb0a8f07bcff3fb79b20720e4bb286fccedae93a diff --git a/vendor/nim-libp2p b/vendor/nim-libp2p deleted file mode 160000 index 3103db2..0000000 --- a/vendor/nim-libp2p +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3103db25cce2c5553b2b8b83b8e442168b4a3f88 diff --git a/vendor/nim-metrics b/vendor/nim-metrics deleted file mode 160000 index ecf64c6..0000000 --- a/vendor/nim-metrics +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ecf64c6078d1276d3b7d9b3d931fbdb70004db11