[Merge] lp:~zyga/livecd-rootfs/base-snap into lp:livecd-rootfs
Michael Vogt
michael.vogt at canonical.com
Wed May 25 18:57:05 UTC 2016
Diff comments:
>
> === modified file 'live-build/auto/build'
> --- live-build/auto/build 2016-05-11 01:18:06 +0000
> +++ live-build/auto/build 2016-05-25 18:30:52 +0000
> @@ -342,6 +342,16 @@
>
> snapfile="$(ls ubuntu-core*.snap)"
> cp -a $snapfile $PREFIX.os.snap
> + # Build the new variant (base) of the same snap too.
> + cat > $rootfs/meta/snap.yaml <<EOF
> +name: base
> +version: $VERSION
> +summary: Base content for snapd
> +architectures: [$ARCH]
> +type: os
> +EOF
> + snapfile="$(ls base*.snap)"
Isn't there a `snapcraft snap $rootfs` missing here?
> + cp -a $snapfile $PREFIX.base.snap
> fi
> fi
>
--
https://code.launchpad.net/~zyga/livecd-rootfs/base-snap/+merge/295754
Your team Ubuntu Core Development Team is requested to review the proposed merge of lp:~zyga/livecd-rootfs/base-snap into lp:livecd-rootfs.
More information about the Ubuntu-reviews
mailing list