[PATCH 0/6] Update git repo URLs to GitLab

Stefan Hajnoczi posted 6 patches 3 years, 4 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210111115017.156802-1-stefanha@redhat.com
README.rst                |  4 ++--
.github/lockdown.yml      |  8 +++----
.gitlab-ci.yml            |  1 -
.gitmodules               | 44 +++++++++++++++++++--------------------
pc-bios/README            |  4 ++--
scripts/get_maintainer.pl |  2 +-
6 files changed, 31 insertions(+), 32 deletions(-)
[PATCH 0/6] Update git repo URLs to GitLab
Posted by Stefan Hajnoczi 3 years, 4 months ago
Several places in qemu.git reference qemu.org git repo URLs. Let's switch to
GitLab repo URLs in order to enable GitLab as a gating CI and in order to
reduce qemu.org bandwidth consumption.

Paolo has already set up GitLab mirror repos. sgabios was missing and I added
that today. It is now possible to replace git.qemu.org/git with
gitlab.com/qemu-project in URLs.

Stefan Hajnoczi (6):
  .github: point Repo Lockdown bot to GitLab repo
  gitmodules: use GitLab repos instead of qemu.org
  gitlab-ci: remove redundant GitLab repo URL command
  docs: update README to use GitLab repo URLs
  pc-bios: update mirror URLs to GitLab
  get_maintainer: update repo URL to GitLab

 README.rst                |  4 ++--
 .github/lockdown.yml      |  8 +++----
 .gitlab-ci.yml            |  1 -
 .gitmodules               | 44 +++++++++++++++++++--------------------
 pc-bios/README            |  4 ++--
 scripts/get_maintainer.pl |  2 +-
 6 files changed, 31 insertions(+), 32 deletions(-)

-- 
2.29.2

Re: [PATCH 0/6] Update git repo URLs to GitLab
Posted by Wainer dos Santos Moschetta 3 years, 4 months ago
Hi,

On 1/11/21 8:50 AM, Stefan Hajnoczi wrote:
> Several places in qemu.git reference qemu.org git repo URLs. Let's switch to
> GitLab repo URLs in order to enable GitLab as a gating CI and in order to
> reduce qemu.org bandwidth consumption.
>
> Paolo has already set up GitLab mirror repos. sgabios was missing and I added
> that today. It is now possible to replace git.qemu.org/git with
> gitlab.com/qemu-project in URLs.
>
> Stefan Hajnoczi (6):
>    .github: point Repo Lockdown bot to GitLab repo
>    gitmodules: use GitLab repos instead of qemu.org
>    gitlab-ci: remove redundant GitLab repo URL command
>    docs: update README to use GitLab repo URLs
>    pc-bios: update mirror URLs to GitLab
>    get_maintainer: update repo URL to GitLab
>
>   README.rst                |  4 ++--
>   .github/lockdown.yml      |  8 +++----
>   .gitlab-ci.yml            |  1 -
>   .gitmodules               | 44 +++++++++++++++++++--------------------
>   pc-bios/README            |  4 ++--
>   scripts/get_maintainer.pl |  2 +-
>   6 files changed, 31 insertions(+), 32 deletions(-)
>
There will be needed to change the description of all repos on GitLab, 
they are said mirrors still.

For this entire series:

Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>

Thanks!


Re: [PATCH 0/6] Update git repo URLs to GitLab
Posted by Stefan Hajnoczi 3 years, 3 months ago
On Mon, Jan 11, 2021 at 11:50:11AM +0000, Stefan Hajnoczi wrote:
> Several places in qemu.git reference qemu.org git repo URLs. Let's switch to
> GitLab repo URLs in order to enable GitLab as a gating CI and in order to
> reduce qemu.org bandwidth consumption.
> 
> Paolo has already set up GitLab mirror repos. sgabios was missing and I added
> that today. It is now possible to replace git.qemu.org/git with
> gitlab.com/qemu-project in URLs.
> 
> Stefan Hajnoczi (6):
>   .github: point Repo Lockdown bot to GitLab repo
>   gitmodules: use GitLab repos instead of qemu.org
>   gitlab-ci: remove redundant GitLab repo URL command
>   docs: update README to use GitLab repo URLs
>   pc-bios: update mirror URLs to GitLab
>   get_maintainer: update repo URL to GitLab
> 
>  README.rst                |  4 ++--
>  .github/lockdown.yml      |  8 +++----
>  .gitlab-ci.yml            |  1 -
>  .gitmodules               | 44 +++++++++++++++++++--------------------
>  pc-bios/README            |  4 ++--
>  scripts/get_maintainer.pl |  2 +-
>  6 files changed, 31 insertions(+), 32 deletions(-)
> 
> -- 
> 2.29.2
> 

Thanks, applied to my block tree:
https://gitlab.com/stefanha/qemu/commits/block

Stefan