[Glibc-bsd-commits] r4543 - branches/wheezy/kfreebsd-downloader/debian

rmh at alioth.debian.org rmh at alioth.debian.org
Mon Jul 8 12:42:15 UTC 2013


Author: rmh
Date: 2013-06-19 22:00:18 +0000 (Wed, 19 Jun 2013)
New Revision: 4543

Modified:
   branches/wheezy/kfreebsd-downloader/debian/changelog
   branches/wheezy/kfreebsd-downloader/debian/postinst.in
Log:
Switch to people.debian.org URL for kernel.txz download.  (Closes: #712816)

Modified: branches/wheezy/kfreebsd-downloader/debian/changelog
===================================================================
--- branches/wheezy/kfreebsd-downloader/debian/changelog	2013-06-19 21:02:56 UTC (rev 4542)
+++ branches/wheezy/kfreebsd-downloader/debian/changelog	2013-06-19 22:00:18 UTC (rev 4543)
@@ -1,3 +1,10 @@
+kfreebsd-downloader (9.0-3+deb70.1) stable; urgency=low
+
+  * Switch to people.debian.org URL for kernel.txz download.
+    (Closes: #712816)
+
+ -- Robert Millan <rmh at debian.org>  Wed, 19 Jun 2013 23:56:56 +0200
+
 kfreebsd-downloader (9.0-3) unstable; urgency=high
 
   * Split versioned packages to make it possible to install multiple

Modified: branches/wheezy/kfreebsd-downloader/debian/postinst.in
===================================================================
--- branches/wheezy/kfreebsd-downloader/debian/postinst.in	2013-06-19 21:02:56 UTC (rev 4542)
+++ branches/wheezy/kfreebsd-downloader/debian/postinst.in	2013-06-19 22:00:18 UTC (rev 4543)
@@ -28,7 +28,7 @@
 
 	# Download
 	mkdir -p ${cachedir}
-	wget http://ftp.freebsd.org/pub/FreeBSD/releases/@ARCH@/@ARCH@/@RELEASE@/kernel.txz \
+	wget http://people.debian.org/~rmh/kfreebsd-downloader/@ARCH@/@RELEASE@/kernel.txz \
 		-c -O ${cachedir}/kernel.txz
 
 	# Verify




More information about the Glibc-bsd-commits mailing list