From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7001018444897320960 X-Received: by 2002:a05:6512:3d22:: with SMTP id d34mr5770587lfv.326.1630051630020; Fri, 27 Aug 2021 01:07:10 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:6512:c13:: with SMTP id z19ls1907759lfu.0.gmail; Fri, 27 Aug 2021 01:07:08 -0700 (PDT) X-Google-Smtp-Source: ABdhPJydfzwem/S6t5dwk5qk8yM0pIo3AeTyrN1mwSFNR4nN2KjaETkW1X5re0iUg2/D2RUn9QWa X-Received: by 2002:a05:6512:200a:: with SMTP id a10mr5976047lfb.151.1630051628744; Fri, 27 Aug 2021 01:07:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1630051628; cv=none; d=google.com; s=arc-20160816; b=EocfiVQSxzFR+xSTPIkZU/F4Zsqf5MUzh0fbGpvHhYCYagNG3M6J3wIiRBB+9g8syq qCRNaw8Fj12bdX/6jRkH9pQbzUib2gq7SFHPlI1wnsXhIHooqFwwWKw1xUxKk2OloA46 zBbAx5sOjE1zLccQfmfO4YnxJdjPU6N9h419/4u4pHa5T2DyhU0sEEfPEFgfWb9S7zGW og3iENopsN63VebM5SvMdB/YyjGLFZweRTB7z+h4q01rMM/vMXAhNaj8rsnJh113YEM6 QQFsu0FpzdGYamw5QiKEOdCzq4lvvGtxRFIKAsl4KkFaA1xReK4Wsg/uZte5V+Q0UAkI 1dyw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from; bh=kb/CpOMs+/qJ4waDwJ4/BAoObzi/FoMMQlK/hpAWUH0=; b=N/F2ra6azM4aVrSy8UvZVIPp6p8Wh9oGz99UzttZdJRL/FCm7q4zxdVxU+i/A3GA53 vxAimI2YCZzwM3QagRxtaeMNb3Q7ZTcn3U/FncO037NQz0u37PHr6kVHpR8a4R5npGNH EjkTbbvVvAcEfOJHsSjwyH35re+50YV+xd0EW7QesuS0oYe1lzypSMfTfkssm1yHCmfo oWa7gk7bm+TP9QLH12ZIZvsu2VrskVANeRcflqUPDnYmvJw9e+fODie9AsN4tElnhnJ9 OgXrRHJXY2FgagojLJza/T1DSyzNczjC/YD7hIIxQzjyoUQWuHDBLXUvzSvd9ms4Gnzi Njpg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id z4si371745lfr.2.2021.08.27.01.07.08 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Fri, 27 Aug 2021 01:07:08 -0700 (PDT) Received-SPF: pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Received: from baighyz.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 17R871RM019101 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 27 Aug 2021 10:07:01 +0200 From: Uladzimir Bely To: isar-users@googlegroups.com Subject: [RFC 0/3] Fix gbp patching after configuration change Date: Fri, 27 Aug 2021 10:06:58 +0200 Message-Id: <20210827080701.5099-1-ubely@ilbers.de> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: gmJm0wF/F/bO 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