[SCM] Debian Live build scripts (webfrontent) branch, master, updated. cd7a4a353ae652a45057da5726467e23401be52d

Richard Nelson unixabg at gmail.com
Wed Nov 5 00:42:37 UTC 2008


The following commit has been merged in the master branch:
commit cd7a4a353ae652a45057da5726467e23401be52d
Author: Richard Nelson <unixabg at gmail.com>
Date:   Tue Nov 4 18:40:06 2008 -0600

    Bug fix on custom bootstrap and custom binary.

diff --git a/scripts/cron b/scripts/cron
index 088077b..4ac481b 100755
--- a/scripts/cron
+++ b/scripts/cron
@@ -65,6 +65,10 @@ then
 		_BUILD=`awk -F\" '/^_BUILD=/{print $2}' ${_FILE}`
 		# Pull in the email address
 		_EMAIL=`awk -F\" '/^_EMAIL=/{print $2}' ${_FILE}`
+		# Pull in the custom bootstrap
+		_CUSTOM_BOOTSTRAP=`awk -F\" '/^_CUSTOM_BOOTSTRAP=/{print $2}' ${_FILE}`
+		# Pull in the custom binary
+		_CUSTOM_BINARY=`awk -F\" '/^_CUSTOM_BINARY=/{print $2}' ${_FILE}`
 		
 		# Drop out some build data for information if something goes wrong.
 		echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-webhelper: begin web build (${_BUILD})." >> /var/log/live

-- 
Debian Live build scripts (webfrontent)



More information about the debian-live-changes mailing list