From 4b8ada68cd22553584bb47e074c20ec0ecdbe03a Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 13 Jun 2011 19:43:13 +0100 Subject: [PATCH] Fix ordering of log file creation in BuildLiveCD. --- BuildLiveCD | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/BuildLiveCD b/BuildLiveCD index d84e6ec1..95b006d4 100755 --- a/BuildLiveCD +++ b/BuildLiveCD @@ -130,11 +130,11 @@ for STE in $SUITES; do fi NOW=${NOW} LOG=${PUBDIR}${NOW}/livecd-${NOW}-${ARCH}.out - > ${LOG} rm -f ${PUBDIR}latest ln -sf ${PUBDIR}${NOW} ${PUBDIR}latest mkdir -p ${PUBDIR}${NOW} + > ${LOG} if $LIVE_BUILD; then mkdir -p "${DIR}/auto" for f in config build clean; do diff --git a/debian/changelog b/debian/changelog index e02d0187..a81b396f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.1) UNRELEASED; urgency=low + + * Fix ordering of log file creation in BuildLiveCD. + + -- Colin Watson Mon, 13 Jun 2011 19:42:59 +0100 + livecd-rootfs (2.0) oneiric; urgency=low * Add live-build support. The old livecd.sh is still here for