mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 19:01:30 +00:00
BuildLiveCD: Link livecd-${NOW}-${ARCH}.out to livecd-${ARCH}.out, to
make it easier for cdimage to fetch the latest build log for failure notification mails.
This commit is contained in:
parent
1494c014e9
commit
745ff00e38
@ -134,6 +134,7 @@ for STE in $SUITES; do
|
||||
ln -sf ${PUBDIR}${NOW} ${PUBDIR}latest
|
||||
mkdir -p ${PUBDIR}${NOW}
|
||||
> ${LOG}
|
||||
ln -sf livecd-${NOW}-${ARCH}.out ${PUBDIR}${NOW}/livecd-${ARCH}.out
|
||||
if $LIVE_BUILD; then
|
||||
$LINUX32 sudo chroot ${DIR%/./*} sh -c "cd /${DIR#*/./} && rm -rf auto && mkdir -p auto && for f in config build clean; do ln -s /usr/share/livecd-rootfs/live-build/auto/\$f auto/; done" >> ${LOG} 2>&1 || true
|
||||
$LINUX32 sudo chroot ${DIR%/./*} sh -c "cd /${DIR#*/./} && lb clean --purge" >> ${LOG} 2>&1 || true
|
||||
|
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
livecd-rootfs (2.119) UNRELEASED; urgency=low
|
||||
|
||||
* BuildLiveCD: Link livecd-${NOW}-${ARCH}.out to livecd-${ARCH}.out, to
|
||||
make it easier for cdimage to fetch the latest build log for failure
|
||||
notification mails.
|
||||
|
||||
-- Colin Watson <cjwatson@ubuntu.com> Mon, 01 Apr 2013 23:34:56 +0100
|
||||
|
||||
livecd-rootfs (2.118) raring; urgency=low
|
||||
|
||||
* normalize the naming scheme for ubuntu-touch-android.sh output
|
||||
|
Loading…
x
Reference in New Issue
Block a user