Import patches-unapplied version 2.119 to ubuntu/raring-proposed

Imported using git-ubuntu import.

Changelog parent: 1812c4e20f

New changelog entries:
  [ Colin Watson ]
  * 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.
  [ Oliver Grawert ]
  * the android build system is sadly full of bashisms (even though it has
    generic .sh suffixes and no shebang line) until this is fixed use a
    /bin/bash shebang
impish
Oliver Grawert 12 years ago committed by usd-importer
parent 1812c4e20f
commit 22acc1e602

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

14
debian/changelog vendored

@ -1,3 +1,17 @@
livecd-rootfs (2.119) raring; urgency=low
[ Colin Watson ]
* 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.
[ Oliver Grawert ]
* the android build system is sadly full of bashisms (even though it has
generic .sh suffixes and no shebang line) until this is fixed use a
/bin/bash shebang
-- Oliver Grawert <ogra@ubuntu.com> Thu, 11 Apr 2013 11:28:08 +0200
livecd-rootfs (2.118) raring; urgency=low
* normalize the naming scheme for ubuntu-touch-android.sh output

@ -1,4 +1,4 @@
!#/bin/sh
!#/bin/bash
set -e

Loading…
Cancel
Save