mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-31 04:41:18 +00:00
BuildLiveCD: drop the subarch from the directory name, which has never
made sense; but we don't want this to go live without coordination with cdimage.
This commit is contained in:
parent
1d982b2f56
commit
ff336cb462
@ -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}${SUBARCH:+-$SUBARCH}/
|
PUBDIR=~/public_html/LiveCD/${STE}/${arg}/
|
||||||
mkdir -p ${PUBDIR}
|
mkdir -p ${PUBDIR}
|
||||||
|
|
||||||
NOW=$(date +%Y%m%d)
|
NOW=$(date +%Y%m%d)
|
||||||
|
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -2,6 +2,9 @@ livecd-rootfs (1.130) UNRELEASED; urgency=low
|
|||||||
|
|
||||||
* Revert to version 1.127: we do want the subarch in the filename so these
|
* Revert to version 1.127: we do want the subarch in the filename so these
|
||||||
files can coexist in the same directory, as they do for all other archs.
|
files can coexist in the same directory, as they do for all other archs.
|
||||||
|
* BuildLiveCD: drop the subarch from the directory name, which has never
|
||||||
|
made sense; but we don't want this to go live without coordination with
|
||||||
|
cdimage.
|
||||||
|
|
||||||
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 29 Jun 2010 17:38:04 -0700
|
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 29 Jun 2010 17:38:04 -0700
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user