All of lore.kernel.org
 help / color / mirror / Atom feed
* [maintainer-tools RFC PATCH] drm-intel: Link to .html instead of .rst
@ 2017-07-06 20:07 Rodrigo Vivi
  2017-07-10 10:29 ` Jani Nikula
  0 siblings, 1 reply; 4+ messages in thread
From: Rodrigo Vivi @ 2017-07-06 20:07 UTC (permalink / raw)
  To: intel-gfx; +Cc: Rodrigo Vivi

Ideally .rst would referrence .rst with :ref:`` but since
these documentation are different repository we cannot link
like this. However I believe the main usage is through the
compiled html pages and since we already reference another
.html here I believe we should use our daily compiled doc.

Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
---
 drm-intel.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drm-intel.rst b/drm-intel.rst
index 5dcb7d8..fa1e9bc 100644
--- a/drm-intel.rst
+++ b/drm-intel.rst
@@ -189,7 +189,7 @@ the appropriate branches.
 
 If possible, the commit message should also contain a Fixes: tag as described in
 `Documentation/process/submitting-patches
-<https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst>`_
+  <https://01.org/linuxgraphics/gfx-docs/drm/process/submitting-patches.html>`_
 to aid the maintainers in identifying the right branch.
 
 Requesting Fixes Cherry-Pick Afterwards
@@ -199,7 +199,7 @@ It's not uncommon for a patch to have been committed before it's identified as a
 fix needing to be backported.
 
 If the patch is already in Linus' tree, please follow `stable kernel rules
-<https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/stable-kernel-rules.rst>`_.
+<https://01.org/linuxgraphics/gfx-docs/drm/process/stable-kernel-rules.html>`_.
 
 Otherwise, send an email to intel-gfx@lists.freedesktop.org and
 drm-intel-fixes@lists.freedesktop.org containing the subject of the patch, the
@@ -361,7 +361,7 @@ An inexhaustive list of details to check:
 
 * The patch conforms to `Documentation/process/submitting-patches
 
-  <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst>`_
+  <https://01.org/linuxgraphics/gfx-docs/drm/process/submitting-patches.html>`_
 
 * The commit message is sensible, and includes adequate details and references.
 
@@ -411,7 +411,7 @@ On Confidence, Complexity, and Transparency
 
 * Reviewed-by. All patches must be reviewed, no exceptions. Please see
   "Reviewer's statement of oversight" in `Documentation/process/submitting-patches
-  <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst>`_
+  <https://01.org/linuxgraphics/gfx-docs/drm/process/submitting-patches.html>`_
   and `review training
   <http://blog.ffwll.ch/2014/08/review-training-slides.html>`_.
 
-- 
1.9.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [maintainer-tools RFC PATCH] drm-intel: Link to .html instead of .rst
  2017-07-06 20:07 [maintainer-tools RFC PATCH] drm-intel: Link to .html instead of .rst Rodrigo Vivi
@ 2017-07-10 10:29 ` Jani Nikula
  2017-07-10 19:25   ` Vivi, Rodrigo
  0 siblings, 1 reply; 4+ messages in thread
From: Jani Nikula @ 2017-07-10 10:29 UTC (permalink / raw)
  To: intel-gfx; +Cc: Rodrigo Vivi

On Thu, 06 Jul 2017, Rodrigo Vivi <rodrigo.vivi@intel.com> wrote:
> Ideally .rst would referrence .rst with :ref:`` but since
> these documentation are different repository we cannot link
> like this. However I believe the main usage is through the
> compiled html pages and since we already reference another
> .html here I believe we should use our daily compiled doc.
>
> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>

As I wrote in my other mail, I think this is better.

Acked-by: Jani Nikula <jani.nikula@intel.com>



