From 4b933a4da5017cb152b85743ca1cf24c51a72324 Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Thu, 15 Jul 2010 11:18:51 +0200 Subject: [PATCH] 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 --- BuildLiveCD | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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