[PATCH] Update documentation to refer to new location for issues

Stefan Weil posted 1 patch 2 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/next-importer-push tags/patchew/20210619154253.553446-1-sw@weilnetz.de
Maintainers: "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Willian Rampazzo <willianr@redhat.com>, Thomas Huth <thuth@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>
.github/lockdown.yml | 6 +++---
README.rst           | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
[PATCH] Update documentation to refer to new location for issues
Posted by Stefan Weil 2 years, 10 months ago
Signed-off-by: Stefan Weil <sw@weilnetz.de>
---

Another update is needed for scripts/show-fixed-bugs.sh.

Stefan

 .github/lockdown.yml | 6 +++---
 README.rst           | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/lockdown.yml b/.github/lockdown.yml
index 07fc2f31ee..d3546bd2bc 100644
--- a/.github/lockdown.yml
+++ b/.github/lockdown.yml
@@ -14,11 +14,11 @@ issues:
     at https://gitlab.com/qemu-project/qemu.git.
     The project does not process issues filed on GitHub.
 
-    The project issues are tracked on Launchpad:
-    https://bugs.launchpad.net/qemu
+    The project issues are tracked on GitLab:
+    https://gitlab.com/qemu-project/qemu/-/issues
 
     QEMU welcomes bug report contributions. You can file new ones on:
-    https://bugs.launchpad.net/qemu/+filebug
+    https://gitlab.com/qemu-project/qemu/-/issues/new
 
 pulls:
   comment: |
diff --git a/README.rst b/README.rst
index a92c7394b7..79b19f1481 100644
--- a/README.rst
+++ b/README.rst
@@ -131,16 +131,16 @@ will be tagged as my-feature-v2.
 Bug reporting
 =============
 
-The QEMU project uses Launchpad as its primary upstream bug tracker. Bugs
+The QEMU project uses GitLab issues to track bugs. Bugs
 found when running code built from QEMU git or upstream released sources
 should be reported via:
 
-* `<https://bugs.launchpad.net/qemu/>`_
+* `<https://gitlab.com/qemu-project/qemu/-/issues>`_
 
 If using QEMU via an operating system vendor pre-built binary package, it
 is preferable to report bugs to the vendor's own bug tracker first. If
 the bug is also known to affect latest upstream code, it can also be
-reported via launchpad.
+reported via GitLab.
 
 For additional information on bug reporting consult:
 
-- 
2.30.2


Re: [PATCH] Update documentation to refer to new location for issues
Posted by Alex Bennée 2 years, 10 months ago
Stefan Weil <sw@weilnetz.de> writes:

> Signed-off-by: Stefan Weil <sw@weilnetz.de>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

-- 
Alex Bennée

Re: [PATCH] Update documentation to refer to new location for issues
Posted by Alex Bennée 2 years, 10 months ago
Stefan Weil <sw@weilnetz.de> writes:

> Signed-off-by: Stefan Weil <sw@weilnetz.de>

Queued to testing/next as I'm putting together a PR, thanks.

-- 
Alex Bennée

Re: [PATCH] Update documentation to refer to new location for issues
Posted by Philippe Mathieu-Daudé 2 years, 10 months ago
On Sat, Jun 19, 2021 at 5:42 PM Stefan Weil <sw@weilnetz.de> wrote:
>
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>
> Another update is needed for scripts/show-fixed-bugs.sh.

Good catch.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

>  .github/lockdown.yml | 6 +++---
>  README.rst           | 6 +++---
>  2 files changed, 6 insertions(+), 6 deletions(-)

Re: [PATCH] Update documentation to refer to new location for issues
Posted by Thomas Huth 2 years, 10 months ago
On 19/06/2021 17.42, Stefan Weil wrote:
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
> 
> Another update is needed for scripts/show-fixed-bugs.sh.

Don't worry about that script, I'll remove it after the next release (v6.1) 
has been done. The script is then hopefully not necessary anymore thanks to 
the possibility to close bugs automatically on commit in GitLab.

> diff --git a/.github/lockdown.yml b/.github/lockdown.yml
> index 07fc2f31ee..d3546bd2bc 100644
> --- a/.github/lockdown.yml
> +++ b/.github/lockdown.yml
> @@ -14,11 +14,11 @@ issues:
>       at https://gitlab.com/qemu-project/qemu.git.
>       The project does not process issues filed on GitHub.
>   
> -    The project issues are tracked on Launchpad:
> -    https://bugs.launchpad.net/qemu
> +    The project issues are tracked on GitLab:
> +    https://gitlab.com/qemu-project/qemu/-/issues
>   
>       QEMU welcomes bug report contributions. You can file new ones on:
> -    https://bugs.launchpad.net/qemu/+filebug
> +    https://gitlab.com/qemu-project/qemu/-/issues/new
>   
>   pulls:
>     comment: |
> diff --git a/README.rst b/README.rst
> index a92c7394b7..79b19f1481 100644
> --- a/README.rst
> +++ b/README.rst
> @@ -131,16 +131,16 @@ will be tagged as my-feature-v2.
>   Bug reporting
>   =============
>   
> -The QEMU project uses Launchpad as its primary upstream bug tracker. Bugs
> +The QEMU project uses GitLab issues to track bugs. Bugs
>   found when running code built from QEMU git or upstream released sources
>   should be reported via:
>   
> -* `<https://bugs.launchpad.net/qemu/>`_
> +* `<https://gitlab.com/qemu-project/qemu/-/issues>`_
>   
>   If using QEMU via an operating system vendor pre-built binary package, it
>   is preferable to report bugs to the vendor's own bug tracker first. If
>   the bug is also known to affect latest upstream code, it can also be
> -reported via launchpad.
> +reported via GitLab.

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