From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A1CCC45C4F; Fri, 1 Nov 2024 23:28:49 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 82A5D402C6; Fri, 1 Nov 2024 23:28:49 +0100 (CET) Received: from mail-vk1-f176.google.com (mail-vk1-f176.google.com [209.85.221.176]) by mails.dpdk.org (Postfix) with ESMTP id 87B224029A for ; Fri, 1 Nov 2024 23:28:48 +0100 (CET) Received: by mail-vk1-f176.google.com with SMTP id 71dfb90a1353d-50da1fceeacso813005e0c.1 for ; Fri, 01 Nov 2024 15:28:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1730500128; x=1731104928; darn=dpdk.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=kyw2W8rr3nVJHUIguQ/Phdu2Y7CG498ldRBGty6V2SA=; b=HNJdzZlkMHtdqbAL41HUQDj5ewW19ltASrggS+7mbIlsAupb2an3wx/DlHZwioqNbF NeRXz6n0k8C7w9VOkDfvJ1uBUgLVV/irP1I7imPK18BNkKWLezvbJbzNkDKZlS7illoo Jt+9JsLoMlBw8LTuPcTiSAjAuXxfulqH7RqIA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1730500128; x=1731104928; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=kyw2W8rr3nVJHUIguQ/Phdu2Y7CG498ldRBGty6V2SA=; b=XjNhsQgbGNJYscSsEgqJbRlquP+S5Bz1TEAO2kmfeFidm4dYNNog2FL9eZ8kssyoMQ RdyacCSlCP60d3LAgyAc5uPeCBzzc8MsdRMQoRdw4QuJQAHi51cWCl1lqOtUVER/WG3m LV5KWuh+rQMuuumF1Mno7/FOP7/4jC8Qc6Y5gplG8BqfAAwZeNa1ALklV6Lcejbhfx+k Ux7FHsy2mGu2Rm0X2Ex/Ua28uLju4OMx/w6Ejc0LMfdzzhy7ycy6FI8GE53hs4J7b3v0 WeMNEzAfd+lMMuXzCSfum76zMA36GVFsVZ+4F0jCY7mknSjzqAXFfBOGq31NkL/Scfwg jHPA== X-Forwarded-Encrypted: i=1; AJvYcCXGeMrgnvrXaB5w6TzNSPRvQqk6lOg1eFPszPsbYTLpNFBEJhs3hbAC5WFJJ4mOSCZ/SA==@dpdk.org X-Gm-Message-State: AOJu0Yyh4xX9GPAiOFEr75Am3oRSgT/yE025t/15f3j6EyAYyaA1nPE8 mHHyUOCWOuwymvHTfR4a1aCxTvPLCxYtFCj9TvL5JIA3KvDj8Olej4NPiGexRI8= X-Google-Smtp-Source: AGHT+IHjeQFgjhb2UEiAsdbYh2X/SmEOplGIcQNpoAOYOMLEVZNQwjzR8E1pDRxsuUlczwGY5IkNnw== X-Received: by 2002:a05:6122:4f84:b0:50d:66e1:826c with SMTP id 71dfb90a1353d-5106b1c0385mr9770807e0c.11.1730500127775; Fri, 01 Nov 2024 15:28:47 -0700 (PDT) Received: from d121003.iol.unh.edu ([2606:4100:3880:1210::219]) by smtp.gmail.com with ESMTPSA id 6a1803df08f44-6d353fca739sm23772486d6.53.2024.11.01.15.28.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 01 Nov 2024 15:28:47 -0700 (PDT) From: Patrick Robb To: aconole@redhat.com Cc: mmahajan@iol.unh.edu, ahassick@iol.unh.edu, ci@dpdk.org, Patrick Robb Subject: [PATCH] ci: correct create_series_artifact.py example usage Date: Fri, 1 Nov 2024 18:27:02 -0400 Message-ID: <20241101222702.564771-1-probb@iol.unh.edu> X-Mailer: git-send-email 2.47.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org 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 --- 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