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

Imported using git-ubuntu import.

Changelog parent: 1812c4e20f222fd2ca6b7a4b86ff7a5657a5af22

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
This commit is contained in:
Oliver Grawert 2013-04-11 11:28:08 +02:00 committed by usd-importer
parent 1812c4e20f
commit 22acc1e602
3 changed files with 16 additions and 1 deletions

View File

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

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

View File

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