Martin Pitt

Results 113 issues of Martin Pitt

`fswatch1` is being deprecated. This also gets rid of the ugly `find | xargs stat` shellery, as fsinfo gets us the modification time. fsinfo also gives us an initial 'change'...

no-test

We currently use the default `write: true`. With that, we have to [iterate over the file system](https://github.com/cockpit-project/cockpit/blob/ef0365d36874716c1dc0d277caf341a939675970/pkg/lib/esbuild-compress-plugin.js#L16) to know which files esbuild produced. We are introducing a second instance for...

enhancement
build-system

See https://github.com/cockpit-project/cockpit-podman/pull/1832#issuecomment-2301143381 for the whole investigation so far. So @jelly concludes that we are doing all the state interaction wrong with validation.. The PodCreateModal has a state `validationFailed` and `setValidationFailed`...

Some roles produce ansible/test logs which are too large to sensibly/comfortably view in the main workflow log view. Show only the interesting failures there (the lines around `fatal:`) and upload...

Cause: During the "Reset original confs" step, the role tried to remove packages like `rsyslog` or `iproute`. Consequence: Removal may fail because other packages require them (such as dhcp-client requiring...

Downstream report: https://issues.redhat.com/browse/RHEL-76966

knownissue

Downstream report: https://bugzilla.redhat.com/show_bug.cgi?id=2112782

knownissue

Our test queue has become very long and slow recently. Many of them often don't do any work any more. The container log usually ends with something like ``` +...

See https://bugzilla.suse.com/show_bug.cgi?id=1237764 There is an upstream fix, but it will take a while to get to downstream. In the meantime, apply the fix locally. Fixes #7488 * [x] image-refresh opensuse-tumbleweed

bot

PFE uses lit, so it makes sense to just use that for the main application as well. Web components are pretty much React built into the web platform, and lit...