~wgrant/snapcraft/+git/github:font-common

Last commit made on 2020-11-09
Get this branch:
git clone -b font-common https://git.launchpad.net/~wgrant/snapcraft/+git/github

Branch merges

Branch information

Name:
font-common
Repository:
lp:~wgrant/snapcraft/+git/github

Recent commits

c849288... by Sergio Schvezov

review updates

Signed-off-by: Sergio Schvezov <email address hidden>

d8f2cc6... by Sergio Schvezov

extensions: use SNAP_COMMON instead of SNAP_DATA for fonts

This mitigates issues with fonts breaking when snaps update in the
backround (yet to be fixed in snapd).

Signed-off-by: Sergio Schvezov <email address hidden>

4b73a2e... by Chris Patterson

project schema tests: ensure json format checkers are loaded (#3357)

Many of the tests would fail when not running the whole test suite.
This is because the json format checkers in project_loader._config
have not been loaded. Ensure this module is imported, and mark the
import to ignore related warnings.

Signed-off-by: Chris Patterson <email address hidden>

195460f... by Chris Patterson

tests: sort imports with isort (#3352)

When isort reformats the output, it removes a newline. We can
ignore this delta by telling diff to ignore blank newlines that
wouldn't affect the runtime.

Signed-off-by: Chris Patterson <email address hidden>

19f2af7... by jeremie

plugins v1: fix workspace sourcing for colcon (#3358)

LP:#1866719

59f915c... by Chris Patterson

cli: sort imports with isort (#3354)

Signed-off-by: Chris Patterson <email address hidden>

9abfb50... by Chris Patterson

tools: sort imports with isort (#3353)

Signed-off-by: Chris Patterson <email address hidden>

d79d79b... by Chris Patterson

storeapi: sort imports with isort (#3351)

Add some isort:skip statements where ordering matters in the
package's __init__.py.

Signed-off-by: Chris Patterson <email address hidden>

406db3e... by Ken VanDine

extensions: build with SNAPCRAFT_STAGE in XDG_DATA_DIRS for gnome-3-34 (#3340)

Needed to find Gir files built by other parts

58cb9e3... by Dimitri John Ledkov <email address hidden>

cli,plugins: assume that core22 base wants v2 plugins (#3337)

When trying to use build-base core22, some portions of cli/plugins
defaulted to legacy/v1 plugins, instead of v2.

Use a list of old cores, and assume anything new to be modern/v2.

Signed-off-by: Dimitri John Ledkov <email address hidden>