From 182a004ea0700b8281d0460a2ee3aa97bd7b7cf1 Mon Sep 17 00:00:00 2001 From: Dario Date: Fri, 25 Oct 2019 11:51:51 +0200 Subject: [PATCH] update fork address --- .gitmodules | 3 +-- compile_proto.sh | 2 ++ src/proto | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 compile_proto.sh create mode 160000 src/proto diff --git a/.gitmodules b/.gitmodules index 3889e24b9..6398a525a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,11 +3,10 @@ url = https://github.com/jibsen/tinf.git [submodule "dependencies/iroha-ed25519"] path = dependencies/iroha-ed25519 - url = ssh://git@***REMOVED***/~/Forks/iroha-ed25519 + url = ssh://git@***REMOVED***/~/Forks/iroha-ed25519.git [submodule "dependencies/mariadb-connector-c"] path = dependencies/mariadb-connector-c url = https://github.com/MariaDB/mariadb-connector-c.git - [submodule "src/proto"] path = src/proto url = git@***REMOVED***:~/_protobuf/gradido_protobuf diff --git a/compile_proto.sh b/compile_proto.sh new file mode 100644 index 000000000..b9953dc45 --- /dev/null +++ b/compile_proto.sh @@ -0,0 +1,2 @@ +#!/bin/bash +protoc --cpp_out=./src/cpp/proto --proto_path=./src/proto/gradido ./src/proto/gradido/*.proto \ No newline at end of file diff --git a/src/proto b/src/proto new file mode 160000 index 000000000..fc4a6a3e5 --- /dev/null +++ b/src/proto @@ -0,0 +1 @@ +Subproject commit fc4a6a3e58424ef9e2a873f3f950108a30287130