Skip to content

Commit

Permalink
Fixing branch submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
JarryShaw committed Aug 6, 2019
1 parent c7f0da9 commit 7a042a4
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,30 +1,40 @@
[submodule "release"]
path = release
url = https://github.com/JarryShaw/PyPCAPKit/tree/release
url = https://github.com/JarryShaw/PyPCAPKit.git
branch = release
[submodule "testbench/mp-manager"]
path = testbench/mp-manager
url = https://github.com/JarryShaw/PyPCAPKit/tree/test/mp/manager
url = https://github.com/JarryShaw/PyPCAPKit.git
branch = test/mp/manager
[submodule "testbench/mp-prototype"]
path = testbench/mp-prototype
url = https://github.com/JarryShaw/PyPCAPKit/tree/test/mp/prototype
url = https://github.com/JarryShaw/PyPCAPKit.git
branch = test/mp/prototype
[submodule "testbench/mp-queue"]
path = testbench/mp-queue
url = https://github.com/JarryShaw/PyPCAPKit/tree/test/mp/queue
url = https://github.com/JarryShaw/PyPCAPKit.git
branch = test/mp/queue
[submodule "testbench/mp-server"]
path = testbench/mp-server
url = https://github.com/JarryShaw/PyPCAPKit/tree/test/mp/server
url = https://github.com/JarryShaw/PyPCAPKit.git
branch = test/mp/server
[submodule "testbench/mp-tempfile"]
path = testbench/mp-tempfile
url = https://github.com/JarryShaw/PyPCAPKit/tree/test/mp/tempfile
url = https://github.com/JarryShaw/PyPCAPKit.git
branch = test/mp/tempfile
[submodule "testbench/rc-abc"]
path = testbench/rc-abc
url = https://github.com/JarryShaw/PyPCAPKit/tree/test/rc/abc
url = https://github.com/JarryShaw/PyPCAPKit.git
branch = test/rc/abc
[submodule "testbench/rc-fileio"]
path = testbench/rc-fileio
url = https://github.com/JarryShaw/PyPCAPKit/tree/test/rc/fileio
url = https://github.com/JarryShaw/PyPCAPKit.git
branch = test/rc/fileio
[submodule "testbench/rc-protochain"]
path = testbench/rc-protochain
url = https://github.com/JarryShaw/PyPCAPKit/tree/test/rc/protochain
url = https://github.com/JarryShaw/PyPCAPKit.git
branch = test/rc/protochain
[submodule "testbench/rc-protocols"]
path = testbench/rc-protocols
url = http://github.com/JarryShaw/PyPCAPKit/tree/test/rc/protocols
url = http://github.com/JarryShaw/PyPCAPKit.git
branch = test/rc/protocols

0 comments on commit 7a042a4

Please sign in to comment.