From a3c774f88a42345807e86a73541fae251e8978aa Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Fri, 16 Jul 2010 15:55:45 +0200 Subject: [PATCH] adjust BuildLiveCD PUBDIR variable to match reality (uses SUBARCH on the buildd) --- BuildLiveCD | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/BuildLiveCD b/BuildLiveCD index 96e68d95..d1412bb0 100755 --- a/BuildLiveCD +++ b/BuildLiveCD @@ -116,7 +116,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 de6e4c9b..1d97e7fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (1.133) UNRELEASED; urgency=low + + * adjust BuildLiveCD PUBDIR variable to match reality (uses SUBARCH on the + buildd) + + -- Oliver Grawert Fri, 16 Jul 2010 15:54:01 +0200 + livecd-rootfs (1.132) maverick; urgency=low * BuildLiveCD: revert change from revno 284 that adds subarch to the logfile