sjr0228

Results 5 comments of sjr0228

Found myself in a similar situation this morning after removing the files in the jobs directory .. osbuild-composer-75.1.el8.x86_64 My solution was: ```bash find /var/lib/osbuild-composer/ -type f -delete rm -rf /var/cache/osbuild-composer/rpmmd/*...

Sure. I'd like to specify flags for DNF during the depsolve/build process. I have a package that conflicts with another from a group install. I was hoping to provide `--allowerasing`...

I suppose those are two separate phases though .. If the blueprint fails depsolve (due to the conflict) the pipeline would never really start. So is it possible to have...

I have to omit some of the details but I can share the interesting parts of my case. In blueprint.toml I have ``` name = "Some-Name" description = "Some-Text" version...

`rpm -q --whatrequires` and `rpm -q --whatsuggests` report no inverse strong or weak relationship between `gnome-initial-setup` and anything else. The only relationship I have found is that `gnome-initial-setup` is a...