mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Michael Tretter <m.tretter@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] ptxd_make_world_license: skip ignore in license report
Date: Mon,  9 May 2022 08:28:49 +0200	[thread overview]
Message-ID: <20220509062849.3751874-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20220426153249.1458376-1-m.tretter@pengutronix.de>

Thanks, applied as e1eac6754383f08b0f8dba65bb8671c78aa635cc.

Michael

[sent from post-receive hook]

On Mon, 09 May 2022 08:28:49 +0200, Michael Tretter <m.tretter@pengutronix.de> wrote:
> The yaml contains packages with an ignored license. These packages are
> removed from the license-compliance.pdf, but they must be removed from
> the license-report.pdf as well.
> 
> Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
> Message-Id: <20220426153249.1458376-1-m.tretter@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/scripts/lib/ptxd_make_license_report.sh b/scripts/lib/ptxd_make_license_report.sh
> index 21135d0db9cd..24f833637de0 100644
> --- a/scripts/lib/ptxd_make_license_report.sh
> +++ b/scripts/lib/ptxd_make_license_report.sh
> @@ -185,7 +185,7 @@ ptxd_make_license_report() {
>  	ptxd_make_license_report_header
>  	for pkg in ${@}; do
>  		pkg_lic="${ptxd_package_license_association[${pkg}]}"
> -		if [ -z ${pkg_lic} ]; then
> +		if [ -z ${pkg_lic} -o "${pkg_lic}" = "ignore" ]; then
>  			continue
>  		fi
>  		pkg_lic="${pkg_lic}/${pkg}"



      reply	other threads:[~2022-05-09  6:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-26 15:32 [ptxdist] [PATCH] " Michael Tretter
2022-05-09  6:28 ` 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=20220509062849.3751874-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=m.tretter@pengutronix.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