[Buildroot] [PATCH 08/16] docs/manual: check-package before submitting patch

Romain Naour romain.naour at smile.fr
Wed Jul 27 13:22:59 UTC 2022


Hello Ricardo,

Le 24/07/2022 à 07:49, Ricardo Martincoski a écrit :
> Add 'make check-package' to the default workflow of submitting patches,
> just after the rebase and before using format-patch.
> 
> Cc: Thomas De Schampheleire <thomas.de_schampheleire at nokia.com>
> Signed-off-by: Ricardo Martincoski <ricardo.martincoski at gmail.com>
> ---
>  docs/manual/contribute.txt | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt
> index e588c69be6..c5652af7a0 100644
> --- a/docs/manual/contribute.txt
> +++ b/docs/manual/contribute.txt
> @@ -294,6 +294,12 @@ $ git fetch --all --tags
>  $ git rebase origin/master
>  ---------------------
>  
> +Now run some basic checks for the changes you committed:

"some basic checks" may be not really meaningful for newcomers.

I would add a small description of what check-package really does.

Best regards,
Romain


> +
> +---------------------
> +$ make check-package
> +---------------------
> +
>  Now, you are ready to generate then submit your patch set.
>  
>  To generate it, run:




More information about the buildroot mailing list