-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitmodules
More file actions
31 lines (31 loc) · 1.02 KB
/
Copy path.gitmodules
File metadata and controls
31 lines (31 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[submodule "Crawler"]
path = Crawler
url = git@github.com:SearchEngineDesign/Crawler.git
[submodule "parser"]
path = parser
url = git@github.com:SearchEngineDesign/parser.git
[submodule "frontier"]
path = frontier
url = git@github.com:SearchEngineDesign/frontier.git
[submodule "threading"]
path = include/cf/threading
# url = https://github.com/SearchEngineDesign/threading.git
url = git@github.com:SearchEngineDesign/threading.git
[submodule "index"]
path = index
url = git@github.com:SearchEngineDesign/index.git
[submodule "isr"]
path = isr
url = https://github.com/SearchEngineDesign/isr.git
[submodule "queryCompiler"]
path = queryCompiler
url = https://github.com/SearchEngineDesign/queryCompiler.git
[submodule "frontend"]
path = frontend
url = https://github.com/SearchEngineDesign/frontend.git
[submodule "dynamicRanker"]
path = dynamicRanker
url = https://github.com/SearchEngineDesign/ranker
[submodule "include/cf/threading"]
path = include/cf/threading
url = git@github.com:SearchEngineDesign/threading.git