From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6741632142759952384 X-Received: by 2002:a05:600c:2153:: with SMTP id v19mr14357343wml.146.1569767692548; Sun, 29 Sep 2019 07:34:52 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:8bce:: with SMTP id w14ls2178898wra.11.gmail; Sun, 29 Sep 2019 07:34:52 -0700 (PDT) X-Google-Smtp-Source: APXvYqxqQkhZMgNoHHADkA3R0gcStOXzU9S3e6xycpW2C+c/tBLuTrPMXWz29ki3fg+HEgxAy7pl X-Received: by 2002:a5d:670c:: with SMTP id o12mr10457792wru.103.1569767692014; Sun, 29 Sep 2019 07:34:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569767692; cv=none; d=google.com; s=arc-20160816; b=HLhZCUFkNWMhG7g2f/kAlU9bZgyyrsn9F9fQtFFEAikUXkDGbdWeK5jPlgcGWPUrvL XVWi+DP+wwgvWi8E8NlNzPbYQj62O+DwhPmh7i/MrF1Rb3urx95hG3leyCpds0SPMwpE gyEIh9A9sDZv6ZG/YSXdYWpC+rYIdh2utC7gxJbum38XABCBQcs77oqRUncTj5f8Zz0a mGgcqz5cEvq+jQ/wul++Fzol9+R/8XPJKa5uEHFJ795mxxAUuM12ISAomfPIhutlIna7 uQnLx4kL6CiJAu5SCA5c7dfTkSuR3JJ6AapJpLyQQ086WubhG6Sdsfx9UO98hd27q4ZN HJ4A== 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=0lwJhYHW8c2FHxIucJL5zdFg85bv6HB6wT7kHlvQXZ0=; b=c6YW3JwxuOQTCwybzP01R32TAcnhZtpW+HOEhddXUFdCwEm1//fFzgsQRhtt8jG3Eu EweSmsvFqs1MmnBdpMGrmkeW1KNy2FtQUhRLBu2GEspjXczmavjIeqFSSHGw1d16rd5h NTEm5a9IJ+rjeWRHg+nFUysriMmlLRPfwNiPWGGFxr1g6/8oJYQUgVToG3Ru0JA0lk2q ubl4JgjiGYIb+FKfodk87EOVdYUbz+xfok10P6H4stK2RuMQ1bsDvhOb+03fiu63HJmA 8bE9jwtU0rZKHakwPjJKN7Z6nk27Z/lxJRXHnsiSe/EMnOiNZZiQM0A8wgIZz+0FBztJ 9+LA== 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 x8si907190wmk.2.2019.09.29.07.34.51 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 29 Sep 2019 07:34:51 -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 (ip-109-41-194-81.web.vodafone.de [109.41.194.81]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id x8TEYkpq002175 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sun, 29 Sep 2019 16:34:48 +0200 Date: Sun, 29 Sep 2019 16:34:41 +0200 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH] isar-bootstrap: Fix PREMIRRORS setting for cached build Message-ID: <20190929143441.t2hyoprqq5dqq77a@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,URIBL_BLOCKED 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: AH9q7Oj7QTD0 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. > > Signed-off-by: Jan Kiszka Tested-by: Baurzhan Ismagulov With kind regards, Baurzhan.