ChanServ changed the topic of #freedesktop to: https://www.freedesktop.org infrastructure and online services || for questions about freedesktop.org projects, please see each project's contact || for discussions about specifications, please use https://gitlab.freedesktop.org/xdg or xdg@lists.freedesktop.org
meissa has joined #freedesktop
<meissa>
I have a package that installs to /usr/local/share/dbus-1/services. I need to create a <busconfig><servicedir>/usr/local/share/dbus-1/services/</servicedir></busconfig>
<meissa>
Do I put this in /etc/dbus-1/system-local.conf, or do I put it in /etc/dbus-1/session-local.conf, or do I put it in both ?
<meissa>
hmm according to the docs, it is session (not system), and /usr/local is already considered by dbus... so everything should work out of the box
ximion has quit [Quit: Detached from the Matrix]
columbarius has joined #freedesktop
co1umbarius has quit [Ping timeout: 480 seconds]
meissa has left #freedesktop [Konversation terminated!]
keypresser86 has quit [Ping timeout: 480 seconds]
DodoGTA has quit [Ping timeout: 480 seconds]
psukys has joined #freedesktop
sima has joined #freedesktop
vsyrjala has quit [Remote host closed the connection]
scrumplex_ has quit [Quit: Quassel - Signing Off]
scrumplex has joined #freedesktop
alanc has quit [Remote host closed the connection]
alanc has joined #freedesktop
AbleBacon has quit [Read error: Connection reset by peer]
vsyrjala has joined #freedesktop
heapify has joined #freedesktop
DodoGTA has joined #freedesktop
DodoGTA has quit [Remote host closed the connection]
<emersion>
i have no idea why you don't get the button to re-run the pipelines :/
<emersion>
you are owner of the pixman group
psukys has quit [Ping timeout: 480 seconds]
<mattst88>
yeah, and I think I used these buttons just the other day when I merged a few other pixman MRs
<mattst88>
strange
<emersion>
maybe it has to do with fork permissions
<emersion>
maybe that contributor didn't click the "enable edits from maintainers" checkbox
<daniels>
right, presumably the ones you merged were people who have dev+ access to the pixman project, so their pipelines are created within the context of the upstream project, and you can re-trigger those because you have that access to the project
<emersion>
and since the CI runs in the context of the fork...
<daniels>
but for people who don't have any access to the project, and without MR pipelines, they get created in the context of the downstream fork, which you don't have any permission over because you aren't an admin
<emersion>
daniels, i don't think dev+ contributors have their MR run in the parent project context
<emersion>
i think it all runs in the fork context
<emersion>
only detached MR pipelines are able to make the CI run in the parent project context