[SCM] debian-live/live-helper branch, master, updated. 1.0_a43-1-9-gece0f9b

Daniel Baumann daniel at debian.org
Tue Apr 15 15:38:08 UTC 2008


The following commit has been merged in the master branch:
commit ece0f9b574cf485a1681ced7bd47c3fc141627d5
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Apr 15 17:38:03 2008 +0200

    Sorting image file lists.

diff --git a/helpers/lh_binary_md5sum b/helpers/lh_binary_md5sum
index e40be93..edc636e 100755
--- a/helpers/lh_binary_md5sum
+++ b/helpers/lh_binary_md5sum
@@ -70,7 +70,7 @@ cat ../md5sum.txt >> md5sum.txt
 rm -f ../md5sum.txt
 
 # File list
-find . | sed -e 's|^.||g' | grep "^/" > ../binary.list
+find . | sed -e 's|^.||g' | grep "^/" | sort > ../binary.list
 
 cd "${OLDPWD}"
 
diff --git a/helpers/lh_source_md5sum b/helpers/lh_source_md5sum
index e8f9b6e..287d2d1 100755
--- a/helpers/lh_source_md5sum
+++ b/helpers/lh_source_md5sum
@@ -75,7 +75,7 @@ cat ../md5sum.txt >> md5sum.txt
 rm -f ../md5sum.txt
 
 # File list
-find . | sed -e 's|^.||g' | grep "^/" > ../source.list
+find . | sed -e 's|^.||g' | grep "^/" | sort > ../source.list
 
 cd "${OLDPWD}"
 

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list