BuildLiveCD: Add the subproject (if any) and the ubuntu-defaults-image

locale (if any) to the output directory name.
ubuntu/precise
Colin Watson 14 years ago
parent 4b7a89b829
commit 083335c7c6

@ -125,7 +125,7 @@ for STE in $SUITES; do
DIR=~/build.live/chroot-${STE}/./build/ DIR=~/build.live/chroot-${STE}/./build/
fi fi
PUBDIR=~/public_html/LiveCD/${STE}/${FS}${SUBARCH:+-$SUBARCH}/ PUBDIR=~/public_html/LiveCD/${STE}/${FS}${SUBPROJECT:+-$SUBPROJECT}${SUBARCH:+-$SUBARCH}${UBUNTU_DEFAULTS_LOCALE:+-$UBUNTU_DEFAULTS_LOCALE}/
mkdir -p ${PUBDIR} mkdir -p ${PUBDIR}
NOW=$(date +%Y%m%d) NOW=$(date +%Y%m%d)

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.33) UNRELEASED; urgency=low
* BuildLiveCD: Add the subproject (if any) and the ubuntu-defaults-image
locale (if any) to the output directory name.
-- Colin Watson <cjwatson@ubuntu.com> Wed, 24 Aug 2011 12:21:08 +0100
livecd-rootfs (2.32) oneiric; urgency=low livecd-rootfs (2.32) oneiric; urgency=low
* Fix kernel package name for mx5. * Fix kernel package name for mx5.

Loading…
Cancel
Save