Re: [PATCH 8/8] docs: propose new rules for topic/core-for-CI management

2022-10-25 Thread Tvrtko Ursulin
On 25/10/2022 14:37, Jani Nikula wrote: On Tue, 25 Oct 2022, Tvrtko Ursulin wrote: On 25/10/2022 11:20, Jani Nikula wrote: Require maintainer ack for rebase. Require maintainer/committer ack for adding/removing commits. Require gitlab issue for each new commit. Signed-off-by: Jani Nikula

Re: [PATCH 8/8] docs: propose new rules for topic/core-for-CI management

2022-10-25 Thread Rodrigo Vivi
On Tue, Oct 25, 2022 at 04:37:59PM +0300, Jani Nikula wrote: > On Tue, 25 Oct 2022, Tvrtko Ursulin wrote: > > On 25/10/2022 11:20, Jani Nikula wrote: > >> Require maintainer ack for rebase. > >> > >> Require maintainer/committer ack for adding/removing commits. > >> > >> Require gitlab issue for

Re: [PATCH 8/8] docs: propose new rules for topic/core-for-CI management

2022-10-25 Thread Jani Nikula
On Tue, 25 Oct 2022, Tvrtko Ursulin wrote: > On 25/10/2022 11:20, Jani Nikula wrote: >> Require maintainer ack for rebase. >> >> Require maintainer/committer ack for adding/removing commits. >> >> Require gitlab issue for each new commit. >> >> Signed-off-by: Jani Nikula >> --- >> drm-tip.rs

Re: [PATCH 3/8] docs: update drm-intel repository info

2022-10-25 Thread Jani Nikula
On Tue, 25 Oct 2022, Tvrtko Ursulin wrote: > On 25/10/2022 11:19, Jani Nikula wrote: >> Primarily fix the glaring omission of drm-intel-gt-next from the >> documentation, but also clarify and clean up other details. >> >> Signed-off-by: Jani Nikula >> --- >> repositories.rst | 38 +

Re: [PATCH 8/8] docs: propose new rules for topic/core-for-CI management

2022-10-25 Thread Tvrtko Ursulin
On 25/10/2022 11:20, Jani Nikula wrote: Require maintainer ack for rebase. Require maintainer/committer ack for adding/removing commits. Require gitlab issue for each new commit. Signed-off-by: Jani Nikula --- drm-tip.rst | 23 ++- 1 file changed, 18 insertions(+), 5

Re: [PATCH 7/8] docs: add documentation on topic/core-for-CI

2022-10-25 Thread Tvrtko Ursulin
On 25/10/2022 11:20, Jani Nikula wrote: Seems that we've had zero documentation on topic/core-for-CI. Describe the branch and the current process. Signed-off-by: Jani Nikula --- drm-tip.rst | 60 repositories.rst | 11 + 2 file

Re: [PATCH 3/8] docs: update drm-intel repository info

2022-10-25 Thread Tvrtko Ursulin
On 25/10/2022 11:19, Jani Nikula wrote: Primarily fix the glaring omission of drm-intel-gt-next from the documentation, but also clarify and clean up other details. Signed-off-by: Jani Nikula --- repositories.rst | 38 +++--- 1 file changed, 23 insertions(+)

[PATCH 7/8] docs: add documentation on topic/core-for-CI

2022-10-25 Thread Jani Nikula
Seems that we've had zero documentation on topic/core-for-CI. Describe the branch and the current process. Signed-off-by: Jani Nikula --- drm-tip.rst | 60 repositories.rst | 11 + 2 files changed, 71 insertions(+) diff --git a/drm-t

[PATCH 8/8] docs: propose new rules for topic/core-for-CI management

2022-10-25 Thread Jani Nikula
Require maintainer ack for rebase. Require maintainer/committer ack for adding/removing commits. Require gitlab issue for each new commit. Signed-off-by: Jani Nikula --- drm-tip.rst | 23 ++- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/drm-tip.rst b/drm-t

[PATCH 6/8] docs: add contents to repositories for easier overview and navigation

2022-10-25 Thread Jani Nikula
The .. contents:: directive adds an in-page table of contents for a nice overview. Signed-off-by: Jani Nikula --- repositories.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repositories.rst b/repositories.rst index e3a2e418fffe..12b43e77a88d 100644 --- a/repositories.rst +++ b/reposi

[PATCH 5/8] docs: maintainer-tools is no longer a branch

2022-10-25 Thread Jani Nikula
Maintainer tools is a project of its own. Reference the project page. Signed-off-by: Jani Nikula --- repositories.rst | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/repositories.rst b/repositories.rst index 8048200eef59..e3a2e418fffe 100644 --- a/repositories.rst ++

[PATCH 4/8] docs: add link to drm.rst in repositories

2022-10-25 Thread Jani Nikula
In line with other repos. Signed-off-by: Jani Nikula --- drm.rst | 2 ++ repositories.rst | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drm.rst b/drm.rst index 0ef03d82d354..dfac3bc95a15 100644 --- a/drm.rst +++ b/drm.rst @@ -1,3 +1,5 @@ +.. _drm: + === drm

[PATCH 3/8] docs: update drm-intel repository info

2022-10-25 Thread Jani Nikula
Primarily fix the glaring omission of drm-intel-gt-next from the documentation, but also clarify and clean up other details. Signed-off-by: Jani Nikula --- repositories.rst | 38 +++--- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/repositories.r

[PATCH 2/8] docs: simplify and unify top titles in rst documents

2022-10-25 Thread Jani Nikula
Can't think of why the complicated style for document titles was chosen to begin with. Signed-off-by: Jani Nikula --- CONTRIBUTING.rst | 6 +++--- COPYING.rst | 6 +++--- MAINTAINERS.rst | 6 +++--- code-of-conduct.rst | 6 +++--- commit-access.rst

[PATCH 1/8] build: add make livehtml target to run sphinx-autobuild

2022-10-25 Thread Jani Nikula
sphinx-autobuild [1], when available, lets you run a local development server that automatically rebuilds Sphinx documentation on changes in the filesystem, with live-reload in the browser. This makes editing documentation a slightly nicer experience. Add livehtml target to run the server. [1] ht

update maintainer tools documentation, new rules for core-for-CI

2022-10-25 Thread Jani Nikula
Patches 1-7 are fairly straightforward documentation updates, with completely new documentation for core-for-CI in patch 7. While patch 7 pretty much describes the current model for core-for-CI, patch 8 proposes new, stricter rules and development model on top.