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 <[email protected]> --- doc/contributing.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/contributing.rst b/doc/contributing.rst index bdaddee245a9..85ee297baae0 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 ~~~~ -- 2.29.2 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
