snap-core18:master

Last commit made on 2024-04-12
Get this branch:
git clone -b master https://git.launchpad.net/snap-core18

Branch merges

Branch information

Name:
master
Repository:
lp:snap-core18

Recent commits

986ebdd... by Valentin David

Merge pull request #189 from valentindavid/valentindavid/lazy-umount-snapd

run-snapd-from-snap: lazily umount snapd

974aca2... by Valentin David

run-snapd-from-snap: lazily umount snapd

e6c8e3b... by Valentin David

run-snapd-from-snap: set the current symlink before bootstrapping

17453a2... by Michael Vogt

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

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

e07270c... 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>

a2f0a2e... by Alfonso Sanchez-Beato

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

Handle PPAs being served from ppa.launchpadcontent.net

0ef21a0... 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.

ff77695... by Philip Meulengracht

Merge pull request #184 from flotter/ctrl-alt-del-burst-action

static: disable systemd ctrl-alt-del burst action

8c5605f... by Philip Meulengracht

Merge pull request #185 from snowsky/add-update-motd.d-to-writable-dir

make update-motd writable for branding purposes

ae3e66d... by Hao Wang

make update-motd writable for branding purposes