[PATCH 2/3] gitmodules: switch to qemu.org meson mirror

Stefan Hajnoczi posted 3 patches 5 years, 5 months ago
There is a newer version of this series
[PATCH 2/3] gitmodules: switch to qemu.org meson mirror
Posted by Stefan Hajnoczi 5 years, 5 months ago
QEMU now hosts a mirror of meson.git. QEMU mirrors third-party code to
ensure that users can always build QEMU even if the dependency goes
offline and so QEMU meets its responsibilities to provide full source
code under software licenses.

Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index b201675288..b8f8a143bf 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -60,4 +60,4 @@
 	url = https://git.qemu.org/git/qboot.git
 [submodule "meson"]
 	path = meson
-	url = https://github.com/mesonbuild/meson/
+	url = https://git.qemu.org/git/meson.git
-- 
2.26.2

Re: [PATCH 2/3] gitmodules: switch to qemu.org meson mirror
Posted by Philippe Mathieu-Daudé 5 years, 5 months ago
On 9/9/20 12:16 PM, Stefan Hajnoczi wrote:
> QEMU now hosts a mirror of meson.git. QEMU mirrors third-party code to
> ensure that users can always build QEMU even if the dependency goes
> offline and so QEMU meets its responsibilities to provide full source
> code under software licenses.
> 
> Suggested-by: Peter Maydell <peter.maydell@linaro.org>
> Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
> Cc: Paolo Bonzini <pbonzini@redhat.com>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>

> ---
>  .gitmodules | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.gitmodules b/.gitmodules
> index b201675288..b8f8a143bf 100644
> --- a/.gitmodules
> +++ b/.gitmodules
> @@ -60,4 +60,4 @@
>  	url = https://git.qemu.org/git/qboot.git
>  [submodule "meson"]
>  	path = meson
> -	url = https://github.com/mesonbuild/meson/
> +	url = https://git.qemu.org/git/meson.git
>