Import patches-unapplied version 1.132 to ubuntu/maverick

Imported using git-ubuntu import.

Changelog parent: 97e8d4f2f53292a8538424430528a6cb2c7e8112

New changelog entries:
  * 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
This commit is contained in:
Oliver Grawert 2010-07-15 11:19:54 +02:00 committed by usd-importer
parent 97e8d4f2f5
commit 4925b24069
2 changed files with 8 additions and 1 deletions

View File

@ -125,7 +125,7 @@ for STE in $SUITES; do
NOW=${NOW}.$n NOW=${NOW}.$n
fi fi
NOW=${NOW} NOW=${NOW}
LOG=${PUBDIR}${NOW}/livecd-${NOW}-${ARCH}${SUBARCH:+-$SUBARCH}.out LOG=${PUBDIR}${NOW}/livecd-${NOW}-${ARCH}.out
rm -f ${PUBDIR}latest rm -f ${PUBDIR}latest
ln -sf ${PUBDIR}${NOW} ${PUBDIR}latest ln -sf ${PUBDIR}${NOW} ${PUBDIR}latest

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (1.132) maverick; 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 <ogra@ubuntu.com> Thu, 15 Jul 2010 11:19:54 +0200
livecd-rootfs (1.131) maverick; urgency=low livecd-rootfs (1.131) maverick; urgency=low
* add support for omap4 images * add support for omap4 images