From add50ee9119e66e4c90f30219a38374bf75d21e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Wed, 23 Sep 2009 09:46:37 +0200 Subject: [PATCH] Put livecd logs into project/ not project-subarch/. --- BuildLiveCD | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/BuildLiveCD b/BuildLiveCD index 2e83ef0a..6bc7a998 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}${SUBARCH:+-$SUBARCH}/ + PUBDIR=~/public_html/LiveCD/${STE}/${arg}/ mkdir -p ${PUBDIR} NOW=$(date +%Y%m%d) diff --git a/debian/changelog b/debian/changelog index e90a605f..f01ad7aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (0.98) UNRELEASED; urgency=low + + * Put livecd logs into project/ not project-subarch/. + + -- Loïc Minier Wed, 23 Sep 2009 09:45:23 +0200 + livecd-rootfs (0.97) karmic; urgency=low [ Colin Watson ]