mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
Fix ordering of log file creation in BuildLiveCD.
This commit is contained in:
parent
f064f5b1e6
commit
4b8ada68cd
@ -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
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.1) UNRELEASED; urgency=low
|
||||
|
||||
* Fix ordering of log file creation in BuildLiveCD.
|
||||
|
||||
-- Colin Watson <cjwatson@ubuntu.com> 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user