> ---
>  drm-intel.rst | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/drm-intel.rst b/drm-intel.rst
> index 5dcb7d8..fa1e9bc 100644
> --- a/drm-intel.rst
> +++ b/drm-intel.rst
> @@ -189,7 +189,7 @@ the appropriate branches.
>  
>  If possible, the commit message should also contain a Fixes: tag as described in
>  `Documentation/process/submitting-patches
> -<https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst>`_
> +  <https://01.org/linuxgraphics/gfx-docs/drm/process/submitting-patches.html>`_
>  to aid the maintainers in identifying the right branch.
>  
>  Requesting Fixes Cherry-Pick Afterwards
> @@ -199,7 +199,7 @@ It's not uncommon for a patch to have been committed before it's identified as a
>  fix needing to be backported.
>  
>  If the patch is already in Linus' tree, please follow `stable kernel rules
> -<https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/stable-kernel-rules.rst>`_.
> +<https://01.org/linuxgraphics/gfx-docs/drm/process/stable-kernel-rules.html>`_.
>  
>  Otherwise, send an email to intel-gfx@lists.freedesktop.org and
>  drm-intel-fixes@lists.freedesktop.org containing the subject of the patch, the
> @@ -361,7 +361,7 @@ An inexhaustive list of details to check:
>  
>  * The patch conforms to `Documentation/process/submitting-patches
>  
> -  <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst>`_
> +  <https://01.org/linuxgraphics/gfx-docs/drm/process/submitting-patches.html>`_
>  
>  * The commit message is sensible, and includes adequate details and references.
>  
> @@ -411,7 +411,7 @@ On Confidence, Complexity, and Transparency
>  
>  * Reviewed-by. All patches must be reviewed, no exceptions. Please see
>    "Reviewer's statement of oversight" in `Documentation/process/submitting-patches
> -  <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst>`_
> +  <https://01.org/linuxgraphics/gfx-docs/drm/process/submitting-patches.html>`_
>    and `review training
>    <http://blog.ffwll.ch/2014/08/review-training-slides.html>`_.

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [maintainer-tools RFC PATCH] drm-intel: Link to .html instead of .rst
  2017-07-10 10:29 ` Jani Nikula
@ 2017-07-10 19:25   ` Vivi, Rodrigo
  2017-07-10 22:00     ` Rodrigo Vivi
  0 siblings, 1 reply; 4+ messages in thread
From: Vivi, Rodrigo @ 2017-07-10 19:25 UTC (permalink / raw)
  To: jani.nikula@linux.intel.com; +Cc: intel-gfx@lists.freedesktop.org

On Mon, 2017-07-10 at 13:29 +0300, Jani Nikula wrote:
> On Thu, 06 Jul 2017, Rodrigo Vivi <rodrigo.vivi@intel.com> wrote:
> > Ideally .rst would referrence .rst with :ref:`` but since
> > these documentation are different repository we cannot link
> > like this. However I believe the main usage is through the
> > compiled html pages and since we already reference another
> > .html here I believe we should use our daily compiled doc.
> >
> > Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> 
> As I wrote in my other mail, I think this is better.

> Acked-by: Jani Nikula <jani.nikula@intel.com>

could I just squash, keep the ack and merge?

> 
> 
> 
> > ---
> >  drm-intel.rst | 8 ++++----
> >  1 file changed, 4 insertions(+), 4 deletions(-)
> >
> > diff --git a/drm-intel.rst b/drm-intel.rst
> > index 5dcb7d8..fa1e9bc 100644
> > --- a/drm-intel.rst
> > +++ b/drm-intel.rst
> > @@ -189,7 +189,7 @@ the appropriate branches.
> >  
> >  If possible, the commit message should also contain a Fixes: tag as described in
> >  `Documentation/process/submitting-patches
> > -<https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst>`_
> > +  <https://01.org/linuxgraphics/gfx-docs/drm/process/submitting-patches.html>`_
> >  to aid the maintainers in identifying the right branch.
> >  
> >  Requesting Fixes Cherry-Pick Afterwards
> > @@ -199,7 +199,7 @@ It's not uncommon for a patch to have been committed before it's identified as a
> >  fix needing to be backported.
> >  
> >  If the patch is already in Linus' tree, please follow `stable kernel rules
> > -<https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/stable-kernel-rules.rst>`_.
> > +<https://01.org/linuxgraphics/gfx-docs/drm/process/stable-kernel-rules.html>`_.
> >  
> >  Otherwise, send an email to intel-gfx@lists.freedesktop.org and
> >  drm-intel-fixes@lists.freedesktop.org containing the subject of the patch, the
> > @@ -361,7 +361,7 @@ An inexhaustive list of details to check:
> >  
> >  * The patch conforms to `Documentation/process/submitting-patches
> >  
> > -  <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst>`_
> > +  <https://01.org/linuxgraphics/gfx-docs/drm/process/submitting-patches.html>`_
> >  
> >  * The commit message is sensible, and includes adequate details and references.
> >  
> > @@ -411,7 +411,7 @@ On Confidence, Complexity, and Transparency
> >  
> >  * Reviewed-by. All patches must be reviewed, no exceptions. Please see
> >    "Reviewer's statement of oversight" in `Documentation/process/submitting-patches
> > -  <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst>`_
> > +  <https://01.org/linuxgraphics/gfx-docs/drm/process/submitting-patches.html>`_
> >    and `review training
> >    <http://blog.ffwll.ch/2014/08/review-training-slides.html>`_.
> 

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [maintainer-tools RFC PATCH] drm-intel: Link to .html instead of .rst
  2017-07-10 19:25   ` Vivi, Rodrigo
@ 2017-07-10 22:00     ` Rodrigo Vivi
  0 siblings, 0 replies; 4+ messages in thread
