Simon de Vlieger

Results 101 comments of Simon de Vlieger

Sorry, this comment was blatantly wrong (if you got an email about it); I was mixing up VM images before being sufficiently caffeinated. Comment used to say that there are...

This is a nice rabbit hole. The current approach in https://github.com/osbuild/images/pull/28 is likely not very nice. It'd be much better if `dnf-json` could report directly what the package marks should...

I believe there are (good) historical reasons for depsolving into a set of RPMs first and then installing those RPMs. Though I have also thought about 'why not use dnf'....

Ok, spitballing for a second here. Perhaps there's the possibility to serialize the exact inputs to the transaction during our depsolve steps and *repeat* those in the buildroot but with...

Putting @richm's post here in full since it's also related: > For our use case, we need to have an option to keep dnf/yum metadata when installing packages. Ansible system...

Reopened now, let's discuss for a bit for when we *do* implement this; the original ticket discusses many cache maintenance related tasks. Concretely the first thing we'd want is likely...

Yea, let's make the fonts a bit darker pre-hover in light mode.

Done and switched to `pdm`.

In regards to this, I was/am working very slowly on a rewrite of how `osbuild` handles its modules (the term for the stages/assemblers/sources/etc). Currently they are importable Python modules which...

This PR has been split out in multiple commits: `default_main` provides the following arguments: * `-s` to print schemas that are supported (JSON keyed by `vX`). * `-i` to print...