[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 06/27] get_maintainer: update repo URL to GitLab
From: |
Stefan Hajnoczi |
Subject: |
[PULL 06/27] get_maintainer: update repo URL to GitLab |
Date: |
Thu, 4 Feb 2021 09:58:13 +0000 |
qemu.org is running out of bandwidth and the QEMU project is moving
towards a gating CI on GitLab. Use the GitLab repos instead of qemu.org
(they will become mirrors).
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20210111115017.156802-7-stefanha@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
scripts/get_maintainer.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl
index 271f5ff42a..e5499b94b4 100755
--- a/scripts/get_maintainer.pl
+++ b/scripts/get_maintainer.pl
@@ -1377,7 +1377,7 @@ sub vcs_exists {
warn("$P: No supported VCS found. Add --nogit to options?\n");
warn("Using a git repository produces better results.\n");
warn("Try latest git repository using:\n");
- warn("git clone https://git.qemu.org/git/qemu.git\n");
+ warn("git clone https://gitlab.com/qemu-project/qemu.git\n");
$printed_novcs = 1;
}
return 0;
--
2.29.2
- [PULL 00/27] Block patches, Stefan Hajnoczi, 2021/02/04
- [PULL 01/27] .github: point Repo Lockdown bot to GitLab repo, Stefan Hajnoczi, 2021/02/04
- [PULL 02/27] gitmodules: use GitLab repos instead of qemu.org, Stefan Hajnoczi, 2021/02/04
- [PULL 03/27] gitlab-ci: remove redundant GitLab repo URL command, Stefan Hajnoczi, 2021/02/04
- [PULL 04/27] docs: update README to use GitLab repo URLs, Stefan Hajnoczi, 2021/02/04
- [PULL 06/27] get_maintainer: update repo URL to GitLab,
Stefan Hajnoczi <=
- [PULL 05/27] pc-bios: update mirror URLs to GitLab, Stefan Hajnoczi, 2021/02/04
- [PULL 07/27] multi-process: add the concept description to docs/devel/qemu-multiprocess, Stefan Hajnoczi, 2021/02/04
- [PULL 08/27] multi-process: add configure and usage information, Stefan Hajnoczi, 2021/02/04
- [PULL 09/27] memory: alloc RAM from file at offset, Stefan Hajnoczi, 2021/02/04
- [PULL 10/27] multi-process: Add config option for multi-process QEMU, Stefan Hajnoczi, 2021/02/04
- [PULL 11/27] multi-process: setup PCI host bridge for remote device, Stefan Hajnoczi, 2021/02/04
- [PULL 12/27] multi-process: setup a machine object for remote device process, Stefan Hajnoczi, 2021/02/04
- [PULL 13/27] io: add qio_channel_writev_full_all helper, Stefan Hajnoczi, 2021/02/04
- [PULL 14/27] io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers, Stefan Hajnoczi, 2021/02/04
- [PULL 15/27] multi-process: define MPQemuMsg format and transmission functions, Stefan Hajnoczi, 2021/02/04