[SCM] live-helper branch, debian, updated. debian/2.0_a8-1-36-ga44b663

Daniel Baumann daniel at debian.org
Fri Mar 12 15:25:14 UTC 2010


The following commit has been merged in the debian branch:
commit fe0267915ab764613ada0d7818393de96fa946a4
Author: Richard Nelson <unixabg at gmail.com>
Date:   Mon Mar 8 16:34:26 2010 -0600

    Updating cron for live-helper 2 in the cgi.

diff --git a/cgi/cron b/cgi/cron
index 5d87cfe..4e6ec45 100755
--- a/cgi/cron
+++ b/cgi/cron
@@ -84,9 +84,9 @@ then
 
 		# Generating image
 		cd "${_TEMPDIR}"/"${_BUILD}"
-		lh_config -c ${_FILE} >> "${_TEMPDIR}"/"${_BUILD}"/log 2>&1
+		lh config -c ${_FILE} >> "${_TEMPDIR}"/"${_BUILD}"/log 2>&1
 		_ERRORCONFIG="${?}"
-		lh_build >> "${_TEMPDIR}"/"${_BUILD}"/log 2>&1
+		lh build >> "${_TEMPDIR}"/"${_BUILD}"/log 2>&1
 		_ERRORBUILD="${?}"
 
 		_DATE_END="`date -R`"

-- 
live-helper



More information about the debian-live-changes mailing list