diff --git a/BuildLiveCD b/BuildLiveCD index 2f3063db..508e56a6 100755 --- a/BuildLiveCD +++ b/BuildLiveCD @@ -134,6 +134,7 @@ for STE in $SUITES; do ln -sf ${PUBDIR}${NOW} ${PUBDIR}latest mkdir -p ${PUBDIR}${NOW} > ${LOG} + ln -sf livecd-${NOW}-${ARCH}.out ${PUBDIR}${NOW}/livecd-${ARCH}.out if $LIVE_BUILD; then $LINUX32 sudo chroot ${DIR%/./*} sh -c "cd /${DIR#*/./} && rm -rf auto && mkdir -p auto && for f in config build clean; do ln -s /usr/share/livecd-rootfs/live-build/auto/\$f auto/; done" >> ${LOG} 2>&1 || true $LINUX32 sudo chroot ${DIR%/./*} sh -c "cd /${DIR#*/./} && lb clean --purge" >> ${LOG} 2>&1 || true diff --git a/debian/changelog b/debian/changelog index 2588c178..e441502a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (2.119) UNRELEASED; urgency=low + + * BuildLiveCD: Link livecd-${NOW}-${ARCH}.out to livecd-${ARCH}.out, to + make it easier for cdimage to fetch the latest build log for failure + notification mails. + + -- Colin Watson Mon, 01 Apr 2013 23:34:56 +0100 + livecd-rootfs (2.118) raring; urgency=low * normalize the naming scheme for ubuntu-touch-android.sh output