From 5e2758b4c0b389fbff5d693bccaaff9f2b3bc642 Mon Sep 17 00:00:00 2001 From: Richard Nelson Date: Mon, 21 Oct 2013 20:12:00 -0500 Subject: Updating files to copy for finished build on l-b-cgi frontend and the 4.x branch. --- frontend/cgi/live-build-cgi.cron | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'frontend/cgi') diff --git a/frontend/cgi/live-build-cgi.cron b/frontend/cgi/live-build-cgi.cron index ea57a5da2..5809723b9 100755 --- a/frontend/cgi/live-build-cgi.cron +++ b/frontend/cgi/live-build-cgi.cron @@ -154,18 +154,10 @@ EOF cat "${_TEMPDIR}"/"${_BUILD}"/"${_BUILD}".build >> "${_DESTDIR}"/"${_BUILD}"/mail - # Moving binary image - #if ls "${_TEMPDIR}"/"${_BUILD}"/binary*.* > /dev/null 2>&1 - if Find_files ${_BUILD_PATH}/binary*.* + # Moving live-image-* files + if Find_files ${_BUILD_PATH}/live-image-* then - mv "${_BUILD_PATH}"/binary*.* "${_DESTDIR}"/"${_BUILD}" - fi - - # Moving source image - #if ls "${_TEMPDIR}"/"${_BUILD}"/source.* > /dev/null 2>&1 - if Find_files ${_BUILD_PATH}/source.* - then - mv "${_BUILD_PATH}"/source.* "${_DESTDIR}"/"${_BUILD}" + mv "${_BUILD_PATH}"/live-image-* "${_DESTDIR}"/"${_BUILD}" fi # Moving build -- cgit v1.2.3