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

Daniel Baumann daniel at debian.org
Tue Apr 15 12:00:13 UTC 2008


The following commit has been merged in the master branch:
commit 214ad680d375f51341adce56dfa004b56e8e8dfb
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Apr 15 13:59:53 2008 +0200

    Creating binary and source file lists in build directory.

diff --git a/helpers/lh_binary_md5sum b/helpers/lh_binary_md5sum
index d48bc64..e40be93 100755
--- a/helpers/lh_binary_md5sum
+++ b/helpers/lh_binary_md5sum
@@ -69,6 +69,9 @@ EOF
 cat ../md5sum.txt >> md5sum.txt
 rm -f ../md5sum.txt
 
+# File list
+find . | sed -e 's|^.||g' | grep "^/" > ../binary.list
+
 cd "${OLDPWD}"
 
 # Creating stage file
diff --git a/helpers/lh_clean b/helpers/lh_clean
index acb9149..00b348d 100755
--- a/helpers/lh_clean
+++ b/helpers/lh_clean
@@ -80,7 +80,7 @@ do
 			rm -f binary.img
 			rm -f binary*.tar.gz
 			rm -f binary.sh
-			rm -f binary.packages
+			rm -f binary.list binary.packages
 
 			rm -rf binary
 			rm -rf tftpboot
@@ -107,6 +107,7 @@ do
 			rm -f source.img
 			rm -f source*.tar
 			rm -f source*.tar.gz
+			rm -f binary.list
 
 			rm -rf source
 
diff --git a/helpers/lh_source_md5sum b/helpers/lh_source_md5sum
index 776fa06..e8f9b6e 100755
--- a/helpers/lh_source_md5sum
+++ b/helpers/lh_source_md5sum
@@ -74,6 +74,9 @@ EOF
 cat ../md5sum.txt >> md5sum.txt
 rm -f ../md5sum.txt
 
+# File list
+find . | sed -e 's|^.||g' | grep "^/" > ../source.list
+
 cd "${OLDPWD}"
 
 # Creating stage file

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list