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

### What needs to get done For both the new and legacy remote builders, Snapcraft should read launchpad credentials from the new location. If they don't exist, read from the...

triaged

### Bug Description It seems that when you specify `source-type: git` and `source: .` to use the git source from the local directory, that snapcraft never notices a change to...

### What needs to get done Per ST119, bases and build-bases need restrictions including: 1. `base: coreXX build-base: coreYY` is not allowed 2. `base: coreXX build-base: devel` is only allowed...

enhancement
triaged

### What needs to get done Per ST119, kernel snaps need to be able to declare build-bases like `[email protected]`. Support interim kernel bases as documented in the proof of concept...

triaged

### What needs to get done When building a kernel with core24, I got the following error; ``` Bad snapcraft.yaml content: - Snap base must be declared when type is...

enhancement
triaged

### Bug Description When building a `base: core24` snap with `snapcraft --ua-token `, an error message is emitted: ``` Error: unrecognized arguments: --ua-token ``` No error is emitted when using...

enhancement
triaged

### Bug Description The error is truncated in the output with the important bit, the hash ### To Reproduce Run snapcraft with the provided snapcraft.yaml ### Environment N/A ### snapcraft.yaml...

### What needs to get done Allow kernel snaps to be built on build-bases specified using the standard cross-craft base naming system. ### Why it needs to get done To...

triaged

@mr-cal Just migrated my app to core24. Platforms is declared only as amd64 and arm64 but remote build is trying to build for all platforms. https://github.com/t4saha/stellarium-snap ![Screenshot_20240621-103608](https://github.com/canonical/snapcraft/assets/34002960/827a9d15-cf4a-4a95-8f54-47903b0394d5) _Originally posted by...

### What needs to get done Enrich existing [`CraftErrors`](https://canonical-craft-cli.readthedocs-hosted.com/en/latest/craft_cli.errors/#craft_cli.errors.CraftError) with `details`, `resolution`, `docs_url`, etc. ### Why it needs to get done For a better UX when errors are raised. This...

enhancement
triaged