From: Patrick Robb <probb@iol.unh.edu>
To: aconole@redhat.com
Cc: mmahajan@iol.unh.edu, ahassick@iol.unh.edu, ci@dpdk.org,
Patrick Robb <probb@iol.unh.edu>
Subject: [PATCH] ci: correct create_series_artifact.py example usage
Date: Fri, 1 Nov 2024 18:27:02 -0400 [thread overview]
Message-ID: <20241101222702.564771-1-probb@iol.unh.edu> (raw)
The create_series_artifact.py example usage points
to a ../configs dir when there is none by default.
The correct dir is ../config.
Signed-off-by: Patrick Robb <probb@iol.unh.edu>
---
tools/create_series_artifact.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/create_series_artifact.py b/tools/create_series_artifact.py
index 550ea82..578d638 100755
--- a/tools/create_series_artifact.py
+++ b/tools/create_series_artifact.py
@@ -25,7 +25,7 @@ More detail and examples can be found in the doc for this script.
Example usage:
-./create_series_artifact.py ../configs/artifacts.yml https://patches.dpdk.org/api/1.3/series/12345/
+./create_series_artifact.py ../config/artifacts.yml https://patches.dpdk.org/api/1.3/series/12345/
"""
--
2.47.0
reply other threads:[~2024-11-01 22:28 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=20241101222702.564771-1-probb@iol.unh.edu \
--to=probb@iol.unh.edu \
--cc=aconole@redhat.com \
--cc=ahassick@iol.unh.edu \
--cc=ci@dpdk.org \
--cc=mmahajan@iol.unh.edu \
/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;
as well as URLs for NNTP newsgroup(s).