~canonical-foundations/snap-pc/+git/github-mirror-amd64:16

Last commit made on 2019-05-24
Get this branch:
git clone -b 16 https://git.launchpad.net/~canonical-foundations/snap-pc/+git/github-mirror-amd64

Branch merges

Branch information

Recent commits

662e0a4... by Steve Langasek

Merge pull request #15 from mvo5/travis

add .travis.yml to enable basic smoke testing

b002a90... by Michael Vogt

travis.yml: use "addons" feature to install snapcraft snap

057e08b... by Michael Vogt

add .travis.yml to enable basic smoke testing

This adds a .travis.yml that will build the snap to ensure
that this part works. With that in place we can add additional
tests later.

62d090c... by Łukasz Zemczak

Merge pull request #13 from kubiko/hook-holder

Adding empty configure hook to enable configuration for gadget

b71d950... by Ondrej Kubik

Adding empty configure hook to enable configuration for gadget

Signed-off-by: Ondrej Kubik <email address hidden>

a2b23a6... by Michael Vogt

Merge pull request #7 from mvo5/master

grub.cfg: allow customizing the menuentry via a new "snap_menuentry"

a79e579... by Michael Vogt

grub.cfg: allow customizing the menuentry via a new "snap_menuentry"

772783e... by Steve Langasek

Merge pull request #6 from sil2100/staged-deps

Stage grub packages needed for build instead of fetching as build-deps

a6b7638... by Łukasz Zemczak

Missing -d

ea4eb0a... by Łukasz Zemczak

Modify the Makefile and snapcraft.yaml so that all the grub required packages for build are staged instead of pulled in as build deps as otherwise they might conflict with the ones already installed on the host.