From: "'Badrikesh Prusty' via isar-users" <isar-users@googlegroups.com>
To: isar-users@googlegroups.com
Cc: badrikesh prusty <badrikesh.prusty@siemens.com>
Subject: [PATCH] ci: Correct kas command invocation of ci_setup script
Date: Fri, 4 Apr 2025 04:01:00 +0530 [thread overview]
Message-ID: <20250403223100.1306280-1-badrikesh.prusty@siemens.com> (raw)
From: badrikesh prusty <badrikesh.prusty@siemens.com>
The kas-container command is incorrectly returning its usage information
when passed the `--entrypoint /work/scripts/ci_setup.sh` argument, as the
`--entrypoint` flag is not a recognized argument.
To fix the issue, invoke the script with `kas-container shell --command`.
Signed-off-by: badrikesh prusty <badrikesh.prusty@siemens.com>
---
CONTRIBUTING.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5e27dcbe..30849962 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -98,7 +98,7 @@ Plan merges to `master` so that both fit the two-week window; short extensions s
meta:
meta-isar:
EOF
- kas/kas-container --entrypoint /work/scripts/ci_setup.sh shell kas.yml
+ kas/kas-container shell --command /work/isar/scripts/ci_setup.sh kas.yml
```
In kas shell:
--
2.39.5
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20250403223100.1306280-1-badrikesh.prusty%40siemens.com.
reply other threads:[~2025-04-03 22:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20250403223100.1306280-1-badrikesh.prusty@siemens.com \
--to=isar-users@googlegroups.com \
--cc=badrikesh.prusty@siemens.com \
/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