[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL v4 01/27] .github: point Repo Lockdown bot to GitLab repo
From: |
Stefan Hajnoczi |
Subject: |
[PULL v4 01/27] .github: point Repo Lockdown bot to GitLab repo |
Date: |
Wed, 10 Feb 2021 09:26:02 +0000 |
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>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 20210111115017.156802-2-stefanha@redhat.com
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.
The project does not process issues filed on GitHub.
The project issues are tracked on Launchpad:
@@ -24,8 +24,8 @@ pulls:
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
+ on https://gitlab.com/qemu-project/qemu.git.
The project does not process merge requests filed on GitHub.
QEMU welcomes contributions of code (either fixing bugs or adding new
--
2.29.2
- [PULL v4 00/27] Block patches, Stefan Hajnoczi, 2021/02/10
- [PULL v4 01/27] .github: point Repo Lockdown bot to GitLab repo,
Stefan Hajnoczi <=
- [PULL v4 02/27] gitmodules: use GitLab repos instead of qemu.org, Stefan Hajnoczi, 2021/02/10
- [PULL v4 03/27] gitlab-ci: remove redundant GitLab repo URL command, Stefan Hajnoczi, 2021/02/10
- [PULL v4 05/27] pc-bios: update mirror URLs to GitLab, Stefan Hajnoczi, 2021/02/10
- [PULL v4 04/27] docs: update README to use GitLab repo URLs, Stefan Hajnoczi, 2021/02/10
- [PULL v4 06/27] get_maintainer: update repo URL to GitLab, Stefan Hajnoczi, 2021/02/10
- [PULL v4 07/27] multi-process: add the concept description to docs/devel/qemu-multiprocess, Stefan Hajnoczi, 2021/02/10
- [PULL v4 08/27] multi-process: add configure and usage information, Stefan Hajnoczi, 2021/02/10
- [PULL v4 09/27] memory: alloc RAM from file at offset, Stefan Hajnoczi, 2021/02/10
- [PULL v4 10/27] multi-process: Add config option for multi-process QEMU, Stefan Hajnoczi, 2021/02/10
- [PULL v4 11/27] multi-process: setup PCI host bridge for remote device, Stefan Hajnoczi, 2021/02/10