Skip to content

Commit 7a042a4

Browse files
committed
Fixing branch submodules
1 parent c7f0da9 commit 7a042a4

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

.gitmodules

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,40 @@
11
[submodule "release"]
22
path = release
3-
url = https://github.com/JarryShaw/PyPCAPKit/tree/release
3+
url = https://github.com/JarryShaw/PyPCAPKit.git
4+
branch = release
45
[submodule "testbench/mp-manager"]
56
path = testbench/mp-manager
6-
url = https://github.com/JarryShaw/PyPCAPKit/tree/test/mp/manager
7+
url = https://github.com/JarryShaw/PyPCAPKit.git
8+
branch = test/mp/manager
79
[submodule "testbench/mp-prototype"]
810
path = testbench/mp-prototype
9-
url = https://github.com/JarryShaw/PyPCAPKit/tree/test/mp/prototype
11+
url = https://github.com/JarryShaw/PyPCAPKit.git
12+
branch = test/mp/prototype
1013
[submodule "testbench/mp-queue"]
1114
path = testbench/mp-queue
12-
url = https://github.com/JarryShaw/PyPCAPKit/tree/test/mp/queue
15+
url = https://github.com/JarryShaw/PyPCAPKit.git
16+
branch = test/mp/queue
1317
[submodule "testbench/mp-server"]
1418
path = testbench/mp-server
15-
url = https://github.com/JarryShaw/PyPCAPKit/tree/test/mp/server
19+
url = https://github.com/JarryShaw/PyPCAPKit.git
20+
branch = test/mp/server
1621
[submodule "testbench/mp-tempfile"]
1722
path = testbench/mp-tempfile
18-
url = https://github.com/JarryShaw/PyPCAPKit/tree/test/mp/tempfile
23+
url = https://github.com/JarryShaw/PyPCAPKit.git
24+
branch = test/mp/tempfile
1925
[submodule "testbench/rc-abc"]
2026
path = testbench/rc-abc
21-
url = https://github.com/JarryShaw/PyPCAPKit/tree/test/rc/abc
27+
url = https://github.com/JarryShaw/PyPCAPKit.git
28+
branch = test/rc/abc
2229
[submodule "testbench/rc-fileio"]
2330
path = testbench/rc-fileio
24-
url = https://github.com/JarryShaw/PyPCAPKit/tree/test/rc/fileio
31+
url = https://github.com/JarryShaw/PyPCAPKit.git
32+
branch = test/rc/fileio
2533
[submodule "testbench/rc-protochain"]
2634
path = testbench/rc-protochain
27-
url = https://github.com/JarryShaw/PyPCAPKit/tree/test/rc/protochain
35+
url = https://github.com/JarryShaw/PyPCAPKit.git
36+
branch = test/rc/protochain
2837
[submodule "testbench/rc-protocols"]
2938
path = testbench/rc-protocols
30-
url = http://github.com/JarryShaw/PyPCAPKit/tree/test/rc/protocols
39+
url = http://github.com/JarryShaw/PyPCAPKit.git
40+
branch = test/rc/protocols

0 commit comments

Comments
 (0)