qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Michael Tokarev <mjt@tls.msk.ru>
To: qemu-devel@nongnu.org
Cc: "Thomas Huth" <thuth@redhat.com>,
	qemu-trivial@nongnu.org, "Michael Tokarev" <mjt@tls.msk.ru>,
	"Philippe Mathieu-Daudé" <philmd@linaro.org>
Subject: [PULL 08/17] subprojects: Use the correct .git suffix in the repository URLs
Date: Thu, 21 Sep 2023 11:34:57 +0300	[thread overview]
Message-ID: <20230921083506.509032-9-mjt@tls.msk.ru> (raw)
In-Reply-To: <20230921083506.509032-1-mjt@tls.msk.ru>

From: Thomas Huth <thuth@redhat.com>

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

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 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.39.2



  parent reply	other threads:[~2023-09-21  8:36 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-21  8:34 [PULL 00/17] Trivial patches for 2023-09-21 Michael Tokarev
2023-09-21  8:34 ` [PULL 01/17] ppc: spelling fixes Michael Tokarev
2023-09-21  8:34 ` [PULL 02/17] bsd-user: " Michael Tokarev
2023-09-21  8:34 ` [PULL 03/17] i386: " Michael Tokarev
2023-09-21  8:34 ` [PULL 04/17] hw/net: " Michael Tokarev
2023-09-21  8:34 ` [PULL 05/17] hw/pci: " Michael Tokarev
2023-09-21  8:34 ` [PULL 06/17] hw/tpm: " Michael Tokarev
2023-09-21  8:34 ` [PULL 07/17] hw/other: " Michael Tokarev
2023-09-21  8:34 ` Michael Tokarev [this message]
2023-09-21  8:34 ` [PULL 09/17] hw/i386/pc: fix code comment on cumulative flash size Michael Tokarev
2023-09-21  8:34 ` [PULL 10/17] hw/cxl: Fix CFMW config memory leak Michael Tokarev
2023-09-21  8:35 ` [PULL 11/17] hw/pci-bridge/cxl_upstream: Fix bandwidth entry base unit for SSLBIS Michael Tokarev
2023-09-21  8:35 ` [PULL 12/17] hw/cxl/cxl_device: Replace magic number in CXLError definition Michael Tokarev
2023-09-21  8:35 ` [PULL 13/17] docs/cxl: Change to lowercase as others Michael Tokarev
2023-09-21  8:35 ` [PULL 14/17] hw/cxl: Fix out of bound array access Michael Tokarev
2023-09-21  8:35 ` [PULL 15/17] hw/mem/cxl_type3: Add missing copyright and license notice Michael Tokarev
2023-09-21  8:35 ` [PULL 16/17] docs/cxl: Cleanout some more aarch64 examples Michael Tokarev
2023-09-21  8:35 ` [PULL 17/17] docs/devel/reset.rst: Correct function names Michael Tokarev
2023-09-21 15:16 ` [PULL 00/17] Trivial patches for 2023-09-21 Stefan Hajnoczi

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=20230921083506.509032-9-mjt@tls.msk.ru \
    --to=mjt@tls.msk.ru \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=thuth@redhat.com \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).