* [tarantool-patches] [PATCH] Use forked tarantool/curl repository
@ 2019-08-26 11:52 Alexander Turenko
2019-08-26 22:01 ` [tarantool-patches] " Konstantin Osipov
2019-08-27 21:54 ` Kirill Yukhin
0 siblings, 2 replies; 3+ messages in thread
From: Alexander Turenko @ 2019-08-26 11:52 UTC (permalink / raw)
To: Kirill Yukhin
Cc: Alexander Turenko, tarantool-patches, 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [tarantool-patches] Re: [PATCH] Use forked tarantool/curl repository
2019-08-26 11:52 [tarantool-patches] [PATCH] Use forked tarantool/curl repository Alexander Turenko
@ 2019-08-26 22:01 ` Konstantin Osipov
2019-08-27 21:54 ` Kirill Yukhin
1 sibling, 0 replies; 3+ messages in thread
From: Konstantin Osipov @ 2019-08-26 22:01 UTC (permalink / raw)
To: Alexander Turenko
Cc: Kirill Yukhin, tarantool-patches, Alexander V . Tikhonov
* Alexander Turenko <alexander.turenko@tarantool.org> [19/08/26 14:56]:
> A manual action is needed after pulling of this commit to actually use
> the downstream repository instead of the upstream one:
this is trivial, so lgtm
--
Konstantin Osipov, Moscow, Russia
^ permalink raw reply [flat|nested] 3+ messages in thread
* [tarantool-patches] Re: [PATCH] Use forked tarantool/curl repository
2019-08-26 11:52 [tarantool-patches] [PATCH] Use forked tarantool/curl repository Alexander Turenko
2019-08-26 22:01 ` [tarantool-patches] " Konstantin Osipov
@ 2019-08-27 21:54 ` Kirill Yukhin
1 sibling, 0 replies; 3+ messages in thread
From: Kirill Yukhin @ 2019-08-27 21:54 UTC (permalink / raw)
To: Alexander Turenko
Cc: tarantool-patches, 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-08-27 21:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-26 11:52 [tarantool-patches] [PATCH] Use forked tarantool/curl repository Alexander Turenko
2019-08-26 22:01 ` [tarantool-patches] " Konstantin Osipov
2019-08-27 21:54 ` Kirill Yukhin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox