diff mbox series

Dockerfile: Update QEMU git location

Message ID 20230207175013.1512434-1-trini@konsulko.com
State Accepted
Commit e38cdc684b6fd47d9ca133ac5b50773f7b0d0142
Delegated to: Tom Rini
Headers show
Series Dockerfile: Update QEMU git location | expand

Commit Message

Tom Rini Feb. 7, 2023, 5:50 p.m. UTC
Per https://www.qemu.org/contribute/ the official location of the QEMU
sources are https://gitlab.com/qemu-project/qemu.git

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 tools/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass Feb. 7, 2023, 6:39 p.m. UTC | #1
On Tue, 7 Feb 2023 at 10:50, Tom Rini <trini@konsulko.com> wrote:
>
> Per https://www.qemu.org/contribute/ the official location of the QEMU
> sources are https://gitlab.com/qemu-project/qemu.git
>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
>  tools/docker/Dockerfile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini Feb. 12, 2023, 4:45 p.m. UTC | #2
On Tue, 07 Feb 2023 12:50:13 -0500, Tom Rini wrote:

> Per https://www.qemu.org/contribute/ the official location of the QEMU
> sources are https://gitlab.com/qemu-project/qemu.git
> 
> 

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 2e72717fdd3d..ffbf26f2dc5c 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -173,7 +173,7 @@  RUN git clone git://git.savannah.gnu.org/grub.git /tmp/grub && \
 	true && \
 	rm -rf /tmp/grub
 
-RUN git clone git://git.qemu.org/qemu.git /tmp/qemu && \
+RUN git clone https://gitlab.com/qemu-project/qemu.git /tmp/qemu && \
 	cd /tmp/qemu && \
 	git submodule update --init dtc && \
 	git checkout v6.1.0 && \