snapcraft icon indicating copy to clipboard operation
snapcraft copied to clipboard

Package, distribute, and update any app for Linux and IoT.

Results 244 snapcraft issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [requests](https://requests.readthedocs.io) ([source](https://togithub.com/psf/requests), [changelog](https://togithub.com/psf/requests/blob/master/HISTORY.md)) | `==2.31.0` -> `==2.32.0`...

Dependencies

- [x] Have you followed the [guidelines for contributing](https://github.com/snapcore/snapcraft/blob/master/CONTRIBUTING.md)? - [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)? - [x] Have you successfully run `tox run -m lint`? - [x] Have you...

merge

Version 1.31.0 brings in a new set of plugin docs. - [ ] Have you followed the [guidelines for contributing](https://github.com/snapcore/snapcraft/blob/master/CONTRIBUTING.md)? - [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)? - [...

### Bug Description When calling `snapcraft build ` incremental build steps are expected to be performed on the part Instead part is cleaned and build again ### To Reproduce call:...

bug

- [x] Have you followed the [guidelines for contributing](https://github.com/snapcore/snapcraft/blob/master/CONTRIBUTING.md)? - [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)? - [x] Have you successfully run `tox run -m lint`? - [x] Have you...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pytest](https://togithub.com/pytest-dev/pytest) ([changelog](https://docs.pytest.org/en/stable/changelog.html)) | `==7.4.4` -> `==8.2.0` |...

dependencies

### Bug Description `version: git` does not work for core24 snaps because `git` is not installed and fails when calling [this](https://github.com/canonical/craft-parts/blob/14d8f7a4ea0fe3502deaa97f699212e61c15e4b4/craft_parts/sources/git_source.py#L78) craft-parts function. One possible solution is to install it...

bug

- [x] Have you followed the [guidelines for contributing](https://github.com/snapcore/snapcraft/blob/master/CONTRIBUTING.md)? - [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)? - [x] Have you successfully run `tox run -m lint`? - [x] Have you...

Add --format option to snapcraft names to enable output format selection. Possible choices are: - table (default, existing behaviour) - json tests/unit/commands/test_names.py: - Add test class TestNames. - Rename test_names...

### Bug Description Similar to https://github.com/canonical/snapcraft/issues/4801 but on launchpad ### To Reproduce Try to build a snap with conflicting files staged by different parts Check the build log -> I...

bug