qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] subprojects: Use the correct .git suffix in the repository URLs
@ 2023-09-12 13:02 Thomas Huth
  2023-09-12 13:08 ` Michael Tokarev
  2023-09-12 13:08 ` Philippe Mathieu-Daudé
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Huth @ 2023-09-12 13:02 UTC (permalink / raw)
  To: qemu-devel
  Cc: Marc-André Lureau, Paolo Bonzini, qemu-trivial,
	Alex Bennée

This avoids the warnings à la:
"warning: redirecting to https://gitlab.com/qemu-project/xyz.git/"

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 subprojects/berkeley-softfloat-3.wrap | 2 +-
 subprojects/berkeley-testfloat-3.wrap | 2 +-
 subprojects/slirp.wrap                | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/subprojects/berkeley-softfloat-3.wrap b/subprojects/berkeley-softfloat-3.wrap
index a8fd87740b..c3e356d42f 100644
--- a/subprojects/berkeley-softfloat-3.wrap
+++ b/subprojects/berkeley-softfloat-3.wrap
@@ -1,5 +1,5 @@
 [wrap-git]
-url = https://gitlab.com/qemu-project/berkeley-softfloat-3
+url = https://gitlab.com/qemu-project/berkeley-softfloat-3.git
 revision = b64af41c3276f97f0e181920400ee056b9c88037
 patch_directory = berkeley-softfloat-3
 depth = 1
diff --git a/subprojects/berkeley-testfloat-3.wrap b/subprojects/berkeley-testfloat-3.wrap
index c86dc078a8..b8b12e7629 100644
--- a/subprojects/berkeley-testfloat-3.wrap
+++ b/subprojects/berkeley-testfloat-3.wrap
@@ -1,5 +1,5 @@
 [wrap-git]
-url = https://gitlab.com/qemu-project/berkeley-testfloat-3
+url = https://gitlab.com/qemu-project/berkeley-testfloat-3.git
 revision = e7af9751d9f9fd3b47911f51a5cfd08af256a9ab
 patch_directory = berkeley-testfloat-3
 depth = 1
diff --git a/subprojects/slirp.wrap b/subprojects/slirp.wrap
index 08291a4cf9..a93b048962 100644
--- a/subprojects/slirp.wrap
+++ b/subprojects/slirp.wrap
@@ -1,5 +1,5 @@
 [wrap-git]
-url = https://gitlab.freedesktop.org/slirp/libslirp
+url = https://gitlab.freedesktop.org/slirp/libslirp.git
 revision = 26be815b86e8d49add8c9a8b320239b9594ff03d
 
 [provide]
-- 
2.41.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] subprojects: Use the correct .git suffix in the repository URLs
  2023-09-12 13:02 [PATCH] subprojects: Use the correct .git suffix in the repository URLs Thomas Huth
@ 2023-09-12 13:08 ` Michael Tokarev
  2023-09-12 13:08 ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Tokarev @ 2023-09-12 13:08 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel
  Cc: Marc-André Lureau, Paolo Bonzini, qemu-trivial,
	Alex Bennée

12.09.2023 16:02, Thomas Huth wrote:
> This avoids the warnings à la:
> "warning: redirecting to https://gitlab.com/qemu-project/xyz.git/"
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>

I wanted to do that for quite some time.. :)

Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>

Applied to my trivial-patches tree, thanks!

/mjt



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] subprojects: Use the correct .git suffix in the repository URLs
  2023-09-12 13:02 [PATCH] subprojects: Use the correct .git suffix in the repository URLs Thomas Huth
  2023-09-12 13:08 ` Michael Tokarev
@ 2023-09-12 13:08 ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-09-12 13:08 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel
  Cc: Marc-André Lureau, Paolo Bonzini, qemu-trivial,
	Alex Bennée

On 12/9/23 15:02, Thomas Huth wrote:
> This avoids the warnings à la:
> "warning: redirecting to https://gitlab.com/qemu-project/xyz.git/"
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   subprojects/berkeley-softfloat-3.wrap | 2 +-
>   subprojects/berkeley-testfloat-3.wrap | 2 +-
>   subprojects/slirp.wrap                | 2 +-
>   3 files changed, 3 insertions(+), 3 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-12 13:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-12 13:02 [PATCH] subprojects: Use the correct .git suffix in the repository URLs Thomas Huth
2023-09-12 13:08 ` Michael Tokarev
2023-09-12 13:08 ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).