Christian Kellner

Results 69 issues of Christian Kellner

- Include Alpine in the build matrix. - Send coverage results to codecov.io

In `make_request` we call `dbus_connection_send_with_reply` but don't actually check the if the call succeeded: https://github.com/FeralInteractive/gamemode/blob/4000a32584a9eb3964813b8fdbb279be7beb24cc/lib/client_impl.c#L259 This could result in `call` being `NULL` and then as a result ` dbus_pending_call_block` trigger...

Currently we are installing `mypy` via pip, but we should be running our tools from a container so we control when they are updated. This is in order to guarantee...

Add a new stage `org.osbuild.ostree.encapsulate` to build "ostree native container"[1]. See also ostreedev/ostree-rs-ext[2] for more information [1] https://fedoraproject.org/wiki/Changes/OstreeNativeContainer [2] https://github.com/ostreedev/ostree-rs-ext#module-container-bridging-between-ostree-and-ocidocker-images

New stages to build rpms.

enhancement
exploratory work

Sometimes mounting the file system that was just created on the partition on the loopback device fails with `mount: /run/osbuild/tree/osbuild-mnt-j_f9taul: wrong fs type, bad option, bad superblock on /dev/loop6, missing...

bug

It seems that `mkfs.btrfs` does some detection of the builder hardware[1]. Since in osbuild's case the builder hardware is not the hardware the image is running on, this might be...

``` root@cfcaf148dd3a ▢ /w/osbuild → pylint tools/osbuild-mpp ************* Module osbuild-mpp tools/osbuild-mpp:1:0: C0302: Too many lines in module (1153/1000) (too-many-lines) tools/osbuild-mpp:503:8: R1705: Unnecessary "elif" after "return" (no-else-return) tools/osbuild-mpp:502:4: R1710: Either all...