mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Markus Heidelberg <m.heidelberg@cab.de>
Subject: Re: [ptxdist] [APPLIED] ptxd_lib_template: fix "ptxdist newpackage host" with an existing target counterpart
Date: Fri, 15 Mar 2024 05:06:26 +0100	[thread overview]
Message-ID: <20240315040626.726010-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20240304072708.50708-1-m.heidelberg@cab.de>

Thanks, applied as 74d12e9c53065c7aaee1646739fc83d4a904dad9.

Michael

[sent from post-receive hook]

On Fri, 15 Mar 2024 05:06:26 +0100, Markus Heidelberg <m.heidelberg@cab.de> wrote:
> In that case, "prompt" and "help" lines were added to the .in file and
> "SECTION" was set to "project_specific" instead of "hosttools_noprompt".
> 
> Signed-off-by: Markus Heidelberg <m.heidelberg@cab.de>
> Message-Id: <20240304072708.50708-1-m.heidelberg@cab.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/scripts/lib/ptxd_lib_template.sh b/scripts/lib/ptxd_lib_template.sh
> index b6789382c6f3..cc512faa1821 100644
> --- a/scripts/lib/ptxd_lib_template.sh
> +++ b/scripts/lib/ptxd_lib_template.sh
> @@ -107,7 +107,7 @@ export -f ptxd_template_read_author
>  
>  ptxd_template_read_section() {
>      local section_name
> -    if [ "${action}" = "host" ]; then
> +    if [ "${action}" = "host" -o "${action}" = "host-existing-target" ]; then
>  	section_name="${1:-hosttools_noprompt}"
>      else
>  	section_name="${1:-project_specific}"



      reply	other threads:[~2024-03-15  4:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-04  7:27 [ptxdist] [PATCH] " Markus Heidelberg
2024-03-15  4:06 ` Michael Olbrich [this message]

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=20240315040626.726010-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=m.heidelberg@cab.de \
    --cc=ptxdist@pengutronix.de \
    /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