[Merge] ~mwhudson/livecd-rootfs/+git/livecd-rootfs:cpc-file-list into livecd-rootfs:ubuntu/master
Michael Hudson-Doyle
mwhudsonlp at fastmail.fm
Wed Nov 13 22:31:53 UTC 2019
Diff comments:
> diff --git a/live-build/functions b/live-build/functions
> index c5a6344..2fdcbe9 100644
> --- a/live-build/functions
> +++ b/live-build/functions
> @@ -51,6 +51,11 @@ create_manifest() {
> echo "create_manifest call to dpkg-query finished."
> ./config/snap-seed-parse "${chroot_root}" "${target_file}"
> echo "create_manifest call to snap_seed_parse finished."
> + if [ "$PROJECT" = ubuntu-cpc ]; then
> + echo "create_manifest creating file listing."
> + local target_filelist=${2/.manifest}.filelist
Yes, I meant %.manifest, will fix.
> + (cd "${chroot_root}" && find) > "${target_filelist}"
Yeah, I think this find printing anything to stderr would indicate a problem so it's reasonable for it to end up in the log.
> + fi
> echo "create_manifest finished"
> }
>
--
https://code.launchpad.net/~mwhudson/livecd-rootfs/+git/livecd-rootfs/+merge/374332
Your team Ubuntu Core Development Team is subscribed to branch livecd-rootfs:ubuntu/master.
More information about the Ubuntu-reviews
mailing list