APPLIED: [Bionic][deb-to-snap master][Patch] deb to snap: install updates before building

Stefan Bader stefan.bader at canonical.com
Thu Jan 10 16:04:40 UTC 2019


On 17.12.18 12:06, Robert Liu wrote:
> BugLink: https://launchpad.net/bugs/1808768
> 
> Install updates after deboostrap to avoid using out-of-date packages.
> 
> Signed-off-by: Robert Liu <robert.liu at canonical.com>
> ---
Applied to bionic/linux-snap/master. Thanks.

-Stefan
>  Makefile | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Makefile b/Makefile
> index 0a9a7c4..c60d6a4 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -67,6 +67,9 @@ install : KVERS = $(shell ls -1 chroot/boot/vmlinuz-*| tail -1 |sed 's/^.*vmlinu
>  all:
>  	debootstrap --variant=minbase $(RELEASE) chroot
>  	cp /etc/apt/sources.list chroot/etc/apt/sources.list
> +	# install all updates
> +	$(ENV) chroot chroot apt-get -y update
> +	$(ENV) chroot chroot apt-get -y upgrade
>  	echo "deb http://ppa.launchpad.net/snappy-dev/image/ubuntu $(RELEASE) main" >> chroot/etc/apt/sources.list
>  	if [ "$(PROPOSED)" = "true" ]; then \
>  	  echo "deb http://$(MIRROR) $(RELEASE)-proposed main restricted" >> chroot/etc/apt/sources.list; \
> 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20190110/00099b76/attachment.sig>


More information about the kernel-team mailing list