All of lore.kernel.org
 help / color / mirror / Atom feed
* [qemu-web PATCH] Update URLs of "SubmitAPatch" wiki doc
@ 2021-11-18 17:00 Kashyap Chamarthy
  2021-11-19  9:09 ` Paolo Bonzini
  0 siblings, 1 reply; 5+ messages in thread
From: Kashyap Chamarthy @ 2021-11-18 17:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, Thomas Huth, Kashyap Chamarthy

We've recently converted[1] the "SubmitAPatch" page from Wiki to in-tree
docs.  So update the website to reflect this.

[1] https://gitlab.com/qemu-project/qemu/-/commit/9f73de8df03 --
    9f73de8df0 (docs: rSTify the "SubmitAPatch" wiki, 2021-11-10)

Signed-off-by: Kashyap Chamarthy <kchamart@redhat.com>
---
 CONTRIBUTING.md            | 2 +-
 contribute.md              | 2 +-
 contribute/report-a-bug.md | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d5cbf07..b6fc0bd 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -12,7 +12,7 @@ You should also CC the website maintainers:
 
 For further guidance on sending patches consult:
 
-https://wiki.qemu.org/Contribute/SubmitAPatch
+https://qemu-project.gitlab.io/qemu/devel/submitting-a-patch.html
 
 It is expected that contributors check the rendered website before submitting
 patches. This is possible by either running jekyll locally, or by using the
diff --git a/contribute.md b/contribute.md
index 4802452..77cd5f4 100644
--- a/contribute.md
+++ b/contribute.md
@@ -17,6 +17,6 @@ permalink: /contribute/
   &ldquo;[Contributor FAQ](https://wiki.qemu.org/Contribute/FAQ)&rdquo;,
   &ldquo;[Improve the website](https://www.qemu.org/2017/02/04/the-new-qemu-website-is-up/)&rdquo;
 
-Please do not submit merge requests on GitLab; patches are sent to the mailing list according to QEMU's [patch submissions guidelines](https://wiki.qemu.org/Contribute/SubmitAPatch).
+Please do not submit merge requests on GitLab; patches are sent to the mailing list according to QEMU's [patch submissions guidelines](https://qemu-project.gitlab.io/qemu/devel/submitting-a-patch.html).
 
 Contributing to QEMU is subject to the [QEMU Code of Conduct](https://qemu.org/docs/master/devel/code-of-conduct.html).
diff --git a/contribute/report-a-bug.md b/contribute/report-a-bug.md
index 96b60d8..b24c759 100644
--- a/contribute/report-a-bug.md
+++ b/contribute/report-a-bug.md
@@ -18,7 +18,7 @@ When submitting a bug report, please try to do the following:
 
 * Include information about the host and guest (operating system, version, 32/64-bit).
 
-QEMU does not use GitLab merge requests; patches are sent to the mailing list according to QEMU's [patch submissions guidelines](https://wiki.qemu.org/Contribute/SubmitAPatch).
+QEMU does not use GitLab merge requests; patches are sent to the mailing list according to QEMU's [patch submissions guidelines](https://qemu-project.gitlab.io/qemu/devel/submitting-a-patch.html).
 
 Do NOT report security issues (or other bugs, too) as "confidential" bugs in the
 bug tracker.  QEMU has a [security process](../security-process) for issues
-- 
2.31.1



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

* Re: [qemu-web PATCH] Update URLs of "SubmitAPatch" wiki doc
  2021-11-18 17:00 [qemu-web PATCH] Update URLs of "SubmitAPatch" wiki doc Kashyap Chamarthy
@ 2021-11-19  9:09 ` Paolo Bonzini
  2021-11-19 10:15   ` Other pages for docs/devel/ [Was: Re: ... Update URLs of "SubmitAPatch" ...] Kashyap Chamarthy
  0 siblings, 1 reply; 5+ messages in thread
From: Paolo Bonzini @ 2021-11-19  9:09 UTC (permalink / raw)
  To: Kashyap Chamarthy, qemu-devel; +Cc: Thomas Huth

On 11/18/21 18:00, Kashyap Chamarthy wrote:
> We've recently converted[1] the "SubmitAPatch" page from Wiki to in-tree
> docs.  So update the website to reflect this.
> 
> [1] https://gitlab.com/qemu-project/qemu/-/commit/9f73de8df03 --
>      9f73de8df0 (docs: rSTify the "SubmitAPatch" wiki, 2021-11-10)
> 
> Signed-off-by: Kashyap Chamarthy <kchamart@redhat.com>

Hi, I'm applying instead 
https://lore.kernel.org/r/20211118074702.216951-2-pbonzini%40redhat.com 
(sorry, you couldn't know of the magic redirect since that's done 
directly on shell.qemu.org's Apache configuration).

The report-a-bug and security-process pages of the website are also 
candidates for moving to docs/devel, by the way!

Paolo

> ---
>   CONTRIBUTING.md            | 2 +-
>   contribute.md              | 2 +-
>   contribute/report-a-bug.md | 2 +-
>   3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
> index d5cbf07..b6fc0bd 100644
> --- a/CONTRIBUTING.md
> +++ b/CONTRIBUTING.md
> @@ -12,7 +12,7 @@ You should also CC the website maintainers:
>   
>   For further guidance on sending patches consult:
>   
> -https://wiki.qemu.org/Contribute/SubmitAPatch
> +https://qemu-project.gitlab.io/qemu/devel/submitting-a-patch.html
>   
>   It is expected that contributors check the rendered website before submitting
>   patches. This is possible by either running jekyll locally, or by using the
> diff --git a/contribute.md b/contribute.md
> index 4802452..77cd5f4 100644
> --- a/contribute.md
> +++ b/contribute.md
> @@ -17,6 +17,6 @@ permalink: /contribute/
>     &ldquo;[Contributor FAQ](https://wiki.qemu.org/Contribute/FAQ)&rdquo;,
>     &ldquo;[Improve the website](https://www.qemu.org/2017/02/04/the-new-qemu-website-is-up/)&rdquo;
>   
> -Please do not submit merge requests on GitLab; patches are sent to the mailing list according to QEMU's [patch submissions guidelines](https://wiki.qemu.org/Contribute/SubmitAPatch).
> +Please do not submit merge requests on GitLab; patches are sent to the mailing list according to QEMU's [patch submissions guidelines](https://qemu-project.gitlab.io/qemu/devel/submitting-a-patch.html).
>   
>   Contributing to QEMU is subject to the [QEMU Code of Conduct](https://qemu.org/docs/master/devel/code-of-conduct.html).
> diff --git a/contribute/report-a-bug.md b/contribute/report-a-bug.md
> index 96b60d8..b24c759 100644
> --- a/contribute/report-a-bug.md
> +++ b/contribute/report-a-bug.md
> @@ -18,7 +18,7 @@ When submitting a bug report, please try to do the following:
>   
>   * Include information about the host and guest (operating system, version, 32/64-bit).
>   
> -QEMU does not use GitLab merge requests; patches are sent to the mailing list according to QEMU's [patch submissions guidelines](https://wiki.qemu.org/Contribute/SubmitAPatch).
> +QEMU does not use GitLab merge requests; patches are sent to the mailing list according to QEMU's [patch submissions guidelines](https://qemu-project.gitlab.io/qemu/devel/submitting-a-patch.html).
>   
>   Do NOT report security issues (or other bugs, too) as "confidential" bugs in the
>   bug tracker.  QEMU has a [security process](../security-process) for issues
> 



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

* Other pages for docs/devel/ [Was: Re: ... Update URLs of "SubmitAPatch" ...]
  2021-11-19  9:09 ` Paolo Bonzini
