public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Uladzimir Bely <ubely@ilbers.de>
To: isar-users@googlegroups.com
Subject: [RFC 0/3] Fix gbp patching after configuration change
Date: Fri, 27 Aug 2021 10:06:58 +0200	[thread overview]
Message-ID: <20210827080701.5099-1-ubely@ilbers.de> (raw)

Attempt to rebuild ISAR after some changes in local.conf was leading
to failure on `cowsay` package because of an attempt to apply
custom patch while it was already applied at first build.

The problem was in isar.patch format - it used `git` as PATCHTOOL
but was not in format compatible with `git am`. So the fallback way
of patching was used.

The series fixes isar.patch format, adds CI test for this condition
and adds an appropriate section to the documentation

Uladzimir Bely (3):
  meta-isar: reformat isar.patch for cowsay to properly work with git
  ci: Test for rebuild with no cleanup after configuration change
  doc: Add a section on gbp-compatible packages

 doc/user_manual.md                            | 15 +++++++++
 meta-isar/recipes-app/cowsay/files/isar.patch | 32 +++++++++++++++----
 scripts/ci_build.sh                           | 11 ++++---
 3 files changed, 47 insertions(+), 11 deletions(-)

-- 
2.20.1


             reply	other threads:[~2021-08-27  8:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-27  8:06 Uladzimir Bely [this message]
2021-08-27  8:06 ` [RFC 1/3] meta-isar: reformat isar.patch for cowsay to properly work with git Uladzimir Bely
2021-08-27  8:07 ` [RFC 2/3] ci: Test for rebuild with no cleanup after configuration change Uladzimir Bely
2021-08-27  8:07 ` [RFC 3/3] doc: Add a section on gbp-compatible packages Uladzimir Bely

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=20210827080701.5099-1-ubely@ilbers.de \
    --to=ubely@ilbers.de \
    --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