From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6543937367387930624 X-Received: by 2002:a2e:8357:: with SMTP id l23-v6mr1466280ljh.4.1525365167177; Thu, 03 May 2018 09:32:47 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:94cd:: with SMTP id r13-v6ls1661230ljh.15.gmail; Thu, 03 May 2018 09:32:46 -0700 (PDT) X-Google-Smtp-Source: AB8JxZoVb4oOEXZFKQr1ZDifiUpqiqWU/O90ryFuc60rqaZsMnxYJ3bqRK2EyFdwPwM0k/4Mdo5W X-Received: by 2002:a2e:98cb:: with SMTP id s11-v6mr1425654ljj.17.1525365166690; Thu, 03 May 2018 09:32:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525365166; cv=none; d=google.com; s=arc-20160816; b=s939W4fdyOzHCr4lLDIuGgygTO0R05j8Ed6knQqlHtbG2DHgFfTW+fMmVDJdZZf8eJ s1QgPyaZStysbM6feFadRZiTHfAtv2l+0Sd4w7876ukQQlB4BGRdlSU+3gQRduDSQSzp 9KUikjk9GuWWHxv0GVlYy6vSTt9UOqRhRwGsZD8MvEA5thceVQBCnBcCwZAJfzcfDlhM tx0GnnLc4XqD5hfA3TQl9pr9DGMiPE+owskoAh9PknMwTjuIoR+eMYN5JzfpmcUPyrUP NYrfaP9JBmyn1/m6CrrscBfw2YcMOOnYwHLUQ231DFScV5Dr399f+4C333rNed3p+4a4 VeWA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:arc-authentication-results; bh=ExXu3ELkMINE4IgqEDGy+MP2/AC6qZvxtmMjyG11JNg=; b=0+Tm/jcnw4r1e2pYlCLfM+X9AVsbUpquK0UqBrNAHwDG85qGDpT2HDR+T2+BU0AH37 2R9c7Yhnj0J2mw0ZdiDTNS2M7gGvAzntboTd6G53+t+5iphNOs6yauCG0Nt8w3nkyLtl SrUGbc6rWj3z7eBSdMkV/hUCLPwAAhFyJSe6dmRSJUC9R56cyVpqCAos8dtd+JYumYyF R56xWu0cL1mzgQiBso2yPQXc8y2CxxPPSNAam3t3p4Cie1CPR3M2vekI/q4Kjf9ecKuc 1QX3prwzJba15NCfAQYM5tW+TDKJJRfYg8p8eyylud+/F6RGKN17bAV1bbpEPZXPKV3K x93w== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Return-Path: Received: from david.siemens.de (david.siemens.de. [192.35.17.14]) by gmr-mx.google.com with ESMTPS id f9-v6si685210ljk.3.2018.05.03.09.32.46 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 May 2018 09:32:46 -0700 (PDT) Received-SPF: pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.14 as permitted sender) client-ip=192.35.17.14; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.15.2/8.15.2) with ESMTPS id w43GWjIo016873 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 3 May 2018 18:32:45 +0200 Received: from md1pvb1c.ad001.siemens.net (md1pvb1c.ad001.siemens.net [139.25.68.40]) by mail1.siemens.de (8.15.2/8.15.2) with ESMTP id w43GWjxh019122; Thu, 3 May 2018 18:32:45 +0200 Date: Thu, 3 May 2018 18:32:44 +0200 From: Henning Schild To: Alexander Smirnov Cc: Subject: Re: [PATCH v2 00/16] wic integration Message-ID: <20180503183244.68403f81@md1pvb1c.ad001.siemens.net> In-Reply-To: <87bf460d-034c-d3ec-3027-2698f728ca17@ilbers.de> References: <87bf460d-034c-d3ec-3027-2698f728ca17@ilbers.de> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TUID: aVRU164ffvLV Am Tue, 1 May 2018 22:23:01 +0300 schrieb Alexander Smirnov : > 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! Thank you. I have one outstanding change i wanted to squash with p11, originated from a review from Claudius. Should that get squashed or go on top? https://github.com/henning-schild-work/isar/commit/75bbea59fe2e4174f4eaf0f782792d208672fad6 Henning > Alex