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

daniel at alioth.debian.org daniel at alioth.debian.org
Tue May 29 06:48:55 UTC 2007


Author: daniel
Date: 2007-05-29 06:48:55 +0000 (Tue, 29 May 2007)
New Revision: 1862

Modified:
   dists/trunk/live-helper/helpers/lh_source_generic
   dists/trunk/live-helper/helpers/lh_source_hdd
Log:


Modified: dists/trunk/live-helper/helpers/lh_source_generic
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_generic	2007-05-29 06:23:25 UTC (rev 1861)
+++ dists/trunk/live-helper/helpers/lh_source_generic	2007-05-29 06:48:55 UTC (rev 1862)
@@ -23,6 +23,7 @@
 Arguments "${@}"
 
 Echo_message "Begin building source generic image..."
+Echo_message "This may take a while."
 
 # Reading configuration files
 Read_conffile config/common
@@ -60,7 +61,6 @@
 		fi
 
 		# Create tarball
-		Echo_message "Creating tarball, this may take a while."
 		tar cf source.tar source
 
 		# Creating stage file

Modified: dists/trunk/live-helper/helpers/lh_source_hdd
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_hdd	2007-05-29 06:23:25 UTC (rev 1861)
+++ dists/trunk/live-helper/helpers/lh_source_hdd	2007-05-29 06:48:55 UTC (rev 1862)
@@ -23,6 +23,7 @@
 Arguments "${@}"
 
 Echo_message "Begin building source harddisk image..."
+Echo_message "This may take a while."
 
 # Reading configuration files
 Read_conffile config/common
@@ -60,7 +61,6 @@
 		fi
 
 		# Create tarball
-		Echo_message "Creating tarball, this may take a while."
 		tar cfz source-hdd.tar.gz source
 
 		# Creating stage file




More information about the Debian-live-changes mailing list