[elbe-devel] [PATCH 11/37] default-init: Use CDN mirror deb.debian.org
Benedikt Spranger
b.spranger at linutronix.de
Wed Feb 7 15:28:38 CET 2024
To get the nearest/fastest debian mirror the debian project introduced
the deb.debian.org mirror. This mirror points to a appropiate server in
a CDN. While at it update references to the debian security mirror too.
Speed up building E.L.B.E. examples by using this mirror.
Signed-off-by: Benedikt Spranger <b.spranger at linutronix.de>
---
elbepack/init/default-init.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/elbepack/init/default-init.xml b/elbepack/init/default-init.xml
index 782a273e..aae697db 100644
--- a/elbepack/init/default-init.xml
+++ b/elbepack/init/default-init.xml
@@ -6,7 +6,7 @@ SPDX-FileCopyrightText: Linutronix GmbH
<initvm>
<buildtype>amd64</buildtype>
<mirror>
- <primary_host>ftp.de.debian.org</primary_host>
+ <primary_host>deb.debian.org</primary_host>
<primary_path>/debian</primary_path>
<primary_proto>http</primary_proto>
<url-list>
@@ -20,10 +20,10 @@ SPDX-FileCopyrightText: Linutronix GmbH
</url>
<url>
<binary>
- http://ftp.de.debian.org/debian bullseye-backports main
+ http://deb.debian.org/debian bullseye-backports main
</binary>
<source>
- http://ftp.de.debian.org/debian bullseye-backports main
+ http://deb.debian.org/debian bullseye-backports main
</source>
</url>
<url>
@@ -147,7 +147,7 @@ lffHf8U7HFvRg+zm
<pkg pin="bullseye-backports">reprepro</pkg>
</pkg-list>
<preseed>
- <conf owner="pbuilder" key="pbuilder/mirrorsite" type="string" value="http://ftp.de.debian.org/debian"/>
+ <conf owner="pbuilder" key="pbuilder/mirrorsite" type="string" value="http://deb.debian.org/debian"/>
</preseed>
<size>80G</size>
<swap-size>10GiB</swap-size>
--
2.43.0
More information about the elbe-devel
mailing list