[Debian-live-changes] r1180 - dists/trunk/live-helper/helpers

Daniel Baumann daniel at alioth.debian.org
Thu Apr 26 09:51:49 UTC 2007


Author: daniel
Date: 2007-04-26 09:51:49 +0000 (Thu, 26 Apr 2007)
New Revision: 1180

Modified:
   dists/trunk/live-helper/helpers/lh_chroot_localization
   dists/trunk/live-helper/helpers/lh_chroot_localpackages
   dists/trunk/live-helper/helpers/lh_chroot_localpackageslists
   dists/trunk/live-helper/helpers/lh_chroot_packages
   dists/trunk/live-helper/helpers/lh_chroot_packageslists
   dists/trunk/live-helper/helpers/lh_chroot_tasks
Log:


Modified: dists/trunk/live-helper/helpers/lh_chroot_localization
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_localization	2007-04-26 09:49:03 UTC (rev 1179)
+++ dists/trunk/live-helper/helpers/lh_chroot_localization	2007-04-26 09:51:49 UTC (rev 1180)
@@ -661,13 +661,13 @@
 	done
 
 	# Restoring cache
-	Restore_cache cache/chroot_localization
+	Restore_cache cache/packages_localization
 
 	# Installing packages
 	Install_package
 
 	# Saving cache
-	Save_cache cache/chroot_localization
+	Save_cache cache/packages_localization
 
 	# Creating stage file
 	Create_stagefile .stage/chroot_localization

Modified: dists/trunk/live-helper/helpers/lh_chroot_localpackages
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_localpackages	2007-04-26 09:49:03 UTC (rev 1179)
+++ dists/trunk/live-helper/helpers/lh_chroot_localpackages	2007-04-26 09:51:49 UTC (rev 1180)
@@ -48,7 +48,7 @@
 if ls config/chroot_localpackages/*.deb &> /dev/null
 then
 	# Restoring cache
-	Restore_cache cache/chroot_localpackages
+	Restore_cache cache/packages_localpackages
 
 	# Copying packages
 	cp config/chroot_localpackages/*.deb chroot/root
@@ -73,7 +73,7 @@
 	rm -f chroot/root/localpackages
 
 	# Saving cache
-	Save_cache cache/chroot_localpackages
+	Save_cache cache/packages_localpackages
 
 	# Creating stage file
 	Create_stagefile .stage/chroot_localpackages

Modified: dists/trunk/live-helper/helpers/lh_chroot_localpackageslists
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_localpackageslists	2007-04-26 09:49:03 UTC (rev 1179)
+++ dists/trunk/live-helper/helpers/lh_chroot_localpackageslists	2007-04-26 09:51:49 UTC (rev 1180)
@@ -48,7 +48,7 @@
 if ls config/chroot_localpackageslists/* &> /dev/null
 then
 	# Restoring cache
-	Restore_cache cache/chroot_localpackageslists
+	Restore_cache cache/packages_localpackageslists
 
 	for PACKAGESLIST in config/chroot_localpackageslists/*
 	do
@@ -71,7 +71,7 @@
 	done
 
 	# Saving cache
-	Save_cache cache/chroot_localpackageslists
+	Save_cache cache/packages_localpackageslists
 
 	# Creating stage file
 	Create_stagefile .stage/chroot_localpackageslists

Modified: dists/trunk/live-helper/helpers/lh_chroot_packages
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_packages	2007-04-26 09:49:03 UTC (rev 1179)
+++ dists/trunk/live-helper/helpers/lh_chroot_packages	2007-04-26 09:51:49 UTC (rev 1180)
@@ -48,7 +48,7 @@
 if [ -n "${LIVE_PACKAGES}" ]
 then
 	# Restoring cache
-	Restore_cache cache/chroot_packages
+	Restore_cache cache/packages_packages
 
 	# Installing packages
 	case "${LH_APT}" in
@@ -62,7 +62,7 @@
 	esac
 
 	# Saving cache
-	Save_cache cache/chroot_packages
+	Save_cache cache/packages_packages
 
 	# Creating stage file
 	Create_stagefile .stage/chroot_packages

Modified: dists/trunk/live-helper/helpers/lh_chroot_packageslists
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_packageslists	2007-04-26 09:49:03 UTC (rev 1179)
+++ dists/trunk/live-helper/helpers/lh_chroot_packageslists	2007-04-26 09:51:49 UTC (rev 1180)
@@ -48,7 +48,7 @@
 if [ -n "${LIVE_PACKAGES_LISTS}" ]
 then
 	# Restoring cache
-	Restore_cache cache/chroot_packageslists
+	Restore_cache cache/packages_packageslists
 
 	for LIST in ${LIVE_PACKAGES_LISTS}
 	do
@@ -74,7 +74,7 @@
 	done
 
 	# Saving cache
-	Save_cache cache/chroot_packageslists
+	Save_cache cache/packages_packageslists
 
 	# Creating stage file
 	Create_stagefile .stage/chroot_packageslists

Modified: dists/trunk/live-helper/helpers/lh_chroot_tasks
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_tasks	2007-04-26 09:49:03 UTC (rev 1179)
+++ dists/trunk/live-helper/helpers/lh_chroot_tasks	2007-04-26 09:51:49 UTC (rev 1180)
@@ -48,7 +48,7 @@
 if [ -n "${LIVE_TASKS}" ]
 then
 	# Restoring cache
-	Restore_cache cache/chroot_tasks
+	Restore_cache cache/packages_tasks
 
 	# Checking depends
 	case "${LH_TASKSEL}" in
@@ -82,7 +82,7 @@
 	Remove_package
 
 	# Saving cache
-	Save_cache cache/chroot_tasks
+	Save_cache cache/packages_tasks
 
 	# Creating stage file
 	Create_stagefile .stage/chroot_tasks




More information about the Debian-live-changes mailing list