public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Uladzimir Bely <ubely@ilbers.de>
To: Felix Moessbauer <felix.moessbauer@siemens.com>,
	isar-users@googlegroups.com
Subject: Re: [PATCH 1/1] do not forward SDE into sbuild environment
Date: Tue, 28 May 2024 08:39:25 +0300	[thread overview]
Message-ID: <aeb3c1032e4647cc611a4ff6c6750d5944dcef01.camel@ilbers.de> (raw)
In-Reply-To: <20240517150505.569940-1-felix.moessbauer@siemens.com>

On Fri, 2024-05-17 at 17:05 +0200, 'Felix Moessbauer' via isar-users
wrote:
> The SOURCE_DATE_EPOCH inside the sbuild environment is automatically
> set
> according to the debian changelog. By that, we do not need to
> explicitly
> forward a possibly different, but ignored value into the sbuild
> environment.
> 
> This patch also fixes a warning about converting the SDE to a
> template.
> 
> Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
> ---
>  meta/classes/dpkg.bbclass | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta/classes/dpkg.bbclass b/meta/classes/dpkg.bbclass
> index 3fa9f604..0e25eb76 100644
> --- a/meta/classes/dpkg.bbclass
> +++ b/meta/classes/dpkg.bbclass
> @@ -50,6 +50,7 @@ dpkg_runbuild() {
>          # Filter some standard variables
>          echo ${line} | grep -q "^HOME=" && continue
>          echo ${line} | grep -q "^PWD=" && continue
> +        echo ${line} | grep -q "^SOURCE_DATE_EPOCH=" && continue
>  
>          var=$(echo "${line}" | cut -d '=' -f1)
>          value=$(echo "${line}" | cut -d '=' -f2-)
> -- 
> 2.39.2
> 

Applied to next, thanks.

-- 
Best regards,
Uladzimir.

      parent reply	other threads:[~2024-05-28  5:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-17 15:05 Felix Moessbauer
2024-05-17 15:28 ` Jan Kiszka
2024-05-28  5:39 ` 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=aeb3c1032e4647cc611a4ff6c6750d5944dcef01.camel@ilbers.de \
    --to=ubely@ilbers.de \
    --cc=felix.moessbauer@siemens.com \
    --cc=isar-users@googlegroups.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