normalize the naming scheme for ubuntu-touch-android.sh output

ubuntu/trusty
Oliver Grawert 12 years ago
parent 9ff1d46a87
commit 5c59ea00b3

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.118) UNRELEASED; 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
* make ubuntu-touch-android.sh also create $subarch-system.img

@ -29,8 +29,8 @@ repo sync
brunch $codename
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
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
rm -rf $buildir

Loading…
Cancel
Save