public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Uladzimir Bely <ubely@ilbers.de>
To: Jan Kiszka <jan.kiszka@siemens.com>,
	isar-users <isar-users@googlegroups.com>
Subject: Re: [PATCH] mmdebstrap: Fix overly strict overrides for MMHOOKS
Date: Wed, 27 Nov 2024 10:10:42 +0300	[thread overview]
Message-ID: <180b0855765efe4a5387f83062b0b420f16bb69f.camel@ilbers.de> (raw)
In-Reply-To: <4a12af7a-11ab-40dd-b5aa-b7b7efa87507@siemens.com>

On Wed, 2024-11-20 at 23:22 +0100, 'Jan Kiszka' via isar-users wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
> 
> Using DISTROOVERRIDE breaks downstream when it sets own DISTRO
> values.
> Use BASE_DISTRO_CODENAME, just like elsewhere.
> 
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
>  meta/recipes-core/isar-mmdebstrap/isar-mmdebstrap.inc | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-core/isar-mmdebstrap/isar-mmdebstrap.inc
> b/meta/recipes-core/isar-mmdebstrap/isar-mmdebstrap.inc
> index 1043f2d1..9a27851d 100644
> --- a/meta/recipes-core/isar-mmdebstrap/isar-mmdebstrap.inc
> +++ b/meta/recipes-core/isar-mmdebstrap/isar-mmdebstrap.inc
> @@ -19,8 +19,8 @@ MM_HOOK_JESSIE =
> "/usr/share/mmdebstrap/hooks/jessie-or-older"
>  DPKG_HOOKS ?= "${@'--hook-dir='+d.getVar('MM_HOOK_JESSIE') \
>                if os.path.isdir(d.getVar('MM_HOOK_JESSIE')) \
>                else '--customize-hook=\'touch
> /var/lib/dpkg/available\''}"
> -MMHOOKS:ubuntu-focal ?= "${DPKG_HOOKS}"
> -MMHOOKS:debian-buster ?= "${DPKG_HOOKS}"
> +MMHOOKS:focal ?= "${DPKG_HOOKS}"
> +MMHOOKS:buster ?= "${DPKG_HOOKS}"
>  
>  DISTRO_BOOTSTRAP_KEYRING = "${WORKDIR}/distro-keyring.gpg"
>  
> -- 
> 2.43.0
> 

Applied to next, thanks.

-- 
Best regards,
Uladzimir.

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/180b0855765efe4a5387f83062b0b420f16bb69f.camel%40ilbers.de.

      reply	other threads:[~2024-11-27  7:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-20 22:22 'Jan Kiszka' via isar-users
2024-11-27  7:10 ` Uladzimir Bely [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=180b0855765efe4a5387f83062b0b420f16bb69f.camel@ilbers.de \
    --to=ubely@ilbers.de \
    --cc=isar-users@googlegroups.com \
    --cc=jan.kiszka@siemens.com \
    /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