From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 16 Jan 2025 17:10:59 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tYSSQ-000ey8-1Q for lore@lore.pengutronix.de; Thu, 16 Jan 2025 17:10:59 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1tYSSQ-000466-UR; Thu, 16 Jan 2025 17:10:58 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tYSRB-0001mO-UP; Thu, 16 Jan 2025 17:09:41 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tYSRB-000HU5-2Q; Thu, 16 Jan 2025 17:09:41 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1tYSRB-001nDK-2H; Thu, 16 Jan 2025 17:09:41 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 16 Jan 2025 17:09:41 +0100 Message-Id: <20250116160941.427499-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250103165741.160825-2-m.heidelberg@cab.de> References: <20250103165741.160825-2-m.heidelberg@cab.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] doc: use dot notation in 'ptxdist drop' examples X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Markus Heidelberg Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as dfe553306b82780d1859b37afe04dd547817d0c6. Michael [sent from post-receive hook] On Thu, 16 Jan 2025 17:09:41 +0100, Markus Heidelberg wrote: > Even though the whitespace notation also worked since introduction > of the "drop" action, only the dot notation is documented. > > Signed-off-by: Markus Heidelberg > Message-Id: <20250103165741.160825-2-m.heidelberg@cab.de> > Signed-off-by: Michael Olbrich > > diff --git a/doc/daily_work.inc b/doc/daily_work.inc > index b995fea672e1..9a705c0445f7 100644 > --- a/doc/daily_work.inc > +++ b/doc/daily_work.inc > @@ -117,7 +117,7 @@ To rebuild the kernel: > > .. code-block:: text > > - jbe@octopus:~/myprj$ ptxdist drop kernel compile > + jbe@octopus:~/myprj$ ptxdist drop kernel.compile > jbe@octopus:~/myprj$ ptxdist targetinstall kernel > > .. note:: To clean the kernel, change into the local_src directory and call > diff --git a/doc/dev_advanced_rule_files.rst b/doc/dev_advanced_rule_files.rst > index 1aa246fe2243..26abf214d141 100644 > --- a/doc/dev_advanced_rule_files.rst > +++ b/doc/dev_advanced_rule_files.rst > @@ -69,7 +69,7 @@ Or re-build the package with the new settings: > > .. code-block:: text > > - $ ptxdist drop foo prepare > + $ ptxdist drop foo.prepare > $ ptxdist targetinstall foo > > Adding Dynamic Configure Parameters