[debian-edu-commits] debian-edu/ 01/01: preseed-values/defaults.common: Fix default mirror setting.

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Sun Nov 26 22:24:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

schweer-guest pushed a commit to branch master
in repository debian-edu-install.

commit ffe44966d25d3af7b6bff445872633b9840faf54
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Sun Nov 26 23:21:14 2017 +0100

    preseed-values/defaults.common: Fix default mirror setting.
    
    Use deb.debian.org instead of http.debian.net
---
 debian/changelog               | 2 ++
 preseed-values/defaults.common | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bcaedce..dc0027d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ debian-edu-install (1.920) UNRELEASED; urgency=medium
     command line (or in expert mode via d-i gui) if on a network with
     a running DHCPD server or on a network with NAT enabled on the gateway
     and manual network configuration on the client.
+  * preseed-values/defaults.common: Fix default mirror setting.
+    - Use deb.debian.org instead of http.debian.net. 
 
  -- Wolfgang Schweer <wschweer at arcor.de>  Mon, 20 Nov 2017 15:56:09 +0100
 
diff --git a/preseed-values/defaults.common b/preseed-values/defaults.common
index 8aabbbe..22cb75e 100644
--- a/preseed-values/defaults.common
+++ b/preseed-values/defaults.common
@@ -64,7 +64,7 @@ dictionaries-common dictionaries-common/default-ispell select Manual symlink set
 # Set up APT sources, see also our
 # /usr/lib/apt-setup/generators/70debian-edu-install script.  This
 # remove the need to set up APT sources using cfengine.
-choose-mirror-bin mirror/http/hostname string http.debian.net
+choose-mirror-bin mirror/http/hostname string deb.debian.org
 choose-mirror-bin mirror/http/directory string /debian/
 apt-mirror-setup apt-setup/non-free boolean true
 apt-mirror-setup apt-setup/contrib boolean true

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-install.git



More information about the debian-edu-commits mailing list