From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6550602732015714304 X-Received: by 2002:a2e:98cb:: with SMTP id s11-v6mr443217ljj.17.1526061409773; Fri, 11 May 2018 10:56:49 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:868c:: with SMTP id l12-v6ls1220113lji.4.gmail; Fri, 11 May 2018 10:56:49 -0700 (PDT) X-Google-Smtp-Source: AB8JxZqx09van+AFp1ltATrfkCHgDc4km672JTanTQO1KxEjEuvhTPFcuo0BdOXujSI+D4ltnEmQ X-Received: by 2002:a2e:83c9:: with SMTP id s9-v6mr427324ljh.15.1526061409459; Fri, 11 May 2018 10:56:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526061409; cv=none; d=google.com; s=arc-20160816; b=wg9E985Z3gqCmeKnMd7sOykuocsIkIjSRAmJutAdYqf33rNFMqdE3qJd5/wJ6c7eaf WI531wLSXWVJGnBb1d29HSEaJVoC2n23bp5wZEyiAM7rHTXx4MNmG7zKMJOZEWk4bYOg RVVCcN+R7x9fvnJC5nwCPDyYI2kPkZTShPsx4ZmfVEAXrhp3LWk+1hTIvRs/q10T7XYc zc4k+C63GeeQmh8j8M9s8n6oFbEDoGmU3QrGuK281371W9CLP3PpmXeDeyCcdNM/BjtK tka8SoBcMQaHFixO145N1MDdHZLGiNPJal5mAgwc/Q6uBNqwCWI1iv59zEOweRmz8FNJ 9ICw== 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=YInK/VJxNLfmP4bRmH8AshExKRQeOyYNd7m7NnXHZ4E=; b=KaYOECgxkyu23mM7DCeuff0buH8DcYgcqji0nSWN9u56rhNhe1FDz5tVCm82IT+XRX MTLstwQbnTTfvP5OQ5oVjLlbW03xu5EdVsJZlf7hFWCSp2odXO2eAanzscX5ZxfyF0LK zKefbvw6HEBEQDcz5VFkFFPmVU+vZ5sz8i9hzjWJLRBcZsjl/Zs3J1bd1811WsKYobNE rLLAIpW4maAk3wuK0LHHhCkWeVmqgHh9RPRAbhy/I1fxF/QmjRVycz/Fr9M1DnL10vmQ fYREjBGUM5y4XebbDKHpFBg3VAjbxUatamtLbUOsGRRBKUy1qPczDpfDCM1zLvdPv6+x aR4A== 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 y205-v6si133656lfa.0.2018.05.11.10.56.49 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 11 May 2018 10:56:49 -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 w4BHukb9002491 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Fri, 11 May 2018 19:56:48 +0200 Subject: Re: [PATCH] isar-bootstrap: Drop arch identification To: isar-users@googlegroups.com References: <20180501132345.25661-1-asmirnov@ilbers.de> From: Alexander Smirnov Message-ID: Date: Fri, 11 May 2018 20:56:40 +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: <20180501132345.25661-1-asmirnov@ilbers.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: pnhK4IMPWKC/ On 05/01/2018 04:23 PM, Alexander Smirnov wrote: > There is no need to manualy check host and target architectures to > choose between native or qemu debootstraps. This is already implemented > in 'qemu-debootstrap' script. If it detects compatible architectures - it > disables QEMU usage. > > Moreover, current function incorrectly identifies 32-bit hosts via 'uname'. > AFAIK there is no 'x86' architecture, it should be 'i686'. > Applied to next. Alex