From 4c6879eb336e008ecf919dec7af92ba67bace9b0 Mon Sep 17 00:00:00 2001 From: Richard Nelson Date: Fri, 31 May 2013 14:25:45 -0500 Subject: [PATCH] Run build call from l-b-cgi.cron with noauto. --- frontends/cgi/live-build-cgi.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/cgi/live-build-cgi.cron b/frontends/cgi/live-build-cgi.cron index 740c92019..d6a474e2e 100755 --- a/frontends/cgi/live-build-cgi.cron +++ b/frontends/cgi/live-build-cgi.cron @@ -111,7 +111,7 @@ then # Run build if config went ok if [ "${_ERRORCONFIG}" -eq "0" ] then - lb build >> "${_BUILD_PATH}"/log 2>&1 + lb build noauto >> "${_BUILD_PATH}"/log 2>&1 _ERRORBUILD="${?}" else echo "Build stage skipped. Config produced an error: ${_ERRORCONFIG}" >> "${_BUILD_PATH}"/log