adjust BuildLiveCD PUBDIR variable to match reality (uses SUBARCH on the buildd)

This commit is contained in:
Oliver Grawert 2010-07-16 15:55:45 +02:00
parent d590f72193
commit a3c774f88a
2 changed files with 8 additions and 1 deletions

View File

@ -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)

7
debian/changelog vendored
View File

@ -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 <ogra@ubuntu.com> 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