diff --git a/BuildLiveCD b/BuildLiveCD index 985340ce..96e68d95 100755 --- a/BuildLiveCD +++ b/BuildLiveCD @@ -125,7 +125,7 @@ for STE in $SUITES; do NOW=${NOW}.$n fi NOW=${NOW} - LOG=${PUBDIR}${NOW}/livecd-${NOW}-${ARCH}${SUBARCH:+-$SUBARCH}.out + LOG=${PUBDIR}${NOW}/livecd-${NOW}-${ARCH}.out rm -f ${PUBDIR}latest ln -sf ${PUBDIR}${NOW} ${PUBDIR}latest diff --git a/debian/changelog b/debian/changelog index cdab4974..e7fb74e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (1.132) UNRELEASED; urgency=low + + * BuildLiveCD: revert change from revno 284 that adds subarch to the logfile + names as it breaks mailing of the logs from the cdimage buildlive script + + -- Oliver Grawert Thu, 15 Jul 2010 11:15:54 +0200 + livecd-rootfs (1.131) maverick; urgency=low * add support for omap4 images