From: Michael Tremer Date: Thu, 28 Aug 2008 23:26:03 +0000 (+0000) Subject: When we upload the iso, we additionally add the X-Git-Tag: v3.0-alpha1~729 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3554fded7cb22da5aca24ebdbff14e0941b6ddd6;p=ipfire-3.x.git When we upload the iso, we additionally add the source and maybe the build log. --- diff --git a/tools/make-include b/tools/make-include index af5c0ec71..e800485b5 100644 --- a/tools/make-include +++ b/tools/make-include @@ -758,6 +758,9 @@ puttarget() { mkdir -p ${DIR} [ -e "${BASEDIR}/packages" ] && cp -al ${BASEDIR}/packages ${DIR} + [ -e "${BATCHLOG}" ] && \ + python ${BASEDIR}/alog2html < ${BATCHLOG} > ${DIR}/build_log.html + git_export; cp -l ${BASEDIR}/${SNAME}-${VERSION}.source.tar.gz ${DIR} cp -l ${BASEDIR}/${SNAME}-${VERSION}.${MACHINE}.iso ${DIR} cd $BASEDIR && \