mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH] fixup! Documentation: add contributing section
Date: Wed, 22 Oct 2025 13:39:45 +0200	[thread overview]
Message-ID: <20251022113946.1118299-1-a.fatoum@pengutronix.de> (raw)

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




             reply	other threads:[~2025-10-22 11:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-22 11:39 Ahmad Fatoum [this message]
2025-10-22 13:58 ` Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251022113946.1118299-1-a.fatoum@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox