[SCM] live-helper branch, debian-next, updated. debian/2.0_a15-1-5-g541824a

Daniel Baumann daniel at debian.org
Mon Jun 21 20:52:31 UTC 2010


The following commit has been merged in the debian-next branch:
commit 541824a8c469fcd9b9d8091e0a448b9d9a8188d2
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Jun 21 22:52:10 2010 +0200

    Including build-job in the mail that is sent by the cgi.

diff --git a/cgi/cron b/cgi/cron
index 0bf4554..f8e7b24 100755
--- a/cgi/cron
+++ b/cgi/cron
@@ -118,6 +118,16 @@ then
 		    -e "s#SERVER#${_SERVER}#" \
 		"${_TEMPLATES}"/mail.txt > "${_DESTDIR}"/"${_BUILD}"/mail
 
+cat >> "${_DESTDIR}"/"${_BUILD}"/mail << EOF
+
+---
+
+Here's a list of all build-options that were used to build your image:
+
+EOF
+
+		cat "${_DESTDIR}"/"${_BUILD}"/build >> "${_DESTDIR}"/"${_BUILD}"/mail
+
 		# Moving binary image
 		#if ls "${_TEMPDIR}"/"${_BUILD}"/binary*.* > /dev/null 2>&1
 		if Find_files ${_TEMPDIR}/${_BUILD}/binary*.*

-- 
live-helper



More information about the debian-live-changes mailing list