Skip to content

Commit

Permalink
Jenkins requires submodule name to equal path
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Jan 17, 2017
1 parent 3770bc9 commit 5b9356c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
path = Tribler/Core/DecentralizedTracking/pymdht
url = https://github.com/devos50/pymdht.git
[submodule "Tribler/community/TriblerProtobufSerialization"]
path = Tribler/community/serializer
path = Tribler/community/TriblerProtobufSerialization
url = https://github.com/qstokkink/TriblerProtobufSerialization.git
1 change: 1 addition & 0 deletions Tribler/community/TriblerProtobufSerialization
2 changes: 1 addition & 1 deletion Tribler/community/basecommunity.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging

from Tribler.community.serializer.serializer import Serializer
from Tribler.community.TriblerProtobufSerialization.serializer import Serializer
from Tribler.dispersy.authentication import NoAuthentication, MemberAuthentication, DoubleMemberAuthentication
from Tribler.dispersy.community import Community
from Tribler.dispersy.conversion import DefaultConversion, BinaryConversion
Expand Down
1 change: 0 additions & 1 deletion Tribler/community/serializer
Submodule serializer deleted from 44fa0c

0 comments on commit 5b9356c

Please sign in to comment.