From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id BB2E5282E7 for ; Mon, 26 Aug 2019 07:52:23 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2KvDaB_oYh67 for ; Mon, 26 Aug 2019 07:52:23 -0400 (EDT) Received: from smtpng1.m.smailru.net (smtpng1.m.smailru.net [94.100.181.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 27EA627905 for ; Mon, 26 Aug 2019 07:52:22 -0400 (EDT) From: Alexander Turenko Subject: [tarantool-patches] [PATCH] Use forked tarantool/curl repository Date: Mon, 26 Aug 2019 14:52:01 +0300 Message-Id: <3f407ba12dd85a634f3bed2703454325806b1c6e.1566820283.git.alexander.turenko@tarantool.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: Kirill Yukhin Cc: Alexander Turenko , tarantool-patches@freelists.org, "Alexander V . Tikhonov" , Konstantin Osipov 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. --- 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