[debian-edu-commits] r78750 - trunk/src/hw-support-handler

pere at alioth.debian.org pere at alioth.debian.org
Tue Jan 15 14:01:01 UTC 2013


Author: pere
Date: 2013-01-15 14:01:01 +0000 (Tue, 15 Jan 2013)
New Revision: 78750

Modified:
   trunk/src/hw-support-handler/hw-support-lookup
Log:
Use http.debian.net as the Debian mirror.

Modified: trunk/src/hw-support-handler/hw-support-lookup
===================================================================
--- trunk/src/hw-support-handler/hw-support-lookup	2013-01-15 14:00:00 UTC (rev 78749)
+++ trunk/src/hw-support-handler/hw-support-lookup	2013-01-15 14:01:01 UTC (rev 78750)
@@ -25,7 +25,7 @@
     arch=i386
     for section in main contrib non-free
     do
-	GET $ubmirror/dists/$suite/$section/binary-$arch/Packages.bz2 | bunzip2
+	GET $mirror/dists/$suite/$section/binary-$arch/Packages.bz2 | bunzip2
     done
     echo $scriptdir
     if [ -r $scriptdir/modaliases ] ; then cat $scriptdir/modaliases; fi




More information about the debian-edu-commits mailing list