From 04f830013746eaded9e3f9684d1134531651d7f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Thu, 24 Sep 2009 11:54:33 +0200 Subject: [PATCH] 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. --- BuildLiveCD | 2 +- debian/changelog | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/BuildLiveCD b/BuildLiveCD index 6bc7a998..2e83ef0a 100755 --- a/BuildLiveCD +++ b/BuildLiveCD @@ -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) diff --git a/debian/changelog b/debian/changelog index 352653ea..69535a10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 24 Sep 2009 11:52:25 +0200 + livecd-rootfs (0.98) karmic; urgency=low * Put livecd logs into project/ not project-subarch/.