public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Anton Mikanovich <amikan@ilbers.de>
To: Henning Schild <henning.schild@siemens.com>, isar-users@googlegroups.com
Subject: Re: [PATCH] sbuild: always start build with a fresh sbuild.conf
Date: Tue, 26 Jul 2022 09:53:35 +0300	[thread overview]
Message-ID: <2421c07c-218c-5f76-1c47-12a5193f58ba@ilbers.de> (raw)
In-Reply-To: <20220719150358.27737-1-henning.schild@siemens.com>

19.07.2022 18:03, Henning Schild wrote:
> So that rebuilds do not have to deal with old files, potentially
> generated with older isar code.
>
> Signed-off-by: Henning Schild <henning.schild@siemens.com>
> ---
>   meta/classes/dpkg.bbclass | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/meta/classes/dpkg.bbclass b/meta/classes/dpkg.bbclass
> index b726ea9d8473..2144ef0d3e43 100644
> --- a/meta/classes/dpkg.bbclass
> +++ b/meta/classes/dpkg.bbclass
> @@ -18,6 +18,8 @@ dpkg_runbuild() {
>       export DEB_BUILD_OPTIONS="${@ isar_deb_build_options(d)}"
>       export PARALLEL_MAKE="${PARALLEL_MAKE}"
>   
> +    rm -f ${SBUILD_CONFIG}
> +
>       env | while read -r line; do
>           # Filter the same lines
>           grep -q "^${line}" ${DPKG_PREBUILD_ENV_FILE} && continue

Applied to next, thanks.


      reply	other threads:[~2022-07-26  6:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-19 15:03 Henning Schild
2022-07-26  6:53 ` Anton Mikanovich [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=2421c07c-218c-5f76-1c47-12a5193f58ba@ilbers.de \
    --to=amikan@ilbers.de \
    --cc=henning.schild@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