From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6723121859881074688 X-Received: by 2002:adf:9222:: with SMTP id 31mr31608951wrj.93.1566472493458; Thu, 22 Aug 2019 04:14:53 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:9321:: with SMTP id 30ls1515164wro.1.gmail; Thu, 22 Aug 2019 04:14:53 -0700 (PDT) X-Google-Smtp-Source: APXvYqypkJz/wScO68mgAkgO6NCx7EelMD2Qsz0kM4KUR215rcDgiZ7nyC0AgUGFnAILP0SJODE+ X-Received: by 2002:adf:f812:: with SMTP id s18mr49457022wrp.32.1566472493002; Thu, 22 Aug 2019 04:14:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566472492; cv=none; d=google.com; s=arc-20160816; b=is/mF+DrsUKMOW/Ax6bqkyf8L9gnuGKV01DTqqH0NSNCUVWQwh+CB4CZDplK4d515e RlyqHc6N3trEOvn9aMRx1E7xuv/fog+pDNxZ9cUI/umCeJ4sn9IWTczWQE0SFqxzHWhI FwoLBuZwDmlV5Da9y5IjPUakufhjiybEKcTjhOS10yWdwViq6kIHQ1OHZsBknyIAmrhw 3BJG33JqrxQlcfdl2sKcdMqCGFLB2J3ouBImivYWeXExCqHMcxOTIkSC8JJK+AvPNOKQ 4rJ7XcIq4LdwuO/XUipzqKzDM88EGmd1mbvWH7/tnMk0KEQgrTf2KmTV73AdEpUwgP7q XbWw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=bUHA7Q5mrxofTwDKrhJ1JTQTarGDEyKfvcRsmeccm7w=; b=nBouNX7pHcK2FF4S7jnuedvsIE8nZKZYS1STRQGoW3oEPSDMcuB92w5upSrB7Nt8vv Bz9DQBly7tXHtbYPrZ8bmG8By5bBVf/Fk+I94CVKlGnkAkU+0SkOwrM45GJnbl3DfMcb Lher38EIsJyLWeWH/wur50AwOIgwgeMT981K1yvPUOf3mn21WJGlYvG+1BP3Vn1kzFEz ANTVzZVnIOp08LWJ5bVtw7bW+ngGnF8W0ILQ361Jk1hVzDvT56yTmo6k+SsRxe2uubKM Rty/rDEJOhd9SIqMoluK8w+sZrJPLHfB1vHfAWj7VMkU9LegLZ4VCEBBlum6wHUC0Vzz q4Zw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id w17si153383wmk.1.2019.08.22.04.14.52 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 22 Aug 2019 04:14:52 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id x7MBEprQ020910 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 22 Aug 2019 13:14:52 +0200 Date: Thu, 22 Aug 2019 13:14:51 +0200 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH] isar-bootstrap-host: Introduce HOST_DISTRO_BOOTSTRAP_KEYS Message-ID: <20190822111450.GG20236@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: <717de8f8-c3f1-91da-918c-02baf86aa4df@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <717de8f8-c3f1-91da-918c-02baf86aa4df@siemens.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: Y8YGslpTSI/N On Fri, Aug 09, 2019 at 01:06:26PM +0200, Jan Kiszka wrote: > Analogously to DISTRO_BOOTSTRAP_KEYS, this allows to override the key > used for bootstrapping the host distro. This is required when using > custom repos e.g. Applied to next, thanks. With kind regards, Baurzhan.