snapcraft:work/local-package-repo

Last commit made on 2023-07-13
Get this branch:
git clone -b work/local-package-repo https://git.launchpad.net/snapcraft

Branch merges

Branch information

Name:
work/local-package-repo
Repository:
lp:snapcraft

Recent commits

677d0a5... by Tiago Nobrega

Merge branch 'hotfix/7.5' into work/local-package-repo

de56fe6... by Sergio Schvezov

meta: write out metadata links (#4275)

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

576ce5d... by Tiago Nobrega

requirements: bump craft-archives

Version 1.1.2 allows local package repositories (those with scheme
`url: file:///...`) again.

833b0f2... by Tiago Nobrega

spread: add a test for the "python + classic" tutorial (#4269)

This commit adds a spread test to check the "Set up classic confinement
for a Python project" tutorial. As an overview, the test:

- runs specifically on Ubuntu 20.04 systems;
- clones the test repo from snapcraft-docs/python-ctypes-example;
- builds & installs the snap from the test repo;
- runs the snap on the 20.04 system, to ensure the patchelf fix is
  working in the presence of the classic confinement.

Co-authored-by: Callahan <email address hidden>

cfacbc5... by Callahan Kovacs

extension: remove extra kde-neon build envvars (#4242)

remove extra build environment variables that are causing build failures.

Co-authored-by: Scarlett Gately Moore <email address hidden>

b6bd029... by Tiago Nobrega

lint: ignore .asc files in codespell

586a9fe... by Tiago Nobrega

requirements: bump craft-archives to fix regression

The new version supports asset files that contain more than one key
(for whatever reason). This is more in line with the behavior done by
the previous implementation (via apt-key).

Closes #4224

5134d01... by Tiago Nobrega

requirements: update craft-archives (#4174)

aa3d5d6... by Sergio Schvezov

spread: disable godeps tests

godeps can not longer build due to

   https://github.com/golang/go/issues/57051

Instead of removing the godeps feature, disable the tests in case the
upstream fixes the problem.

1c44a58... by Alex Lowe

store: add missing case for list-keys (#4245)