Michael Vogt

Results 57 issues of Michael Vogt

The existing code in the reqs counting is not really thread safe, this commit fixes that. (Small followup to https://github.com/osbuild/osbuild/pull/1703#discussion_r1550058515)

:baby_bottle: Simple

With fc37 no longer supported, lets drop it.

🌟 best practice

To avoid having to use an external "mount" binary (and having to deal with the selinux labeling) this commit adds new "mount" and "umount2" syscalls to the osbuild.util.linux package and...

This PR is based on the excellent work of @supakeen in https://github.com/osbuild/osbuild/pull/1549 and the findings in https://github.com/osbuild/osbuild/pull/1023 Simon found that curl has a lot of fork/exec overhead in the way...

We have the following code in `images`: ```go // Because osbuild core only supports a subset of options, we append to the // base here with some more hardcoded defaults...

Mypy is already used for type checking. We could consider using the newer pyright as well.

enhancement
CI

The googleImagesCache is currently not marked `ready`. This means while it is correctly build it is not used in subsequent calls to projectImages(). This commit set the cache to ready...

Ready

This PR adds three patches, I'm happy to propose individual PRs instead if that is preferred: 1. move to base core22 2. generate version number based on date and git...

This commit adds a thin wrapper around the real ssh.Dial() that additionally sets a deadline on the underlying connection. It is needed because a ssh.Dial() can happens right after the...

Ready

Having the qemu stdout/stderr helps diagnose errors from e.g. crashing qemu in the CI logs.

Ready