goatcorp / Plogon

Build system for Dalamud Plugins
7 stars 13 forks source link

Regression for plugins that rely on git invocations at build time #61

Open Blooym opened 6 months ago

Blooym commented 6 months ago

Plugins that make exec calls in msbuild to git for operations like getting commit hashes, commit messages or other information are no longer able to do so due to a recent regression.

Attempting to invoke git commands now will fail with the message fatal: detected dubious ownership in repository at '/work/repo'.

philpax commented 6 months ago

@NotNite any ideas?

NotNite commented 6 months ago

Not really. Any idea when this started? I have time to bisect.

Blooym commented 6 months ago

I know it last worked fine here https://github.com/goatcorp/DalamudPluginsD17/issues/3276 and then it was broken here https://github.com/goatcorp/DalamudPluginsD17/issues/3333 - likely any commit within those two PRs

NotNite commented 6 months ago

Great news: cnr!

image