Christian Kellner

Results 89 comments of Christian Kellner

It seems I don't have the rights either. I guess I poke Daniel Stone.

I meant to use pidfds (introduced with #173) for watching the processes in the daemon instead of the reaper thread. We can probably even get away by using plain `epoll`...

> Are people concerned about that? It's not like it actually requires systemd init. The whole reason why the the systemd people wrote sd-event was so that people would [stop...

According to the documentation `call` can also be NULL "if the connection is disconnected or you try to send Unix file descriptors on a connection that does not support them,...

Thanks for brining this up. > It would be quite sad to see this project just laying around and possibly dying. Has nobody repo access anymore except Feral? If so,...

Fedora 33 will branch on `Tue 2020-08-11` and the code freeze is on `Tue 2020-08-25` ([F33 schedule](https://fedorapeople.org/groups/schedule/f-33/f-33-key-tasks.html)). Before the branch point would be great but at least for the code...

@cgwalters I just realised that the link in the description of the stage (https://ostree.readthedocs.io/en/latest/manual/adapting-existing/) seems to be broken.

This is relevant also for the `org.osbuild.centos8` runner, which also links `/usr/bin/python3.6`. We have a few possibilities: - explicitly require python 3.6 (on the platforms that use runners that have...

NB: this is also relevant for RHLE 8 itself, since the osbuild pythons requirement is on `/usr/bin/python3` (not `/usr/bin/python3.6`): ``` → rpm -qR osbuild (osbuild-selinux if selinux-policy-targeted) /bin/sh /usr/bin/python3 /usr/libexec/platform-python...

Yes, this is indeed still an issue (downstream spec file: https://src.osci.redhat.com/rpms/osbuild/blob/rhel-8.6.0/f/osbuild.spec). Let me see if I can fix that real quick for you.