]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
When we upload the iso, we additionally add the
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Aug 2008 23:26:03 +0000 (23:26 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Aug 2008 23:26:03 +0000 (23:26 +0000)
source and maybe the build log.

tools/make-include

index af5c0ec719a1dd3b1dc02e9a61e9d78bb1985d86..e800485b5d57fd68183c34c548952f30e23d975a 100644 (file)
@@ -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 && \