mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-07 17:02:30 +00:00
Import patches-unapplied version 2.118 to ubuntu/raring-proposed
Imported using git-ubuntu import. Changelog parent: 1f82c6ba35a1d0f1ffaa22f451de1d8d65f4379e New changelog entries: * normalize the naming scheme for ubuntu-touch-android.sh output
This commit is contained in:
parent
1f82c6ba35
commit
1812c4e20f
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.118) raring; urgency=low
|
||||||
|
|
||||||
|
* normalize the naming scheme for ubuntu-touch-android.sh output
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Thu, 28 Mar 2013 19:34:18 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.117) raring; urgency=low
|
livecd-rootfs (2.117) raring; urgency=low
|
||||||
|
|
||||||
* make ubuntu-touch-android.sh also create $subarch-system.img
|
* make ubuntu-touch-android.sh also create $subarch-system.img
|
||||||
|
@ -29,8 +29,8 @@ repo sync
|
|||||||
brunch $codename
|
brunch $codename
|
||||||
|
|
||||||
cd -
|
cd -
|
||||||
cp $builddir/out/target/product/$codename/*-$codename.zip .
|
cp $builddir/out/target/product/$codename/*-$codename.zip ./livecd.ubuntu-touch-$codename.zip
|
||||||
for image in system recovery boot; do
|
for image in system recovery boot; do
|
||||||
cp $builddir/out/target/product/$codename/$image.img ./$codename-$image.img
|
cp $builddir/out/target/product/$codename/$image.img ./livecd.ubuntu-touch-$codename.$image.img
|
||||||
done
|
done
|
||||||
rm -rf $buildir
|
rm -rf $buildir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user