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

ubuntu/precise
Oliver Grawert 15 years ago
parent d590f72193
commit a3c774f88a

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

7
debian/changelog vendored

@ -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 livecd-rootfs (1.132) maverick; urgency=low
* BuildLiveCD: revert change from revno 284 that adds subarch to the logfile * BuildLiveCD: revert change from revno 284 that adds subarch to the logfile

Loading…
Cancel
Save