Imported using git-ubuntu import.
Changelog parent: f381ad345f
New changelog entries:
[ Steve Langasek ]
* Add support to the ubuntu-touch target to generate a separate custom
tarball as part of the build, moving most click packages into it.
[ Colin Watson ]
* Temporarily install the to-be-moved click packages in both core and
custom databases, to simplify the landing process.
impish
parent
f381ad345f
commit
02cb6ca7cf
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
echo "Splitting out custom tarball"
|
||||
|
||||
rm -f binary/boot/custom.dir
|
||||
mkdir binary/boot/custom.dir
|
||||
mv binary/boot/filesystem.dir/custom binary/boot/custom.dir/custom
|
Loading…
Reference in new issue