From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7006735278050115584 X-Received: by 2002:a05:651c:154b:: with SMTP id y11mr8739002ljp.480.1631868708742; Fri, 17 Sep 2021 01:51:48 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:6512:3b88:: with SMTP id g8ls1338899lfv.1.gmail; Fri, 17 Sep 2021 01:51:47 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwUhGf2PDUOYUx+vu3+HGb1+gLpNgkwLzYdR3yd2k+IOgqMWx+qvh/iJVzpytQC79kzZ4eb X-Received: by 2002:ac2:41c2:: with SMTP id d2mr6999490lfi.395.1631868707701; Fri, 17 Sep 2021 01:51:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631868707; cv=none; d=google.com; s=arc-20160816; b=ocBh1z1ZkpGxXRjWNv/mxn/M+eJXwV8f4KbuW8W6J1SesLRt8SSUr93z1N+kiq3PgC eyDOvXmkShoOwjcF96lqocvAMLFBTwe9/f3MlM35wcOFi5QwBr+TCifP2yBJEvKmp0JS 4EJ21lD1g8koAsspQDoEemULV1n4iAPoQrMzBbT4ryCa99PG/X1bK5aiSByLBMvJxKhE o5zSL1hvf7n/Y4LjKJIS+j57py31XHKLm+0k2vEm612yc8vDoQbjalhc4oRC3RAaSvma nNjw6AX+l0dH90tmokcdhVgbyhHB7Cj5Zjmzai/HKGLPN4n615iZrDx4GOibrw9g8EyQ NBOw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-language:content-transfer-encoding:in-reply-to:mime-version :user-agent:date:message-id:from:references:to:subject; bh=oUUojpry2N/feSM26b6x700ZpZmnJEfq3DtWHlJMTxA=; b=V6whhS4Bh7fTj4p9jqOVqi7F5te6D7eZEc3ehustbYMg5dqxLcNBeKdwgXrKko40SI YpGCyeGDYo5n0NhI3qywtsSRu1kIdT8tasXZZisjbWaM9WJmmw1kySxJoswrc+YsPygn LXnCyrUkpPOP9Xi9GZS5U2QVxbp/72YgjRBvkGyQ9xuXf4O2/xQha9akab9qEcQnKnFN 5mvQMhFS9hhLibUXljzlj7Yx/SXlwzW7r/t6h6glX5Qbzubz4Iyf9nhWp7V6/uLGeMCE FpsLKc2WkBx8VzgjYj454G6ceUbAmzo2tkjc/WXUma9GLDiucxQbzKxc8NSV12eYoUNS aoGw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id v25si577822lfr.1.2021.09.17.01.51.47 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Fri, 17 Sep 2021 01:51:47 -0700 (PDT) Received-SPF: pass (google.com: domain of amikan@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 amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Received: from [192.168.67.164] (mm-240-58-214-37.mgts.dynamic.pppoe.byfly.by [37.214.58.240] (may be forged)) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 18H8piCK026307 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 17 Sep 2021 10:51:44 +0200 Subject: Re: [PATCH v2 0/3] Fix gbp patching after configuration change To: Uladzimir Bely , isar-users@googlegroups.com References: <20210911175119.5910-1-ubely@ilbers.de> From: Anton Mikanovich Message-ID: <05e4ed9c-c315-dc9a-e4b8-1f0653b98c65@ilbers.de> Date: Fri, 17 Sep 2021 11:51:38 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20210911175119.5910-1-ubely@ilbers.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-TUID: 1e3Nfrf1Fus2 11.09.2021 20:51, Uladzimir Bely wrote: > Changes since v1: > - rebased on latest `next` > - changed dat from RFC to PATCH > > 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(-) > Applied to next, thanks. -- Anton Mikanovich Promwad Ltd. External service provider of ilbers GmbH Maria-Merian-Str. 8 85521 Ottobrunn, Germany +49 (89) 122 67 24-0 Commercial register Munich, HRB 214197 General Manager: Baurzhan Ismagulov