BuildLiveCD: Add subproject and ubuntu-defaults-image locale to error

mail subject.
ubuntu/precise
Colin Watson 14 years ago
parent 6c0cc9d9e2
commit b5d3edf084

@ -14,7 +14,7 @@ finish() {
fi fi
if [ "$SEND_LOG" = "yes" ]; then if [ "$SEND_LOG" = "yes" ]; then
exec >/dev/null 2>&1 exec >/dev/null 2>&1
mailx -s "LiveCD: $STATUS $STE:$FS${SUBARCH:+-$SUBARCH} build on ${ARCH}" buildd+porters < "$BUILD_LOG" mailx -s "LiveCD: $STATUS $STE:$FS${SUBPROJECT:+-$SUBPROJECT}${SUBARCH:+-$SUBARCH}${UBUNTU_DEFAULTS_LOCALE:+-$UBUNTU_DEFAULTS_LOCALE} build on ${ARCH}" buildd+porters < "$BUILD_LOG"
fi fi
rm -f ~/buildLiveCD.lock rm -f ~/buildLiveCD.lock
nohup ~/bin/pruneLiveCD >/dev/null 2>&1 & nohup ~/bin/pruneLiveCD >/dev/null 2>&1 &

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.36) UNRELEASED; urgency=low
* BuildLiveCD: Add subproject and ubuntu-defaults-image locale to error
mail subject.
-- Colin Watson <cjwatson@ubuntu.com> Wed, 31 Aug 2011 10:02:05 +0100
livecd-rootfs (2.35) oneiric; urgency=low livecd-rootfs (2.35) oneiric; urgency=low
* Set KERNEL_FLAVOURS for mx5. * Set KERNEL_FLAVOURS for mx5.

Loading…
Cancel
Save