[Debian-live-changes] r2248 - in dists/trunk/live-helper: debian docs helpers

daniel at alioth.debian.org daniel at alioth.debian.org
Tue Jun 26 20:27:40 UTC 2007


Author: daniel
Date: 2007-06-26 20:27:40 +0000 (Tue, 26 Jun 2007)
New Revision: 2248

Modified:
   dists/trunk/live-helper/debian/changelog
   dists/trunk/live-helper/docs/ChangeLog
   dists/trunk/live-helper/helpers/lh_chroot_linux-image
Log:


Modified: dists/trunk/live-helper/debian/changelog
===================================================================
--- dists/trunk/live-helper/debian/changelog	2007-06-26 20:08:16 UTC (rev 2247)
+++ dists/trunk/live-helper/debian/changelog	2007-06-26 20:27:40 UTC (rev 2248)
@@ -1,6 +1,7 @@
 live-helper (1.0~a16-1) unstable; urgency=medium
 
-  * New upstream release.
+  * New upstream release:
+    - Caches also linux-image packages (Closes: #430511).
 
  -- Daniel Baumann <daniel at debian.org>  Mon, 25 Jun 2007 00:00:00 +0200
 

Modified: dists/trunk/live-helper/docs/ChangeLog
===================================================================
--- dists/trunk/live-helper/docs/ChangeLog	2007-06-26 20:08:16 UTC (rev 2247)
+++ dists/trunk/live-helper/docs/ChangeLog	2007-06-26 20:27:40 UTC (rev 2248)
@@ -2,6 +2,8 @@
 
 	* helpers/lh_binary_local-hooks:
 	  - Added.
+	* helpers/lh_chroot_linux-image:
+	  - Caching downloaded packages.
 	* examples/hooks/qemu-launcher.sh:
 	  - Added.
 	* Uploaded 1.0~a16-1.

Modified: dists/trunk/live-helper/helpers/lh_chroot_linux-image
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_linux-image	2007-06-26 20:08:16 UTC (rev 2247)
+++ dists/trunk/live-helper/helpers/lh_chroot_linux-image	2007-06-26 20:27:40 UTC (rev 2248)
@@ -37,6 +37,9 @@
 
 case "${1}" in
 	install)
+		# Restoring cache
+		Restore_cache cache/packages_linux-image
+
 		Echo_message "Configuring file /etc/kernel-img.conf"
 
 		# Checking stage file
@@ -85,6 +88,9 @@
 				;;
 		esac
 
+		# Saving cache
+		Save_cache cache/packages_linux-image
+
 		# Creating stage file
 		Create_stagefile .stage/chroot_linux-image
 		;;




More information about the Debian-live-changes mailing list