Dusty Mabe

Results 129 issues of Dusty Mabe

We bolted on `kola testiso` into `kola` a while ago to get coverage for our bare metal install workflows, but there are a lot of nice features in `kola run`...

jira

In CoreOS we are considering creating different boot media (i.e. bootable disk images) than upgrade media (i.e. the OCI container image in a registry that `bootc` uses to upgrade the...

enhancement

This was released in OSBuild v166 and is now in the RPM in Fedora 43.

The current implementation assumes that all metal images have an `EFI-SYSTEM` partition. If this partition is not found, `g.findfs_label()` will raise an exception, causing the diff operation to fail. This...

I've noticed a few things flaking runing out of space in the created disk image inside OSBuild The disk size estimation code seems to be in line with recent non...

``` Error: SA1019: "github.com/aws/aws-sdk-go/aws" is deprecated: aws-sdk-go is deprecated. Use aws-sdk-go-v2. See [https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/.](https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/) (staticcheck) ``` Looks like we need to migrate to a different library.

jira
go

Since supposedly the curl bug that was causing HTTP2 framing errors is now resolved and Fedora Infra has re-enabled HTTP2 I decided to compile a rawhide ostree version with HTTP2...

bug

Going through an example like: https://github.com/matrix-nio/matrix-nio/blob/eeace59baa634ab0ee747ba40a7a96a686a9e536/src/nio/client/async_client.py#L408-L416 It's not immediately clear to my why the example wasn't working. I was passing a [store_path](https://github.com/matrix-nio/matrix-nio/blob/eeace59baa634ab0ee747ba40a7a96a686a9e536/src/nio/client/base_client.py#L234), but could never figure out why no files...

By default (today) we get all of the: ``` Processing .... ``` messages. Which can be quite overwhelming. We can pass in `--quiet` but IIUC that also means the summary...