Imported using git-ubuntu import.
Changelog parent: fdf09ef826d9f9e4c3a9fa8e509a40bafe98e579
New changelog entries:
* drop the namespace in mount options of ubuntu-touch-android.sh,
mount does not like that
* actually give chroot a rootdir when calling it
* make sure /dev/pts exists in the chroot before mounting something on it
* make umount lazy
Imported using git-ubuntu import.
Changelog parent: 19d6263b9983ebc28bd7506d7c0898188df17ccc
New changelog entries:
* fix typos in debootstrap line of ubuntu-touch-android.sh
* redo ubuntu-touch-android.sh to use its own build chroot since we can not
add universe support to the livefs builder chroot
* ubuntu-touch-android.sh: enable universe in the build chroot
Imported using git-ubuntu import.
Changelog parent: 22acc1e6029f480360f633265b86a59768ed7991
New changelog entries:
* fix typo in shebang of ubuntu-touch-android.sh
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
Imported using git-ubuntu import.
Changelog parent: 1f82c6ba35a1d0f1ffaa22f451de1d8d65f4379e
New changelog entries:
* normalize the naming scheme for ubuntu-touch-android.sh output
Imported using git-ubuntu import.
Changelog parent: dc70edd6ff6a0b53e9b240271658a54a0df35505
New changelog entries:
* make ubuntu-touch-android.sh also create $subarch-system.img
$subarch-recovery.img and $subarch-boot.img
Imported using git-ubuntu import.
Changelog parent: 5cc031fcd93778dc1156236d4762fae0f1abf76a
New changelog entries:
* add new arg (-t) to enable Ubuntu Touch android cross builds which calls a
newly added script (ubuntu-touch-android.sh) to cross build android base
images for Ubuntu Touch on an amd64 builder.