From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6519007876157014016 X-Received: by 10.80.242.130 with SMTP id f2mr17285020edm.5.1517849771805; Mon, 05 Feb 2018 08:56:11 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.80.169.98 with SMTP id m31ls4396655edc.0.gmail; Mon, 05 Feb 2018 08:56:11 -0800 (PST) X-Google-Smtp-Source: AH8x226ge3/inNHvse2F6daLhWF95TVk7Pfcp7oURPCULQBQ5YBmOAacAeA+UhMwhwY4KrW6lwDZ X-Received: by 10.80.144.177 with SMTP id c46mr17285408eda.8.1517849771163; Mon, 05 Feb 2018 08:56:11 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517849771; cv=none; d=google.com; s=arc-20160816; b=y5qOqEO+b/HfFdWxAtxccXPcxmaeXODYdn4eqA76F9KMUfbFkOjq2pyZemEPoO1quz gV5ay7Z+oF1u64i+K37PNskivAUzuK+81IivpLK+FM1n966BxREIYKR7xdpDCvR0sD2/ rRbMJ9gcVhdnsqdgzn9fkx0qdLXT3a9paIFDsGDqTdNPEK8hOCxr5VRBFDInG1ZP1a0F CmEvLew+xdPDd5Rotm3eJmoInAHpTCL5SOwCZgyaaCj2gqJhSFtuXe1qQaX7vZQUeDEb KHdHkNsr6YFSQ9AhK01Sd/e3kSDICa+AJmtRou8Be8KoygvXCoes0KRCpF64Ind7qSuo BovQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:from:references:to:subject :arc-authentication-results; bh=RzzZrTdc0JTmRM56XE3QchcUREohOtdHM2S8LK2SbZk=; b=XrXwHvri9Lr+rG4lYNZb7yy8mLCTHgkwYfqEo4zjVz8KKzaf9cArDUVX6a9MhBeZMu Lwn4mpeBdtSlmhbzpGPSMAjlvf6OvCCz8UpTieHVIGzibyDhItrkK3uXWBuP4CPJqiw2 FhLcMklmJwlXfW4QVZnodfW7s0sZcGclJbXg/VKkGlmDBV4NW5KEdJbBTVCdbPXyFGmO yKyPKwfGYNa2n0b9wTl2p/vx7N0jFQ88+4+UcUmziKGtyClW/8KOs09rZpUzUChJttNI OiFlFmiqHyQcqG6VSxp7ei2zCvGmkVMgYlsjdWvUJPyhDcNxSQiWVRO4slqNRsWsWuNu BCgw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id g45si669233eda.0.2018.02.05.08.56.11 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 05 Feb 2018 08:56:11 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from [10.0.2.15] ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w15Gu7W8025519 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Mon, 5 Feb 2018 17:56:09 +0100 Subject: Re: [PATCH 0/5] Rework isar-apt v2 To: Jan Kiszka , isar-users@googlegroups.com References: <20180205095931.23903-1-asmirnov@ilbers.de> <150497a6-d5ac-cccf-a561-a3dbcf0adcc5@ilbers.de> <57093539-f000-17da-9685-403198897d4a@siemens.com> From: Alexander Smirnov Message-ID: <49c2a5dd-f00d-5b72-ae20-d9bbc677cdff@ilbers.de> Date: Mon, 5 Feb 2018 19:56:02 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <57093539-f000-17da-9685-403198897d4a@siemens.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: D7niwKAiCtSM On 02/05/2018 07:47 PM, Jan Kiszka wrote: > On 2018-02-05 15:41, Alexander Smirnov wrote: >> Any other comments or I'll apply this to next? >> > > I think it's a good step forward. I wasn't able to test the exact > version yet, already due to the bitbake update, but I will once it's in > next. We can fix on top if needed. > Applied to next. Alex