From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6732511353495355392 X-Received: by 2002:ac2:4424:: with SMTP id w4mr42194lfl.65.1568666421335; Mon, 16 Sep 2019 13:40:21 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:934e:: with SMTP id m14ls109864ljh.4.gmail; Mon, 16 Sep 2019 13:40:20 -0700 (PDT) X-Google-Smtp-Source: APXvYqwL/OmYCIAhy47485hh5/mG0S60NUAFtdHqeM95xja+IOpScdm/G7seHghTZp8P9vLGcFLx X-Received: by 2002:a2e:5358:: with SMTP id t24mr803463ljd.209.1568666420650; Mon, 16 Sep 2019 13:40:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568666420; cv=none; d=google.com; s=arc-20160816; b=iGco/ua7bdQqwmY63ao0OVOAluPh8r4lHYyQZZ35l98JScTOPmHr9UroO74F8cO0G/ vzbi7JO+WzI/NMGtTcN0g18NJwIy2PLbccEQnrw/AwqdfHPuyxIl9ha6HXqIRbNW/249 maTqjsNCDq2xmq1xOlCSiykuCi6T+0QTGdTRsUlft1CCSs7LhuzRq6I8PrygXCacauWz drcV16/DskXPi63A8wHoMTNrp2okbHgcK8wCzjCSNb7lmfb+SYgpmIENn3dUPPXtaiKH AFqftYcRutSU8P9TCS1q4s2YcSjYiLSUyuzMTLCIbgZ+hJ3/RZuiYkVZNJC7SEOcG5kz CaXA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:mime-version:user-agent :date:message-id:to:subject:from; bh=8+f04UhHIo118No55+l3+q/A134KDq0d1RqO0lH0AmA=; b=Z0HS8D+/aWX+RXLxsnRHTeZpCUiJ/qwZ7vupHzNcnPu/4MOtGMsnbXlC5/sFDVQWsC f6NxZb5iOUvfwPMUG5cNIZCHpBYFy27EUPTt/gcAFhHXRMSOWIvu5WWTbxEzOBJ9+c6c n9KQ1oYOrIZZtJ2pWeVVXa6t3IwTxKH6F+ndYl6rk/3HgiGvIrhLGCsjClhokWvrpCAC ZoHdWH6tm1L37u02jnh50OP+A5KjS1kewv9BVialgFpZwWOf5MkkIpMtBoalTlQ3nhc0 q3qPO601LHp4PvUQShZpu9KvnEMdAmzOZjtKEx2Rb3wmGgNSA2U5Bd2KwgARooHB3gJA ODrg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from goliath.siemens.de (goliath.siemens.de. [192.35.17.28]) by gmr-mx.google.com with ESMTPS id f21si30495ljg.1.2019.09.16.13.40.20 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Sep 2019 13:40:20 -0700 (PDT) Received-SPF: pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.28 as permitted sender) client-ip=192.35.17.28; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by goliath.siemens.de (8.15.2/8.15.2) with ESMTPS id x8GKeJUE000634 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 16 Sep 2019 22:40:20 +0200 Received: from [139.22.32.125] ([139.22.32.125]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id x8GKeJIU027275 for ; Mon, 16 Sep 2019 22:40:19 +0200 From: Jan Kiszka Subject: [PATCH v4] Use deb.debian.org mirrors To: isar-users Message-ID: <7f40d798-0cad-3abe-58b6-9a04e30d0f75@siemens.com> Date: Mon, 16 Sep 2019 22:40:19 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: YzWSJdQpJhoL From: Jan Kiszka See http://deb.debian.org for the background: Addresses the issue of choosing the best mirror automatically, and it is the official recommendation. Signed-off-by: Jan Kiszka --- changes in v4: - truly fix bullseye (tested) meta/conf/distro/debian-bullseye.list | 14 ++++++++------ meta/conf/distro/debian-buster.list | 14 ++++++++------ meta/conf/distro/debian-stretch.list | 14 ++++++++------ 3 files changed, 24 insertions(+), 18 deletions(-) diff --git a/meta/conf/distro/debian-bullseye.list b/meta/conf/distro/debian-bullseye.list index c7f23e9..44b48dd 100644 --- a/meta/conf/distro/debian-bullseye.list +++ b/meta/conf/distro/debian-bullseye.list @@ -1,6 +1,8 @@ -deb http://ftp.debian.org/debian bullseye main contrib non-free -deb-src http://ftp.debian.org/debian bullseye main contrib non-free -deb http://ftp.debian.org/debian bullseye-updates main contrib non-free -deb-src http://ftp.debian.org/debian bullseye-updates main contrib non-free -deb http://security.debian.org bullseye-security main contrib non-free -deb-src http://security.debian.org bullseye-security main contrib non-free +deb http://deb.debian.org/debian bullseye main contrib non-free +deb-src http://deb.debian.org/debian bullseye main contrib non-free + +deb http://deb.debian.org/debian-security/ bullseye-security/updates main contrib non-free +deb-src http://deb.debian.org/debian-security/ bullseye-security/updates main contrib non-free + +deb http://deb.debian.org/debian bullseye-updates main contrib non-free +deb-src http://deb.debian.org/debian bullseye-updates main contrib non-free diff --git a/meta/conf/distro/debian-buster.list b/meta/conf/distro/debian-buster.list index 206b7a5..ba49649 100644 --- a/meta/conf/distro/debian-buster.list +++ b/meta/conf/distro/debian-buster.list @@ -1,6 +1,8 @@ -deb http://ftp.debian.org/debian buster main contrib non-free -deb-src http://ftp.debian.org/debian buster main contrib non-free -deb http://ftp.debian.org/debian buster-updates main contrib non-free -deb-src http://ftp.debian.org/debian buster-updates main contrib non-free -deb http://security.debian.org buster/updates main contrib non-free -deb-src http://security.debian.org buster/updates main contrib non-free +deb http://deb.debian.org/debian buster main contrib non-free +deb-src http://deb.debian.org/debian buster main contrib non-free + +deb http://deb.debian.org/debian-security/ buster/updates main contrib non-free +deb-src http://deb.debian.org/debian-security/ buster/updates main contrib non-free + +deb http://deb.debian.org/debian buster-updates main contrib non-free +deb-src http://deb.debian.org/debian buster-updates main contrib non-free diff --git a/meta/conf/distro/debian-stretch.list b/meta/conf/distro/debian-stretch.list index 1ec86fb..8da9a43 100644 --- a/meta/conf/distro/debian-stretch.list +++ b/meta/conf/distro/debian-stretch.list @@ -1,6 +1,8 @@ -deb http://ftp.debian.org/debian stretch main contrib non-free -deb-src http://ftp.debian.org/debian stretch main contrib non-free -deb http://ftp.debian.org/debian stretch-updates main contrib non-free -deb-src http://ftp.debian.org/debian stretch-updates main contrib non-free -deb http://security.debian.org stretch/updates main contrib non-free -deb-src http://security.debian.org stretch/updates main contrib non-free +deb http://deb.debian.org/debian stretch main contrib non-free +deb-src http://deb.debian.org/debian stretch main contrib non-free + +deb http://deb.debian.org/debian-security/ stretch/updates main contrib non-free +deb-src http://deb.debian.org/debian-security/ stretch/updates main contrib non-free + +deb http://deb.debian.org/debian stretch-updates main contrib non-free +deb-src http://deb.debian.org/debian stretch-updates main contrib non-free -- 2.16.4 -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux