Tarantool development patches archive
 help / color / mirror / Atom feed
From: Alexander Turenko <alexander.turenko@tarantool.org>
To: Kirill Yukhin <kyukhin@tarantool.org>
Cc: Alexander Turenko <alexander.turenko@tarantool.org>,
	tarantool-patches@freelists.org,
	"Alexander V . Tikhonov" <avtikhon@tarantool.org>,
	Konstantin Osipov <kostja@tarantool.org>
Subject: [tarantool-patches] [PATCH] Use forked tarantool/curl repository
Date: Mon, 26 Aug 2019 14:52:01 +0300	[thread overview]
Message-ID: <3f407ba12dd85a634f3bed2703454325806b1c6e.1566820283.git.alexander.turenko@tarantool.org> (raw)

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

             reply	other threads:[~2019-08-26 11:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-26 11:52 Alexander Turenko [this message]
2019-08-26 22:01 ` [tarantool-patches] " Konstantin Osipov
2019-08-27 21:54 ` Kirill Yukhin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3f407ba12dd85a634f3bed2703454325806b1c6e.1566820283.git.alexander.turenko@tarantool.org \
    --to=alexander.turenko@tarantool.org \
    --cc=avtikhon@tarantool.org \
    --cc=kostja@tarantool.org \
    --cc=kyukhin@tarantool.org \
    --cc=tarantool-patches@freelists.org \
    --subject='Re: [tarantool-patches] [PATCH] Use forked tarantool/curl repository' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox