All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Update documentation to refer to new location for issues
@ 2021-06-19 15:42 Stefan Weil
  2021-06-19 15:45 ` Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Stefan Weil @ 2021-06-19 15:42 UTC (permalink / raw)
  To: qemu-devel, Alex Bennée, Philippe Mathieu-Daudé, Thomas Huth
  Cc: Stefan Weil

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



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] Update documentation to refer to new location for issues
  2021-06-19 15:42 [PATCH] Update documentation to refer to new location for issues Stefan Weil
@ 2021-06-19 15:45 ` Philippe Mathieu-Daudé
  2021-06-19 17:05 ` Alex Bennée
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-06-19 15:45 UTC (permalink / raw)
  To: Stefan Weil
  Cc: Thomas Huth, Alex Bennée, qemu-devel@nongnu.org Developers

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(-)


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Update documentation to refer to new location for issues
  2021-06-19 15:42 [PATCH] Update documentation to refer to new location for issues Stefan Weil
  2021-06-19 15:45 ` Philippe Mathieu-Daudé
@ 2021-06-19 17:05 ` Alex Bennée
  2021-06-20 17:12 ` Thomas Huth
  2021-06-23 10:16 ` Alex Bennée
  3 siblings, 0 replies; 5+ messages in thread
From: Alex Bennée @ 2021-06-19 17:05 UTC (permalink / raw)
  To: Stefan Weil; +Cc: Thomas Huth, qemu-devel, Philippe Mathieu-Daudé


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Update documentation to refer to new location for issues
  2021-06-19 15:42 [PATCH] Update documentation to refer to new location for issues Stefan Weil
  2021-06-19 15:45 ` Philippe Mathieu-Daudé
  2021-06-19 17:05 ` Alex Bennée
@ 2021-06-20 17:12 ` Thomas Huth
  2021-06-23 10:16 ` Alex Bennée
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2021-06-20 17:12 UTC (permalink / raw)
  To: Stefan Weil, qemu-devel, Alex Bennée, Philippe Mathieu-Daudé

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>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Update documentation to refer to new location for issues
  2021-06-19 15:42 [PATCH] Update documentation to refer to new location for issues Stefan Weil
                   ` (2 preceding siblings ...)
  2021-06-20 17:12 ` Thomas Huth
@ 2021-06-23 10:16 ` Alex Bennée
  3 siblings, 0 replies; 5+ messages in thread
From: Alex Bennée @ 2021-06-23 10:16 UTC (permalink / raw)
  To: Stefan Weil; +Cc: Thomas Huth, qemu-devel, Philippe Mathieu-Daudé


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-06-23 10:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-19 15:42 [PATCH] Update documentation to refer to new location for issues Stefan Weil
2021-06-19 15:45 ` Philippe Mathieu-Daudé
2021-06-19 17:05 ` Alex Bennée
2021-06-20 17:12 ` Thomas Huth
2021-06-23 10:16 ` Alex Bennée

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.