From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6812547951170158592 X-Received: by 2002:a2e:8410:: with SMTP id z16mr6239236ljg.197.1587036382319; Thu, 16 Apr 2020 04:26:22 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:ac2:551d:: with SMTP id j29ls1482809lfk.1.gmail; Thu, 16 Apr 2020 04:26:21 -0700 (PDT) X-Google-Smtp-Source: APiQypJLA8HhJOf+krBEF7y+rxWPsJ2r5jynlXcXZCPtCdJzNIrKhbYaHMarUZ44tRlW9M6eOcgK X-Received: by 2002:a05:6512:54c:: with SMTP id h12mr5720511lfl.120.1587036381606; Thu, 16 Apr 2020 04:26:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587036381; cv=none; d=google.com; s=arc-20160816; b=yD7BPY83ig/KB3+b8AVxzRibZ7XbTb2M5wv/T0A4ttfmQfthVtaAXz72GUNZXSDLAj DSdTvN6bOQg4s8U+MJpklE9ZRd6MgGRhPqQubPEm19/vlMhBFerNYIOG/5S0NWCT1pcz o7C02ZfEAdUcRewNbbnv42eCxZgz0G6h5LtjT6nOT8vw9q/ABObELx1U0I/1Au1gvgts AJRKLc3xdzoj9LbJrwS6TAwgz3Kx/lneVcU2YhXsFj+9XshnPakqyn1fhgCHXrTNXAQd QeeJQ+F4kT0rVk0E18Gc3DsNSxbZ5tNFFXFP8yiVVVAk+K7qhnsAzs8cgsfgOjJWcDEl llgg== 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=YGSRgiGGgxp9C+oCMaonLdQMQ3EGxW4h7YOGPAmoauU=; b=JyJdkHiO//nEyrwGiFjAIH2hoGN0X4eEPuh5qBckUnVO2o6zJdTbY3c1j/9qqupTTm eDqRNMA4U3QoOXWGa+bA2LjY1wZ0JI3zVHtTNky+J1gMX7mOefYwcTcq9YSebO8YUYYc HTR1PyObmQpcRIirQMkwcY+UxT+tkwRwXvAWof15ICwAXgSzf4Cwpbp0RUQAjNWQ+EdO Dn/EgaOwTKLaC8nF7KpMLsPkSQJW607UV51K+RKXoWw1CZ11FEFifHwBMav5L9kqeEdl 8RbyCusHfULpEXiOztzF6d2yxnrgBd2FunpqFgDvnrVy74ramN9bXq8Ha4SE27p5GRfg ERfg== 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 f25si1060994lfc.3.2020.04.16.04.26.21 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 16 Apr 2020 04:26:21 -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 03GBQImr017478 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 16 Apr 2020 13:26:20 +0200 Date: Thu, 16 Apr 2020 13:26:18 +0200 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH v2] Allow to manage HOST_DISTRO_APT_SOURCES via distro config Message-ID: <20200416112617.pk5zrg3w2fyhiyyi@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 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: nsJcL87N87h3 On Mon, Apr 06, 2020 at 12:45:22PM +0200, Jan Kiszka wrote: > Avoid any hard-coded assumption about how HOST_DISTRO_APT_SOURCES is > defined and move this into the distro configuration. This does not > change anything for in-tree distro configs but makes life easier for > layers that define their own distro. Applied to next, thanks. With kind regards, Baurzhan.