mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] fixup! Documentation: add contributing section
@ 2025-10-22 11:39 Ahmad Fatoum
  2025-10-22 13:58 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2025-10-22 11:39 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

Documentation: contributing: fix command to reproduce shuffle failure

The -l and -v options are arguments to MAKEALL, not container.sh.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 Documentation/devel/contributing.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devel/contributing.rst b/Documentation/devel/contributing.rst
index cfc9441d8e14..45e904f78526 100644
--- a/Documentation/devel/contributing.rst
+++ b/Documentation/devel/contributing.rst
@@ -223,8 +223,8 @@ If a failure occurs, the log will include a ``shuffle=`` value::
 
 You should be able to reproduce the same issue locally by running::
 
-  ./scripts/container.sh -l '' -v 0 -e GNUMAKEFLAGS=--shuffle=857479879 \
-	./MAKEALL -a arm virt32_secure_defconfig
+  ./scripts/container.sh -e GNUMAKEFLAGS=--shuffle=857479879 \
+	./MAKEALL -l '' -v 0 -a arm virt32_secure_defconfig
 
 Replace ``857479879`` above with the actual value reported by the CI.
 This reproduces the same randomized build sequence locally to help
-- 
2.47.3




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-10-22 13:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-22 11:39 [PATCH] fixup! Documentation: add contributing section Ahmad Fatoum
2025-10-22 13:58 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox