On 11/01/2021 12.51, Daniel P. Berrangé wrote:
On Mon, Jan 11, 2021 at 11:50:12AM +0000, Stefan Hajnoczi wrote:
Use the GitLab repo URL as the main repo location in order to reduce
load on qemu.org.

Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com>
---
  .github/lockdown.yml | 8 ++++----
  1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/lockdown.yml b/.github/lockdown.yml
index 9acc393f1c..07fc2f31ee 100644
--- a/.github/lockdown.yml
+++ b/.github/lockdown.yml
@@ -10,8 +10,8 @@ issues:
    comment: |
      Thank you for your interest in the QEMU project.
- This repository is a read-only mirror of the project's master
-    repostories hosted on https://git.qemu.org/git/qemu.git.
+    This repository is a read-only mirror of the project's repostories hosted
+    at https://gitlab.com/qemu-project/qemu.git.

NB this URL triggers a redirect to strip the .git suffix

           https://gitlab.com/qemu-project/qemu

If you try to do:

 git clone https://gitlab.com/qemu-project/qemu

You get this warning message instead:

 warning: redirecting to https://gitlab.com/qemu-project/qemu.git/

So I think the patch is fine.

Reviewed-by: Thomas Huth <th...@redhat.com>


Reply via email to