From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6543937367387930624 X-Received: by 2002:adf:e7c7:: with SMTP id e7-v6mr1268900wrn.25.1525202590495; Tue, 01 May 2018 12:23:10 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:bb06:: with SMTP id r6-v6ls2928672wrg.11.gmail; Tue, 01 May 2018 12:23:09 -0700 (PDT) X-Google-Smtp-Source: AB8JxZrQb/YQh/1RFfjPbTrkLpfC58HeTeu9A6BHCu1jG8iQiMz+R2Y2XmMWbVpHl5VTKNxjMyk6 X-Received: by 2002:adf:ea87:: with SMTP id s7-v6mr1251836wrm.5.1525202589905; Tue, 01 May 2018 12:23:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525202589; cv=none; d=google.com; s=arc-20160816; b=o2FdKN0acWb8FMwuJOngYisJjfLZOtx79SKafqAlvmiHU1s3A11Yks5Pb2/+b6AZrY 0GHeAr5vMLF7UuFInTcrO8oubXCyFGHcYoCM3lnY5CYSefpulG5v1iFebaokdKSPkW6P xEXEHLQNWepzlQDP385Eoer0RGfgNDMT3yh07j8xnm+hweU3/UuXMR+K6U+SnPoiapUd ZR17S1XDfmeS8EDg/q5Vu762GbDYRaVMYdNQw2ljp+PF4uBvY228k+2G5rDsko21P2dr eN0CmqpQPERsgiJqZCXDs/9LthFHlYqYbnCwi82NHFNWWje7+kwM3pgpAJEXobKJESrS ZwaQ== 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=dIQM8lZB+ZUV2PxWUdDdt/6qTaDuRGd9kbQdDwxdtZs=; b=0yN25Ap0ohd5YJhdkCQLcUBMbpr04gr3H9KVlHLCPQYqjC3koR4fb45TEjIAz1H+Bj D+jCWaWuZUBTM105pDK3QvItvS14cnG4LesknPt+2I5skatnYHz3Dx8xas9f0lLRBA7y Qlijs6eo0LBqpl2/TW3VSL5qdfy0p0Ru3UY72dcgTFnZLj84lLOkXAoK0bi2Hpc5W19z 8zeKT2Yr29sVxT5DJU7XfSoJzpCaldoaAEYZLMEBYxxesbJlLAj+6PXbqCDfzWPWlIg6 pS4OlUZiaj1Bcf61qWx7Da+8uUCxUSGItYmvh0rKZsQ9zUA0PYtvhr3EeAF3zUeoC9xO A3eg== 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 n9-v6si360612wri.5.2018.05.01.12.23.09 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 01 May 2018 12:23:09 -0700 (PDT) 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 w41JN6iO019969 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Tue, 1 May 2018 21:23:08 +0200 Subject: Re: [PATCH v2 00/16] wic integration To: Henning Schild , isar-users@googlegroups.com References: From: Alexander Smirnov Message-ID: <87bf460d-034c-d3ec-3027-2698f728ca17@ilbers.de> Date: Tue, 1 May 2018 22:23:01 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: L68mgOsox54N On 04/13/2018 05:18 PM, Henning Schild wrote: > This series does the follow things: > > 1. revert all changes that where made to wic so Isar uses an unmodified > version of it > 2. Introdcue an image-class that will create wic images automatically > 3. enable testing that in CI > 4. update docs > > Patches 1 to 7 just deal with getting back to an unmodified version of > wic. > Patch 11 - the big one - provides the real functionality. > > I will provide some more information on what is going on here by > replying to p11. > > Major changes to the first series: > - rebase on recent Isar > - wic is now running in buildchroot, as root > - calling wic manually not supported any longer > - distros before stretch are not supported either (see p11 discussion > for why) > - CI can now test wic for the first time Applied to next, thanks! Alex