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

daniel at alioth.debian.org daniel at alioth.debian.org
Thu Jul 5 21:14:01 UTC 2007


Author: daniel
Date: 2007-07-05 21:14:01 +0000 (Thu, 05 Jul 2007)
New Revision: 2405

Modified:
   dists/trunk/live-helper/docs/ChangeLog
   dists/trunk/live-helper/helpers/lh_chroot_local-hooks
Log:
Reverted r2404; people should rather fix their editor; otherwise we end up with a never ending list of excludes.

Modified: dists/trunk/live-helper/docs/ChangeLog
===================================================================
--- dists/trunk/live-helper/docs/ChangeLog	2007-07-05 20:31:43 UTC (rev 2404)
+++ dists/trunk/live-helper/docs/ChangeLog	2007-07-05 21:14:01 UTC (rev 2405)
@@ -3,8 +3,6 @@
 	* helpers/lh_binary_rootfs:
 	  - Fix inverted logic error to detect when exclude the kernel
 	    from the squashfs image.
-	* helpers/lh_chroot_local-hooks:
-	  - Avoid to run backup files.
 
 2007-07-04  Otavio Salvador  <otavio at debian.org>
 

Modified: dists/trunk/live-helper/helpers/lh_chroot_local-hooks
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_local-hooks	2007-07-05 20:31:43 UTC (rev 2404)
+++ dists/trunk/live-helper/helpers/lh_chroot_local-hooks	2007-07-05 21:14:01 UTC (rev 2405)
@@ -51,12 +51,6 @@
 then
 	for HOOK in config/chroot_local-hooks/*
 	do
-		# Avoid backup files
-		if echo "${HOOK}" | grep -q '~$'
-		then
-			continue
-		fi
-
 		# Copying hook
 		cp "${HOOK}" chroot/root
 




More information about the Debian-live-changes mailing list