Skip to content
Snippets Groups Projects
Commit 5a46639f authored by Alexander Turenko's avatar Alexander Turenko Committed by Kirill Yukhin
Browse files

Use forked tarantool/curl repository

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@https://github.com/curl/curl.git@https://github.com/tarantool/curl.git@' .git/config

It is part of our processes to use forked repositories for submodules.

Suggested by Konstantin Osipov.
parent 421d440b
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment