From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6477538949418975232 X-Received: by 10.223.151.36 with SMTP id r33mr1504092wrb.10.1508328509506; Wed, 18 Oct 2017 05:08:29 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.28.197.15 with SMTP id v15ls787975wmf.2.canary-gmail; Wed, 18 Oct 2017 05:08:29 -0700 (PDT) X-Google-Smtp-Source: ABhQp+S2xANQQJ4TYVd0EAOmy3oQrm1J1tgeR/OHpDReIfmBGikO+RNjbhOfN2lXZYokaKZ/El6+ X-Received: by 10.28.147.133 with SMTP id v127mr748367wmd.18.1508328509266; Wed, 18 Oct 2017 05:08:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1508328509; cv=none; d=google.com; s=arc-20160816; b=Rw2f5bcBzXtB0TnOccDmNOEymWdvwUjBxZWlZ3MLhYnj13wAxrPWjLCajSk7ur8tmM BX9jTygI4OcNliPm1hYKyxhKyYnaWJ65tyjEkJA7paE86f4aW8Q+RTRaj2Dp9pXJb12/ VihuFwPOEKArcb6hryd+1+AUiDbq65ao6e1fKHGNiPU2kfTBhoIvIj/SWeDyzjIkeVE/ q0ipbOJALIc0PUt/9pIeENJCiMHpR+C/bb0tWwDe47NzpG2LEbDzfAabYGEpO7AZXScN UxWhI3Ew9Kivf3xBzXMfamWbvQrCTiRsTyJ8cCzw5GOb1kq0pyEQuXo8nQEy1QFxx4sP Vq4g== 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=4u/oaYoIwLbtm8jGq1PVUyqCUIlkssO6EW5h+g5xnVM=; b=ZB9+aB7BSmYlVfWsBkTeyBp6jK30JoPTSbgPkZxbtZHJ6ECqSb2nsFdjzk4335VCZd 65h9U1x2eoxISSMJ38e1ZQy+nOjhoXJp33e1lMCrceWUE6xIjzfTZtTem3mXS6oGyIQf Vm9pPDf8WyhPqVcCLm0b983B2fGMCqJUqUq8Yl4yxniF3zPOCUUyf5fRsyI/BS06DYpL K/m8R/CLKBKoGlg6U2Jd2WGDFZlbBiBoywahAfhGFb6gEDrQtLrBqo4RBV8hZHKXmTtM nFTJJbd9LZJ+lt9hwW8ekyrz7tIQYxOV0KIC7QAKl3vrPMzBxkmDA0VR/RT5F4+mPfaX +Wkg== 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 j31si288007wre.3.2017.10.18.05.08.29 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Oct 2017 05:08:29 -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 v9IC8QhU026977 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Wed, 18 Oct 2017 14:08:28 +0200 Subject: Re: [URGENT][PATCH v3 0/2] Correctly determine kernel and initrd versions To: isar-users@googlegroups.com References: <20171018101325.12358-1-asmirnov@ilbers.de> From: Alexander Smirnov Message-ID: <435959dc-da9c-6cb3-92b6-e275d446c153@ilbers.de> Date: Wed, 18 Oct 2017 15:08:21 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20171018101325.12358-1-asmirnov@ilbers.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: QFuCAfuOfpeh Hi all, On 10/18/2017 01:13 PM, Alexander Smirnov wrote: > Hello all, > > IMPORTANT: lets try to review this series ASAP, becuase Isar build is > broken again due to recent update of Raspbian kernel version in apt. > Instead of yet-another-version update I'd like to commit proper > solution. > > In current Isar implementation, multiconfig file contains hardcoded > version for boot files: kernel and initrd. This is used for both: > > - Add respective package to multistrap config. > - Copy boot files to deploy directory. > > This series drops this hardcoded versions, so now Isar is able to > determine version of boot files during building. > > Changes since v2: > - Avoid races in 'deploy/images' folder creation. > > Changes since v1: > - Differentiate 'do_copy_boot_files' stamps. > - Update start_vm script accordingly. > - Check if symlinks 'vmlinuz' and 'initrd.img' exist before reading > them. If symlink doesn't exist, this function skips it. any feedback on this? I want to merge this ASAP to fix Isar build. Next is red now. Thank you in advance. Alex