From f792947fd233ba2be37b3dfe44ff7b04dfbff6da Mon Sep 17 00:00:00 2001 From: Raycho Mukelov Date: Wed, 2 Aug 2023 07:12:45 +0300 Subject: [PATCH] fix --- .gitmodules | 36 ------------------------------------ raft_consensus.nimble | 1 + 2 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index f3ccadd..0000000 --- a/.gitmodules +++ /dev/null @@ -1,36 +0,0 @@ -[submodule "vendor/nim-chronicles"] - path = vendor/nim-chronicles - url = https://github.com/status-im/nim-chronicles.git - ignore = dirty - branch = master -[submodule "vendor/nimcrypto"] - path = vendor/nimcrypto - url = https://github.com/cheatfate/nimcrypto.git - ignore = dirty - branch = master -[submodule "vendor/nim-rocksdb"] - path = vendor/nim-rocksdb - url = https://github.com/status-im/nim-rocksdb.git - ignore = dirty - branch = master -[submodule "vendor/nim-eth"] - path = vendor/nim-eth - url = https://github.com/status-im/nim-eth.git - ignore = dirty - branch = master -[submodule "vendor/nim-stew"] - path = vendor/nim-stew - url = https://github.com/status-im/nim-stew.git - ignore = dirty - branch = master -[submodule "vendor/nim-unittest2"] - path = vendor/nim-unittest2 - url = https://github.com/stefantalpalaru/nim-unittest2.git - ignore = dirty - branch = master -[submodule "vendor/nim-metrics"] -[submodule "vendor/nim-taskpools"] - path = vendor/nim-taskpools - url = https://github.com/status-im/nim-taskpools.git - ignore = untracked - branch = stable \ No newline at end of file diff --git a/raft_consensus.nimble b/raft_consensus.nimble index 749a6f7..6289864 100644 --- a/raft_consensus.nimble +++ b/raft_consensus.nimble @@ -14,6 +14,7 @@ version = "0.0.1" author = "Status Research & Development GmbH" description = "raft consensus in nim" license = "Apache License 2.0" +skipDirs = @["tests"] requires "nim >= 1.6.0" requires "stew >= 0.1.0"