[tarantool-patches] [PATCH] Use forked tarantool/curl repository
Alexander Turenko
alexander.turenko at tarantool.org
Mon Aug 26 14:52:01 MSK 2019
A manual action is needed after pulling of this commit to actually use
the downstream repository instead of the upstream one:
sed -i -e 's at https://github.com/curl/curl.git at https://github.com/tarantool/curl.git@' .git/config
It is part of our processes to use forked repositories for submodules.
Suggested by Konstantin Osipov.
---
no issue
https://github.com/tarantool/tarantool/commits/Totktonada/use-forked-curl-repository-full-ci
.gitmodules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitmodules b/.gitmodules
index ac13f1c3f..76303e0c5 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -39,4 +39,4 @@
url = https://github.com/tarantool/serpent.git
[submodule "third_party/curl"]
path = third_party/curl
- url = https://github.com/curl/curl.git
+ url = https://github.com/tarantool/curl.git
--
2.22.0
More information about the Tarantool-patches
mailing list