mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-28 19:41:28 +00:00
Import patches-unapplied version 2.117 to ubuntu/raring-proposed
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
This commit is contained in:
parent
dc70edd6ff
commit
1f82c6ba35
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.117) raring; urgency=low
|
||||||
|
|
||||||
|
* make ubuntu-touch-android.sh also create $subarch-system.img
|
||||||
|
$subarch-recovery.img and $subarch-boot.img
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Thu, 28 Mar 2013 18:47:06 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.116) raring; urgency=low
|
livecd-rootfs (2.116) raring; urgency=low
|
||||||
|
|
||||||
* add new arg (-t) to enable Ubuntu Touch android cross builds which calls a
|
* add new arg (-t) to enable Ubuntu Touch android cross builds which calls a
|
||||||
|
@ -30,4 +30,7 @@ brunch $codename
|
|||||||
|
|
||||||
cd -
|
cd -
|
||||||
cp $builddir/out/target/product/$codename/*-$codename.zip .
|
cp $builddir/out/target/product/$codename/*-$codename.zip .
|
||||||
|
for image in system recovery boot; do
|
||||||
|
cp $builddir/out/target/product/$codename/$image.img ./$codename-$image.img
|
||||||
|
done
|
||||||
rm -rf $buildir
|
rm -rf $buildir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user