@ 2021-11-19 10:15   ` Kashyap Chamarthy
  2021-11-24 19:35     ` Paolo Bonzini
  0 siblings, 1 reply; 5+ messages in thread
From: Kashyap Chamarthy @ 2021-11-19 10:15 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: Thomas Huth, qemu-devel

On Fri, Nov 19, 2021 at 10:09:27AM +0100, Paolo Bonzini wrote:

[...]

> Hi, I'm applying instead
> https://lore.kernel.org/r/20211118074702.216951-2-pbonzini%40redhat.com
> (sorry, you couldn't know of the magic redirect since that's done directly
> on shell.qemu.org's Apache configuration).

Ah, no problem; I missed this one.  I sent mine as Thomas mentioned
updating the website on IRC; so I assumed a patch didn't already exist.

> The report-a-bug and security-process pages of the website are also
> candidates for moving to docs/devel, by the way!

Noted; so these two pages:

- https://www.qemu.org/contribute/security-process/
- https://www.qemu.org/contribute/report-a-bug/

What about these two other pages (which are also linked to from the
"contribute"[1] part of the website)?  Do they belong to docs/devel?  If
not, should they be part of 'qemu-web', instead of the wiki?

    - https://wiki.qemu.org/Contribute/FAQ
    - https://wiki.qemu.org/Documentation/GettingStartedDevelopers


[1] https://www.qemu.org/contribute/

[...]

-- 
/kashyap



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

* Re: Other pages for docs/devel/ [Was: Re: ... Update URLs of "SubmitAPatch" ...]
  2021-11-19 10:15   ` Other pages for docs/devel/ [Was: Re: ... Update URLs of "SubmitAPatch" ...] Kashyap Chamarthy
@ 2021-11-24 19:35     ` Paolo Bonzini
  2021-11-25  9:56       ` Kashyap Chamarthy
  0 siblings, 1 reply; 5+ messages in thread
From: Paolo Bonzini @ 2021-11-24 19:35 UTC (permalink / raw)
  To: Kashyap Chamarthy; +Cc: Thomas Huth, qemu-devel

On 11/19/21 11:15, Kashyap Chamarthy wrote:
> Noted; so these two pages:
> 
> -https://www.qemu.org/contribute/security-process/
> -https://www.qemu.org/contribute/report-a-bug/
> 
> What about these two other pages (which are also linked to from the
> "contribute"[1] part of the website)?  Do they belong to docs/devel?  If
> not, should they be part of 'qemu-web', instead of the wiki?
> 
>      -https://wiki.qemu.org/Contribute/FAQ
>      -https://wiki.qemu.org/Documentation/GettingStartedDevelopers

Yes, I suppose all of these can be moved to docs/devel.

Paolo


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

* Re: Other pages for docs/devel/ [Was: Re: ... Update URLs of "SubmitAPatch" ...]
  2021-11-24 19:35     ` Paolo Bonzini
@ 2021-11-25  9:56       ` Kashyap Chamarthy
  0 siblings, 0 replies; 5+ messages in thread
From: Kashyap Chamarthy @ 2021-11-25  9:56 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: Thomas Huth, qemu-devel

On Wed, Nov 24, 2021 at 08:35:35PM +0100, Paolo Bonzini wrote:
> On 11/19/21 11:15, Kashyap Chamarthy wrote:
> > Noted; so these two pages:
> > 
> > -https://www.qemu.org/contribute/security-process/
> > -https://www.qemu.org/contribute/report-a-bug/

I posted a series for above two here:

    https://lists.nongnu.org/archive/html/qemu-devel/2021-11/msg04936.html
    [PATCH 0/2] rSTify 'report-a-bug' and 'security-process'; move them
    to QEMU Git

> > What about these two other pages (which are also linked to from the
> > "contribute"[1] part of the website)?  Do they belong to docs/devel?  If
> > not, should they be part of 'qemu-web', instead of the wiki?
> > 
> >      -https://wiki.qemu.org/Contribute/FAQ
> >      -https://wiki.qemu.org/Documentation/GettingStartedDevelopers
> 
> Yes, I suppose all of these can be moved to docs/devel.

I thought so; will send them as part of v2 of the above series.

-- 
/kashyap



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

end of thread, other threads:[~2021-11-25  9:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-18 17:00 [qemu-web PATCH] Update URLs of "SubmitAPatch" wiki doc Kashyap Chamarthy
2021-11-19  9:09 ` Paolo Bonzini
2021-11-19 10:15   ` Other pages for docs/devel/ [Was: Re: ... Update URLs of "SubmitAPatch" ...] Kashyap Chamarthy
2021-11-24 19:35     ` Paolo Bonzini
2021-11-25  9:56       ` Kashyap Chamarthy

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.