From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6741632142759952384 X-Received: by 2002:adf:f3c9:: with SMTP id g9mr1428555wrp.19.1570000324902; Wed, 02 Oct 2019 00:12:04 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:eacc:: with SMTP id o12ls347417wrn.5.gmail; Wed, 02 Oct 2019 00:12:04 -0700 (PDT) X-Google-Smtp-Source: APXvYqx3QqxFH6MVTVJG//RpkAVifbKFH8RMyuUkVu9IJmMlKxtKZSco5fug8ywkWEfWnhR97e4D X-Received: by 2002:a5d:4689:: with SMTP id u9mr1415875wrq.78.1570000324469; Wed, 02 Oct 2019 00:12:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570000324; cv=none; d=google.com; s=arc-20160816; b=owMbpy1A4GLck42sXImxlx8MgXGXfs/GC3FyLykGpP1J8d3jNykDtbEF/yjDECX1ne PS+b6ifrOPu8qq3d+gopX4Ip26cCZSQISECdLrjm6XX3ATQWM+tE61i2OFKhPPYC9sGl unLUCVxs7T1ezOEif9DarB0D0+0wXy8XKPSL5HLN5D8K6Gj4xriLT20j89EheOO5ndRQ Htuy6/3axc/DuimJKdzbBTTZ6vZZrBmNeN6o1wXUmkshg5OCFabBuZ0IsUiXPhNBKBPz EoFPBsq3vgF4ixrcRvfMi4pimE4/WHUMiHpriQ8InsUGpTQATxGBerJ2bGZF+wC2vRx1 JLyA== 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=B7EtdZA1GOO/BT+/J4pVSKYcX66UpdRp2TGW4nkCzJ8=; b=KS9yzC6Iru8kRqTSa+W8ZZIsMncJ1NUMlIBwC5Hq2UtXMI5qfMzbgSmPvua3bn9K7m sAdvHfmAKrrA3nzMxxfXZWugq03K1+FjDq7OttloF6srW9IG8Oq5I1BFihGeRuA180Ux lIAYwrRBDjvgRp9FcMWTHjzZzRCgRxyJ47rTjuuKH7l1mYtMsLg8V0DE4BTBiyJRppkh bcJc2HG2ueXM/mDGpFG11nooO8qDZi48A0horq/gdl+USsn1lpWRXVWImZT2EnB8Pj/i A1v1csN+lvQxfoKKlxfagpx8346eQjnu0ouk+aAEwkBtZMhwaUam4jZBpoAgXSAUJ6Py VGiA== 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 i21si349811wml.4.2019.10.02.00.12.04 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 02 Oct 2019 00:12:04 -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 x927C2xV015138 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 2 Oct 2019 09:12:03 +0200 Date: Wed, 2 Oct 2019 09:12:02 +0200 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH] isar-bootstrap: Fix PREMIRRORS setting for cached build Message-ID: <20191002071202.ormiwtnrbd7y7dih@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: <58eb987c-914f-d47b-6187-595dba4ff94f@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <58eb987c-914f-d47b-6187-595dba4ff94f@web.de> 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: bTGx6S0goMd/ On Sat, Sep 28, 2019 at 10:15:49AM +0200, Jan Kiszka wrote: > First, there is no reason to match that closely on the repos used for > downloading Debian. That only breaks when using a different distro or > source. > > Second, we must enforce the usage of base-apt in case of cached build. > Using a weak assignment will fail if the user specified > DISTRO_APT_PREMIRRORS for online build. Applied to next, thanks. With kind regards, Baurzhan.