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

daniel at alioth.debian.org daniel at alioth.debian.org
Tue May 22 11:51:09 UTC 2007


Author: daniel
Date: 2007-05-22 11:51:09 +0000 (Tue, 22 May 2007)
New Revision: 1592

Modified:
   dists/trunk/live-helper/docs/TODO
   dists/trunk/live-helper/helpers/lh_binary_md5sum
   dists/trunk/live-helper/helpers/lh_source_md5sum
Log:


Modified: dists/trunk/live-helper/docs/TODO
===================================================================
--- dists/trunk/live-helper/docs/TODO	2007-05-22 10:23:28 UTC (rev 1591)
+++ dists/trunk/live-helper/docs/TODO	2007-05-22 11:51:09 UTC (rev 1592)
@@ -9,8 +9,6 @@
   * check variable/helper/conffile names
   * add compat code for old syslinux
   * mkisofs parameter quoting
-  * mkisofs -m conditial for mini/minimal
-  * fix md5sum.txt, exclude isolinux/{isolinux.bin,boot.cat?}
 
 ALPHA series:
 

Modified: dists/trunk/live-helper/helpers/lh_binary_md5sum
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_md5sum	2007-05-22 10:23:28 UTC (rev 1591)
+++ dists/trunk/live-helper/helpers/lh_binary_md5sum	2007-05-22 11:51:09 UTC (rev 1592)
@@ -54,8 +54,9 @@
 
 # Calculating md5sums
 cd binary
-find . -type f -print0 | sort | xargs -0 md5sum > ../md5sum.txt
+find . -type f | sort | grep -v 'isolinux/isolinux.bin' | xargs md5sum > ../md5sum.txt
 mv ../md5sum.txt ./
+
 cd "${OLDPWD}"
 
 # Creating stage file

Modified: dists/trunk/live-helper/helpers/lh_source_md5sum
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_md5sum	2007-05-22 10:23:28 UTC (rev 1591)
+++ dists/trunk/live-helper/helpers/lh_source_md5sum	2007-05-22 11:51:09 UTC (rev 1592)
@@ -59,7 +59,7 @@
 
 # Calculating md5sums
 cd source
-find . -type f -print0 | sort | xargs -0 md5sum > ../md5sum.txt
+find . -type f | sort | xargs md5sum > ../md5sum.txt
 mv ../md5sum.txt ./
 cd "${OLDPWD}"
 




More information about the Debian-live-changes mailing list