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 7AF98278E0 for ; Tue, 27 Aug 2019 17:54:06 -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 w-N-hGOCKaKl for ; Tue, 27 Aug 2019 17:54:06 -0400 (EDT) Received: from smtp55.i.mail.ru (smtp55.i.mail.ru [217.69.128.35]) (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 3C06027813 for ; Tue, 27 Aug 2019 17:54:06 -0400 (EDT) Date: Wed, 28 Aug 2019 00:54:03 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] Use forked tarantool/curl repository Message-ID: <20190827215403.itt7r46s2rvt5hfb@tarantool.org> References: <3f407ba12dd85a634f3bed2703454325806b1c6e.1566820283.git.alexander.turenko@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <3f407ba12dd85a634f3bed2703454325806b1c6e.1566820283.git.alexander.turenko@tarantool.org> 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: Alexander Turenko Cc: tarantool-patches@freelists.org, "Alexander V . Tikhonov" , Konstantin Osipov Hello, On 26 авг 14:52, Alexander Turenko wrote: > 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. I've checked the patch into 1.10, 2.1, 2.2 and master. -- Regards, Kirill Yukhin