Daan De Meyer

Results 590 comments of Daan De Meyer

From a quick search, it seems the redhat-release package should be installed to make this work. The variable itself should come from the /etc/yum.conf file in the image. Can you...

Try installing centos-release as well just to be sure

@behrmann This is from the systemd repository, @cerebro1 didn't include the default config files that are included with the systemd repo. We should add a `cat` command or so to...

A big thing is that mkosi can currently be used completely from the command line though. How would you detect no config was passed? I agree that this isn't ideal...

> ```console > $ make > make: *** No targets specified and no makefile found. Stop. > ``` > Yeah, I think it makes sense for mkosi to do the...

I guess we can do this. Would be even better if we can detect remote shell and only apply in that case. PRs appreciated!

I don't think the distribution specific checks are that big of a problem really. If anything we should work towards removing as many of those as we can, ideally by...

I don't disagree that it'd be nice to have more defined extension points, but we're still adding new extensions and removing others left and right for now. Maybe we should...

Seems so, try to pin the version?

Can you split the pyright thing into a separate PR to fix CI everywhere?