[debian-edu-commits] r80555 - in branches/wheezy/debian-edu-install: apt-setup/generators debian

pere at alioth.debian.org pere at alioth.debian.org
Fri Jun 14 02:27:40 UTC 2013


Author: pere
Date: 2013-06-13 09:02:27 +0000 (Thu, 13 Jun 2013)
New Revision: 80555

Modified:
   branches/wheezy/debian-edu-install/apt-setup/generators/70debian-edu-install
   branches/wheezy/debian-edu-install/debian/changelog
Log:
Switch default APT source from ftp.skolelinux.org to http.debian.net,
to pick a nearby mirror in the most efficient way available today.

Modified: branches/wheezy/debian-edu-install/apt-setup/generators/70debian-edu-install
===================================================================
--- branches/wheezy/debian-edu-install/apt-setup/generators/70debian-edu-install	2013-06-13 08:37:15 UTC (rev 80554)
+++ branches/wheezy/debian-edu-install/apt-setup/generators/70debian-edu-install	2013-06-13 09:02:27 UTC (rev 80555)
@@ -92,9 +92,9 @@
     fi
 fi
 
-echo "# you can replace ftp.skolelinux.no with ftp.no.debian.org or any other" >> $file
+echo "# you can replace http.debian.net with ftp.no.debian.org or any other" >> $file
 echo "# debian mirror:" >> $file
-echo "deb http://ftp.skolelinux.no/debian $codename $dists" >> $file
+echo "deb http://http.debian.net/debian $codename $dists" >> $file
 echo "deb http://ftp.skolelinux.no/skolelinux $educodename local" >> $file
 
 edu-etcvcs commit

Modified: branches/wheezy/debian-edu-install/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-install/debian/changelog	2013-06-13 08:37:15 UTC (rev 80554)
+++ branches/wheezy/debian-edu-install/debian/changelog	2013-06-13 09:02:27 UTC (rev 80555)
@@ -1,3 +1,10 @@
+debian-edu-install (1.713~svn80553) UNRELEASED; urgency=low
+
+  * Switch default APT source from ftp.skolelinux.org to http.debian.net,
+    to pick a nearby mirror in the most efficient way available today.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Thu, 13 Jun 2013 11:01:25 +0200
+
 debian-edu-install (1.713~svn80552) wheezy-test; urgency=low
 
   [ Petter Reinholdtsen ]




More information about the debian-edu-commits mailing list