* [PATCH] Use deb.debian.org mirrors
@ 2019-09-03 18:22 Jan Kiszka
0 siblings, 0 replies; only message in thread
From: Jan Kiszka @ 2019-09-03 18:22 UTC (permalink / raw)
To: isar-users
From: Jan Kiszka <jan.kiszka@siemens.com>
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 <jan.kiszka@siemens.com>
---
Interestingly, I'm currently not seeing the isar-bootstrap issues with
buster anymore with this change. Possibly, it just positively affects
some fragile timing.
meta/conf/distro/debian-buster.list | 14 ++++++++------
meta/conf/distro/debian-stretch.list | 14 ++++++++------
2 files changed, 16 insertions(+), 12 deletions(-)
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-09-03 18:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-03 18:22 [PATCH] Use deb.debian.org mirrors Jan Kiszka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox