Again this is just to make things look neater on gitlab. For the curious, I pushed this series to
https://gitlab.freedesktop.org/drm/maintainer-tools/tree/master Long-term we might want o polish this more, especially in case we decide to embrace gitlab merge requests and issues for maintainer-tools. But this should be good enough for now. Signed-off-by: Daniel Vetter <[email protected]> --- README.rst | 16 ++++++++++++++++ index.rst | 16 +--------------- 2 files changed, 17 insertions(+), 15 deletions(-) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 000000000000..89f7cbdebffd --- /dev/null +++ b/README.rst @@ -0,0 +1,16 @@ +This documentation covers the tools and workflows for maintaining and +contributing to the Linux kernel DRM subsystem's drm-misc and drm-intel +repositories. The intended audience is primarily the maintainers and committers +of said repositories, but the workflow documentation may be useful for anyone +interested in the kernel graphics subsystem development. + +Both drm-misc and drm-intel are maintained using the same tools and very similar +workflows. Both feed to the same testing and integration tree, the drm-tip. The +documentation here is mostly shared, highlighting the differences in workflows +where applicable. + +Please use the `[email protected]`_ mailing list for +contributions, bug reports, and discussion about the tooling and documentation. + +.. [email protected]: https://lists.freedesktop.org/mailman/listinfo/dim-tools + diff --git a/index.rst b/index.rst index b7db12f29d33..46ba235514c8 100644 --- a/index.rst +++ b/index.rst @@ -1,21 +1,7 @@ DRM Maintainer Tools ==================== -This documentation covers the tools and workflows for maintaining and -contributing to the Linux kernel DRM subsystem's drm-misc and drm-intel -repositories. The intended audience is primarily the maintainers and committers -of said repositories, but the workflow documentation may be useful for anyone -interested in the kernel graphics subsystem development. - -Both drm-misc and drm-intel are maintained using the same tools and very similar -workflows. Both feed to the same testing and integration tree, the drm-tip. The -documentation here is mostly shared, highlighting the differences in workflows -where applicable. - -Please use the `[email protected]`_ mailing list for -contributions, bug reports, and discussion about the tooling and documentation. - -.. [email protected]: https://lists.freedesktop.org/mailman/listinfo/dim-tools +.. include:: README.rst Contents: -- 2.18.0 _______________________________________________ dim-tools mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dim-tools
