Dilyn Corner

Results 37 issues of Dilyn Corner

### Bug Description When attempting to build a snap which declares a `base` not one of `core{,18,20,22,24}`, a "Bad snapcraft.yaml content" error occurs. This error does not reflect the reality...

bug

### Bug Description When attempting to filter out files using the `stage` and `prime` keywords, the prime step will fail due to a missing file which was filtered out during...

Status: Triaged
Type: Bug

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

Status: Triaged
Type: Enhancement

### Bug Description In cases where a `snapcraft.yaml` author puts a: ``` stage: - -foo ``` for some part which *never* provides `foo`, snapcraft will never offer a warning that...

bug
triaged

Build gadget from the `22` branch and use the [reference model](https://github.com/snapcore/models/blob/master/ubuntu-core-22-amd64-dangerous.model) Follow instructions [here](https://ubuntu.com/core/docs/testing-with-qemu) for booting with a TPM to enable SB/FDE. When booting the image, be met with: ```...

What has been done: Given the additions to support arm64 systems booting with GRUB, analogous changes have been done to likewise support riscv64. **Note** that currently, no shim binaries are...

### What needs to get done The `kernel.yaml` file in kernel snaps should be a supported metadata file similar to `snapcraft.yaml`, `hooks/*`, etc. It should be moved by Snapcraft to...

Status: Triaged
Type: Enhancement

### What needs to get done A base snap, when declared as the `build-base` for a snap, should be installed in the build environment as it is with regular bases...

enhancement
triaged

### Bug Description If for some part `source: src/` is declared and the pull step already ran and I rename `src/foo` to `src/bar`, the pull step is not retriggered. This...

enhancement
triaged

Where is the `system-user-authority` line coming from? https://github.com/canonical/landscape-scripts/blob/1712ef2af183825c8663c7baa2a8fdb6eaf58712/core/users/add-system-user.py#L21 It isn't part of the documentation for [system-user assertions](https://documentation.ubuntu.com/core/reference/assertions/system-user/). I know it to be a [component of](https://documentation.ubuntu.com/core/reference/assertions/model/) **model** assertions, however... Besides that,...