From: Rodrigo Vivi @ 2017-07-10 22:00 UTC (permalink / raw)
  To: Vivi, Rodrigo; +Cc: intel-gfx@lists.freedesktop.org

merged, thanks

On Mon, Jul 10, 2017 at 12:25 PM, Vivi, Rodrigo <rodrigo.vivi@intel.com> wrote:
> On Mon, 2017-07-10 at 13:29 +0300, Jani Nikula wrote:
>> On Thu, 06 Jul 2017, Rodrigo Vivi <rodrigo.vivi@intel.com> wrote:
>> > Ideally .rst would referrence .rst with :ref:`` but since
>> > these documentation are different repository we cannot link
>> > like this. However I believe the main usage is through the
>> > compiled html pages and since we already reference another
>> > .html here I believe we should use our daily compiled doc.
>> >
>> > Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
>>
>> As I wrote in my other mail, I think this is better.
>
>> Acked-by: Jani Nikula <jani.nikula@intel.com>
>
> could I just squash, keep the ack and merge?
>
>>
>>
>>
>> > ---
>> >  drm-intel.rst | 8 ++++----
>> >  1 file changed, 4 insertions(+), 4 deletions(-)
>> >
>> > diff --git a/drm-intel.rst b/drm-intel.rst
>> > index 5dcb7d8..fa1e9bc 100644
>> > --- a/drm-intel.rst
>> > +++ b/drm-intel.rst
>> > @@ -189,7 +189,7 @@ the appropriate branches.
>> >
>> >  If possible, the commit message should also contain a Fixes: tag as described in
>> >  `Documentation/process/submitting-patches
>> > -<https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst>`_
>> > +  <https://01.org/linuxgraphics/gfx-docs/drm/process/submitting-patches.html>`_
>> >  to aid the maintainers in identifying the right branch.
>> >
>> >  Requesting Fixes Cherry-Pick Afterwards
>> > @@ -199,7 +199,7 @@ It's not uncommon for a patch to have been committed before it's identified as a
>> >  fix needing to be backported.
>> >
>> >  If the patch is already in Linus' tree, please follow `stable kernel rules
>> > -<https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/stable-kernel-rules.rst>`_.
>> > +<https://01.org/linuxgraphics/gfx-docs/drm/process/stable-kernel-rules.html>`_.
>> >
>> >  Otherwise, send an email to intel-gfx@lists.freedesktop.org and
>> >  drm-intel-fixes@lists.freedesktop.org containing the subject of the patch, the
>> > @@ -361,7 +361,7 @@ An inexhaustive list of details to check:
>> >
>> >  * The patch conforms to `Documentation/process/submitting-patches
>> >
>> > -  <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst>`_
>> > +  <https://01.org/linuxgraphics/gfx-docs/drm/process/submitting-patches.html>`_
>> >
>> >  * The commit message is sensible, and includes adequate details and references.
>> >
>> > @@ -411,7 +411,7 @@ On Confidence, Complexity, and Transparency
>> >
>> >  * Reviewed-by. All patches must be reviewed, no exceptions. Please see
>> >    "Reviewer's statement of oversight" in `Documentation/process/submitting-patches
>> > -  <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst>`_
>> > +  <https://01.org/linuxgraphics/gfx-docs/drm/process/submitting-patches.html>`_
>> >    and `review training
>> >    <http://blog.ffwll.ch/2014/08/review-training-slides.html>`_.
>>
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx



-- 
Rodrigo Vivi
Blog: http://blog.vivi.eng.br
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2017-07-10 22:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-06 20:07 [maintainer-tools RFC PATCH] drm-intel: Link to .html instead of .rst Rodrigo Vivi
2017-07-10 10:29 ` Jani Nikula
2017-07-10 19:25   ` Vivi, Rodrigo
2017-07-10 22:00     ` Rodrigo Vivi

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.