update fork address

This commit is contained in:
Dario 2019-10-25 11:51:51 +02:00
parent c7c1067f50
commit 182a004ea0
3 changed files with 4 additions and 2 deletions

3
.gitmodules vendored
View File

@ -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

2
compile_proto.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash
protoc --cpp_out=./src/cpp/proto --proto_path=./src/proto/gradido ./src/proto/gradido/*.proto

1
src/proto Submodule

@ -0,0 +1 @@
Subproject commit fc4a6a3e58424ef9e2a873f3f950108a30287130