diff mbox series

[2/6] utils/readme.txt: document docker-run script

Message ID 20240206105246.1220945-2-buildroot@bubu1.eu
State Accepted
Headers show
Series [1/6] utils/readme.txt: expand check-package description | expand

Commit Message

Marcus Hoffmann Feb. 6, 2024, 10:52 a.m. UTC
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
---
 utils/readme.txt | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Yann E. MORIN Feb. 6, 2024, 4 p.m. UTC | #1
Marcus, All,

On 2024-02-06 11:52 +0100, Marcus Hoffmann via buildroot spake thusly:
> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
> ---
>  utils/readme.txt | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/utils/readme.txt b/utils/readme.txt
> index d5cda70bfc..2cb6b0af9b 100644
> --- a/utils/readme.txt
> +++ b/utils/readme.txt
> @@ -18,6 +18,10 @@ check-package
>      It checks the .checkpackageignore file if errors should be ignored and
>      errors if there's a file listed that doesn't produce an error.
>  
> +docker-run
> +    a script that runs a command (like make check-package) inside the buildroot
> +    ci docker container.

I've slightly extended that to state that an interactive shell is
spawned if not command is specified.

Applied to master, thanks.

Regards,
Yann E. MORIN.

>  genrandconfig
>      a script that generates a random configuration, used by the autobuilders
>      (http://autobuild.buildroot.org). It selects a random toolchain from
> -- 
> 2.43.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/utils/readme.txt b/utils/readme.txt
index d5cda70bfc..2cb6b0af9b 100644
--- a/utils/readme.txt
+++ b/utils/readme.txt
@@ -18,6 +18,10 @@  check-package
     It checks the .checkpackageignore file if errors should be ignored and
     errors if there's a file listed that doesn't produce an error.
 
+docker-run
+    a script that runs a command (like make check-package) inside the buildroot
+    ci docker container.
+
 genrandconfig
     a script that generates a random configuration, used by the autobuilders
     (http://autobuild.buildroot.org). It selects a random toolchain from