qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/6] .github: point Repo Lockdown bot to GitLab repo


From: Thomas Huth
Subject: Re: [PATCH 1/6] .github: point Repo Lockdown bot to GitLab repo
Date: Tue, 12 Jan 2021 08:49:55 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0

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 <stefanha@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 <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]