File tree Expand file tree Collapse file tree
core/integration/ddsched/protos Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -155,7 +155,10 @@ vendor:
155155# we insert a go_package specification into the ODC protofile right
156156# after we download it.
157157 @echo -e "\033[1;33mpatch odc.proto\033[0m"
158- @perl -pi -e '$$_.="option go_package = \"protos;odc\";\n" if (/^package/)' core/integration/odc/protos/odc.proto
158+ @perl -pi -e '$$_.="option go_package = \"github.com/AliceO2Group/Control/core/integration/odc/protos;odc\";\n" if (/^package/)' core/integration/odc/protos/odc.proto
159+
160+ @echo -e "\033[1;33mpatch ddsched.proto\033[0m"
161+ @perl -pi -e '$$_.="option go_package = \"github.com/AliceO2Group/Control/core/integration/ddsched/protos;ddpb\";\n" if (/^package/)' core/integration/ddsched/protos/ddsched.proto
159162
160163# vendor: tools/dep
161164# @echo -e "\033[1;33mdep ensure\033[0m"
Original file line number Diff line number Diff line change 11syntax = "proto3" ;
2- option go_package = "github.com/AliceO2Group/Control/core/integration/ddsched/protos;ddpb" ;
32
43// Changelog:
54// 2021-02-08: - Initial version
65// - Support for a single partition/environment: PartitionID = EnvironmentID
76
87
98package o2.DataDistribution.Control ;
9+ option go_package = "github.com/AliceO2Group/Control/core/integration/ddsched/protos;ddpb" ;
1010
1111service DataDistributionControl {
1212
You can’t perform that action at this time.
0 commit comments