summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2021-06-06 15:39:24 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-06-11 11:14:02 +0200
commit57815b19af9e35b471c79f05b3736f962278b74d (patch)
treebdb3fa548311c6d6558480f0fab20651cfb4edd4 /doc
parentfc52d78eee08a4d3659c9913f8b73ee0dd1a281f (diff)
downloadptxdist-57815b19af9e35b471c79f05b3736f962278b74d.tar.gz
ptxdist-57815b19af9e35b471c79f05b3736f962278b74d.tar.xz
doc/contributing: there is 'ptxdist licensecheck' for this
I totally forgot that this subcommand existed when submitting the patch for commit b87bbab6ea7e… Fixes: b87bbab6ea7ed0cdc5ff (2021-05-25, "doc: contributing: mention lint and license checksums") Signed-off-by: Roland Hieber <rhi@pengutronix.de> Message-Id: <20210606133924.14878-1-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst
index bdaddee24..85ee297ba 100644
--- a/doc/contributing.rst
+++ b/doc/contributing.rst
@@ -82,9 +82,8 @@ in mind:
- There may be patches for the old version. Make sure they are updated as
well, or removed if they are no longer needed.
Running ``ptxdist lint`` will tell you about this.
-- Build the license report once to make sure that the checksum of pinned-down
- license files haven't changed. (Or enable ``PTXCONF_PROJECT_CHECK_LICENSES``,
- then this step is done during the *targetinstall* stage.)
+- Run ``ptxdist licensecheck [<pkg>]`` to make sure that the checksum of
+ pinned-down license files haven't changed.
Misc
~~~~