~ondrak/ondras-snaps/+git/core20:pkcs11-test

Last commit made on 2022-07-27
Get this branch:
git clone -b pkcs11-test https://git.launchpad.net/~ondrak/ondras-snaps/+git/core20

Branch merges

Branch information

Name:
pkcs11-test
Repository:
lp:~ondrak/ondras-snaps/+git/core20

Recent commits

26ebe21... by Ondrej Kubik

hooks: trim down pkcs#11 dependencies

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

92ed197... by Ondrej Kubik

hooks: add pkcs#11 dependencies

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

a27622b... by Alfonso Sanchez-Beato

Merge pull request #134 from Meulengracht/feature/ubuntu-save

static/usr/lib/core: mount ubuntu-save to /var/lib/snapd/save

Backport from core-base PR https://github.com/snapcore/core-base/pull/49

8cf363b... by Philip Meulengracht

static/usr/lib/core: mount ubuntu-save to /var/lib/snapd/save, add test to verify this is done at the right stage

ee71382... by Michael Vogt

Merge pull request #133 from anonymouse64/feature/var-cups-dir

hooks: mkdir /var/cups to avoid writable mimic creation for snaps using cups

5640e8e... by Ian Johnson

hooks: mkdir /var/cups to avoid writable mimic creation for snaps using cups

Snaps using the cups interface with the cups snap as of snapd 2.55 will create
a bind mount of /run/cups -> /var/cups, which since /var/cups does not exist
will trigger the writable mimic code to create a writable mimic on /var. This
results in a fair amount of extra bind mounts for every directory in /var, so
creating this directory empty in the base snap ensures that no writable mimic
need be created.

Signed-off-by: Ian Johnson <email address hidden>

a9a078f... by Alfonso Sanchez-Beato

Merge pull request #129 from cjwatson/ppa-launchpadcontent-net

Handle PPAs being served from ppa.launchpadcontent.net

3c47260... by Colin Watson

Handle PPAs being served from ppa.launchpadcontent.net

We now have a new HTTPS-capable domain for public PPAs, namely
ppa.launchpadcontent.net. Adjust various bits of the build system to
accept that.

2bf52ab... by Philip Meulengracht

Merge pull request #127 from Meulengracht/master

Add a PR template that informs of core-base repository

493e528... by Philip Meulengracht

core: add a PR template that informs of core-base repository