From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6458964015139782656 X-Received: by 10.25.169.68 with SMTP id s65mr245595lfe.34.1503844750440; Sun, 27 Aug 2017 07:39:10 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.28.105.197 with SMTP id z66ls866955wmh.24.canary-gmail; Sun, 27 Aug 2017 07:39:10 -0700 (PDT) X-Received: by 10.223.164.206 with SMTP id h14mr184662wrb.0.1503844750157; Sun, 27 Aug 2017 07:39:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1503844750; cv=none; d=google.com; s=arc-20160816; b=fCKnV1kanXSeaSP38TZboWKmXTM+hF7IIYjR02LNlpHadYL6eyANQSHbPA78vI5tIH 9RekbYkRXZKc0/UWEtTcYDZap5FNCsL6auHYh9yQrlhB5+AadKDzxKAwg+gEO+Usy7TS AbKBYLiicl9/7wHgglCiK7rQkKhxM6c+hVr1Akfe2HKHDuu94RBODEkB0QGp05KGfC0D o6eq2uDY5AGDC4kbaC2PmeSnCIsQ92QJ7KOLxzTC5SX0hJXGvPK3Xhbd8WxP0hCZBMoo T5I9tvft29nty2FEoC72e6WwmKo0gJnBZCh4c6YyF9hVDY2P0R9dKrR0loSf15su5hGz WCCA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=references:in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=hWlDCA2FK0F+XM/w35Y4tIY+FsgYcuVLgo+5wA+P3Qg=; b=qiA4gL34cmDu3p45iNBVhD592C7kmgU5TlOoZv/GnRiwyhmb5psxf4XOG15ZB4jPPE ccoWNwYZqd357QLMb0SF8rp1pvoqGM4BKxxFshb9JfLiOvzrJ6AhqIOiwbF1a1BcHexm RBFJ05Steg1MVeQvf7z1vqpvU61PGw6LmB7zPNjiLgeal9KpMm+UEJ04RmPVid3Vyqc1 7bgW4in0VcN6ouKiRyX2JquSdUSZYKVoYskOezw/Kyp8gZHBxNxT0eArcw4dahaYWE6w e/1nIpH5q/N82NuvOuLkfeEOQwOPqvxTnSesQ+zjY0EyqD3+W+aBT978z1WMprnU8+wC a2MQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id m78si470448wmg.5.2017.08.27.07.39.10 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 27 Aug 2017 07:39:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from localhost.localdomain ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id v7REcnP5006356 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sun, 27 Aug 2017 16:38:58 +0200 From: Alexander Smirnov To: isar-users@googlegroups.com Cc: Frank Lenormand , Alexander Smirnov Subject: [PATCH 3/5] debian/stretch: Use ftp.d.o instead of deb.d.o Date: Sun, 27 Aug 2017 17:38:38 +0300 Message-Id: <20170827143840.12436-4-asmirnov@ilbers.de> X-Mailer: git-send-email 2.9.4 In-Reply-To: <20170827143840.12436-1-asmirnov@ilbers.de> References: <20170827143840.12436-1-asmirnov@ilbers.de> X-TUID: kHL7HAdZqISg From: Frank Lenormand deb.d.o used to be preferred due to geomirroring. Unfortunately, it fails sporadically with 404. Signed-off-by: Frank Lenormand Signed-off-by: Alexander Smirnov --- meta-isar/conf/distro/debian-jessie.conf | 2 +- meta-isar/conf/distro/debian-stretch.conf | 2 +- meta-isar/conf/distro/debian-wheezy.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-isar/conf/distro/debian-jessie.conf b/meta-isar/conf/distro/debian-jessie.conf index 6a639e1..2a5d29f 100644 --- a/meta-isar/conf/distro/debian-jessie.conf +++ b/meta-isar/conf/distro/debian-jessie.conf @@ -5,5 +5,5 @@ DISTRO_SUITE ?= "jessie" DISTRO_COMPONENTS ?= "main contrib non-free" -DISTRO_APT_SOURCE ?= "http://deb.debian.org/debian" +DISTRO_APT_SOURCE ?= "http://ftp.debian.org/debian" DISTRO_CONFIG_SCRIPT ?= "debian-configscript.sh" diff --git a/meta-isar/conf/distro/debian-stretch.conf b/meta-isar/conf/distro/debian-stretch.conf index 3555c14..de6af63 100644 --- a/meta-isar/conf/distro/debian-stretch.conf +++ b/meta-isar/conf/distro/debian-stretch.conf @@ -3,5 +3,5 @@ DISTRO_SUITE ?= "stretch" DISTRO_COMPONENTS ?= "main contrib non-free" -DISTRO_APT_SOURCE ?= "http://deb.debian.org/debian" +DISTRO_APT_SOURCE ?= "http://ftp.debian.org/debian" DISTRO_CONFIG_SCRIPT ?= "debian-configscript.sh" diff --git a/meta-isar/conf/distro/debian-wheezy.conf b/meta-isar/conf/distro/debian-wheezy.conf index 8e5ceac..1892ed9 100644 --- a/meta-isar/conf/distro/debian-wheezy.conf +++ b/meta-isar/conf/distro/debian-wheezy.conf @@ -5,5 +5,5 @@ DISTRO_SUITE ?= "wheezy" DISTRO_COMPONENTS ?= "main contrib non-free" -DISTRO_APT_SOURCE ?= "http://deb.debian.org/debian" +DISTRO_APT_SOURCE ?= "http://ftp.debian.org/debian" DISTRO_CONFIG_SCRIPT ?= "debian-configscript.sh" -- 2.1.4