3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-04-17 06:01:34 +00:00

Revert last change; it's actually much more wide-ranging than I thought as

it would cause each livefs build on a subarch to rotate the timestamped
dir and hence would mask the previous builds; and even if that would be
fixed, arch-indepedent filenames such as manifest/kernel/initrd/etc.
symlinks would clash.
This commit is contained in:
Loïc Minier 2009-09-24 11:54:33 +02:00
parent 4797a3c958
commit 04f8300137
2 changed files with 11 additions and 1 deletions

@ -114,7 +114,7 @@ for STE in $SUITES; do
fi
for arg in "$@"; do
PUBDIR=~/public_html/LiveCD/${STE}/${arg}/
PUBDIR=~/public_html/LiveCD/${STE}/${arg}${SUBARCH:+-$SUBARCH}/
mkdir -p ${PUBDIR}
NOW=$(date +%Y%m%d)

10
debian/changelog vendored

@ -1,3 +1,13 @@
livecd-rootfs (0.99) UNRELEASED; urgency=low
* Revert last change; it's actually much more wide-ranging than I thought as
it would cause each livefs build on a subarch to rotate the timestamped
dir and hence would mask the previous builds; and even if that would be
fixed, arch-indepedent filenames such as manifest/kernel/initrd/etc.
symlinks would clash.
-- Loïc Minier <loic.minier@ubuntu.com> Thu, 24 Sep 2009 11:52:25 +0200
livecd-rootfs (0.98) karmic; urgency=low
* Put livecd logs into project/ not project-subarch/.