Skip to content

Commit fc61180

Browse files
Remove old databroker submodule and replace with proto submodule
Signed-off-by: Sebastian Schildt <sebastian.schildt@de.bosch.com>
1 parent 32c2816 commit fc61180

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

.gitmodules

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

22

3-
[submodule "kuksa-databroker"]
4-
path = submodules/kuksa-databroker
5-
url = https://github.com/eclipse-kuksa/kuksa-databroker.git
6-
branch = feature/databroker-api-v2
3+
[submodule "submodules/kuksa-proto"]
4+
path = submodules/kuksa-proto
5+
url = https://github.com/eclipse-kuksa/kuksa-proto.git

kuksa-client/proto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import os
1616

1717
# this needs to be adapted once the submodules name or structure changes
18-
PROTO_PATH = os.path.abspath("../submodules/kuksa-databroker/proto")
18+
PROTO_PATH = os.path.abspath("../submodules/kuksa-proto/proto/")
1919

2020

2121
def main():

submodules/kuksa-databroker

Lines changed: 0 additions & 1 deletion
This file was deleted.

submodules/kuksa-proto

Submodule kuksa-proto added at 450ef56

0 commit comments

Comments
 (0)