public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [RFC 0/3] Fix gbp patching after configuration change
@ 2021-08-27  8:06 Uladzimir Bely
  2021-08-27  8:06 ` [RFC 1/3] meta-isar: reformat isar.patch for cowsay to properly work with git Uladzimir Bely
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Uladzimir Bely @ 2021-08-27  8:06 UTC (permalink / raw)
  To: isar-users

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-27  8:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-27  8:06 [RFC 0/3] Fix gbp patching after configuration change Uladzimir Bely
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox