diff mbox series

Update documentation to refer to new location for issues

Message ID 20210619154253.553446-1-sw@weilnetz.de
State New
Headers show
Series Update documentation to refer to new location for issues | expand

Commit Message

Stefan Weil June 19, 2021, 3:42 p.m. UTC
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(-)

Comments

Philippe Mathieu-Daudé June 19, 2021, 3:45 p.m. UTC | #1
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(-)
Alex Bennée June 19, 2021, 5:05 p.m. UTC | #2
Stefan Weil <sw@weilnetz.de> writes:

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

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Thomas Huth June 20, 2021, 5:12 p.m. UTC | #3
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>
Alex Bennée June 23, 2021, 10:16 a.m. UTC | #4
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.
diff mbox series

Patch

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: