From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6750962531146137600 X-Received: by 2002:a2e:998a:: with SMTP id w10mr20895069lji.66.1573576754151; Tue, 12 Nov 2019 08:39:14 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a19:c8d8:: with SMTP id y207ls1222587lff.14.gmail; Tue, 12 Nov 2019 08:39:13 -0800 (PST) X-Google-Smtp-Source: APXvYqymmHBj09ggY24c9B/rbBgOzcA6cJdvblEV6BEtesYk71Rg5CeFTHzmnznjg27YIeJQph5n X-Received: by 2002:a19:7115:: with SMTP id m21mr7026603lfc.27.1573576753519; Tue, 12 Nov 2019 08:39:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1573576753; cv=none; d=google.com; s=arc-20160816; b=dUtlaWu/VA/OzX0maORFkvOJSRZNAeTnWTQDFVn8abX94hHo7j+xwQq/IUPPvp4M1P 0deGW0Uy/nrqw4XMB+TArnLcjeT5Q1uHYBJ+wX/9dHLaNAE3X51vQ5qTWVfbBfMDSdtD ciYc0WMCj98W+jXTYg+S9c0FtU8RmCMoQPRHmzgv/dQSCmTV2rTQCJboDObBYlV9AfJ+ X4gZOtY2moQp95ujcOb4xFUjc+NwAe++Kne2FfIdsyLQcmfZSy6hnPtjv7aGZqq6084h Y9wfZYYL+qhYeyDLLQ8z8o+8hCezPuN2WZkevq0QgJy6Wx1L47uD6H0tJtZzFEqZMtU4 j3sQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=wxv0LMW10dRQrRrNxxlySVFcLl4mpIbPiUnYgCcLwI8=; b=oVSAzf9WCHtk07OjZkUKXqsO24uFioeXKQLYiGZMjExcbT/6mMGx97Ad97DrO7KxX5 CNZYWL9x6k/YUHrRdsA6v0LU8aZ0L47KiKpYWq3cwguv2zlvHK4vcaioDfiys/fHMjMW NNeTMyKWscfkOedz9hp/ImB8r3ZHxvMN2YCDgUEaJMoLHowJ3z7QSzdkTtCGRpURJYrh JJm4A3KTRec/zKSNLR9lWHb2ZaifyHjSzgBfIb2+XKX/PHwhF5LOU6k32CrAX1l2DsWs ZKe8vUm3hMc0HK6pNyOU1Xd9M5aFmv2QctHm3PFD5BFMfOK/N4RKiMCdfjCASLldCNWP 6axg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id y23si377614lfy.5.2019.11.12.08.39.12 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 12 Nov 2019 08:39:13 -0800 (PST) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.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 xACGdBSd009799 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 12 Nov 2019 17:39:12 +0100 Date: Tue, 12 Nov 2019 17:39:10 +0100 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCHv3 0/9] a few cleanups a bug and a feature Message-ID: <20191112163910.4dow2fnaskd7mm25@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <20191107185603.9077-1-henning.schild@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191107185603.9077-1-henning.schild@siemens.com> User-Agent: NeoMutt/20180716 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: sJWW8bWsLX2N On Thu, Nov 07, 2019 at 07:55:54PM +0100, Henning Schild wrote: > changes to v2: > * drop base-apt: use the "basename" command instead of pattern substitution > * stop the creation of the run.XX files for all recipes in p6 (v2 7) > > The first 5 patches are pure cosmetic to clean up some things i stumbled > over when working on base-apt. I have a few more but they will come > later. > > The series introduces the feature that Isar respects BB_NO_NETWORK, > p6+7. > > p8 fixes a bug when using a not signed base-apt. > > and the new p9 is also cosmetic Applied to next, thanks. With kind regards, Baurzhan.